WIP: tout fonctionne + corrections de bug

This commit is contained in:
2026-07-07 10:42:02 +00:00
parent e55772986b
commit 18102d1627
4 changed files with 152 additions and 102 deletions
+16
View File
@@ -227,3 +227,19 @@ body {
width: 100%;
margin: 0;
}
.ordregf-btn-petit {
width: 90px;
height: 30px;
padding: 0 10px;
font-size: 0.8em;
font-weight: 600;
cursor: pointer;
border: none;
border-radius: 4px;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
transition: background 0.2s ease;
}