dynamize info banner background color + callour background color

This commit is contained in:
isUnknown 2024-09-13 15:29:02 +02:00
parent ea0cb004aa
commit bc2d238a05
18 changed files with 73 additions and 34 deletions

View file

@ -36,7 +36,7 @@
text-align: center;
}
.calendar-strip__day button.today {
color: var(--color-salmon);
color: var(--color-season);
opacity: 1 !important;
}
.calendar-strip__day button span {
@ -62,14 +62,21 @@
left: 0;
top: 100%;
width: 100%;
max-height: 0;
background-color: #fff;
z-index: 0;
transition: max-height 0.5s ease-in-out;
border-bottom: var(--border);
display: grid;
grid-template-rows: 0fr;
transition: all 0.5s ease-in-out;
}
.calendar-strip__date > * {
overflow: hidden;
}
.calendar-strip__date.open {
max-height: 50rem;
grid-template-rows: 1fr;
}
.calendar-strip .session {