trad et modal

This commit is contained in:
2026-05-05 14:56:42 +02:00
parent 7b5c0be72b
commit 4763e6a947
7 changed files with 1049 additions and 676 deletions
@@ -395,6 +395,37 @@
box-shadow: inset 0 -8px 0 0 var(--c-school-holiday) !important;
}
.fc-burn-alert {
margin-left: 5px;
cursor: help;
animation: pulseBurn 2s infinite;
font-size: 0.9rem;
display: flex;
align-items: center;
color: #ef4444; /* Rouge danger */
font-weight: bold;
}
@keyframes pulseBurn {
0% {
transform: scale(1);
opacity: 0.8;
}
50% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 0.8;
}
}
/* Tooltip sur le chip pour l'alerte */
.fc-min-chip[title] {
position: relative;
}
/* =========================================================
6. PLANNING HEBDOMADAIRE (Desktop Uniquement)
========================================================= */