Files
2026-07-07 10:42:45 +02:00

31 lines
535 B
CSS

.day-programme.is-current {
background: rgba(34, 197, 94, 0.12);
border-left: 5px solid var(--success);
}
.timeline-programme.is-current {
background: rgba(34, 197, 94, 0.22);
border-color: var(--success);
}
.timeline-now-line {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: #ef4444;
z-index: 100;
pointer-events: none;
}
.timeline-now-line::before {
content: "";
position: absolute;
left: -5px;
top: -5px;
width: 12px;
height: 12px;
border-radius: 50%;
background: #ef4444;
}