trad et modal
This commit is contained in:
@@ -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)
|
||||
========================================================= */
|
||||
|
||||
Reference in New Issue
Block a user