Version 2026.5.27 — Classification absences (Maladie/Congé/Pompier)

- Topbar une ligne, fermeture auto popups, contrastes améliorés
- ABSENCE_LABELS, couleurs Maladie/Congé/Pompier, badge + barre gauche
[code interpolé]
This commit is contained in:
2026-04-23 11:00:00 +02:00
parent df623da8f4
commit 0511c18b07
3 changed files with 33 additions and 11 deletions
+13 -4
View File
@@ -2020,6 +2020,7 @@ body.modal-open {
flex-direction: row;
align-items: center;
justify-content: center;
gap: 12px;
line-height: 1.1;
color: var(--text);
pointer-events: none;
@@ -2027,11 +2028,19 @@ body.modal-open {
white-space: nowrap;
}
.app-clock-date {
font-size: 12px;
font-weight: 500;
font-size: 22px;
font-weight: 600;
color: var(--text);
letter-spacing: 0.5px;
font-variant-numeric: tabular-nums;
}
.app-clock-date::after {
content: "•";
margin-left: 12px;
color: var(--text-muted);
letter-spacing: 0.3px;
text-transform: capitalize;
font-size: 26px;
line-height: 0.8;
vertical-align: middle;
}
.app-clock-time {
font-size: 22px;