organisation du calendrier par semaine fonctionnelle

This commit is contained in:
isUnknown 2024-09-11 14:36:08 +02:00
parent c27447b67d
commit 4b6b61f762
4 changed files with 101 additions and 31 deletions

View file

@ -71,4 +71,17 @@
margin-top: 2rem;
border-top: var(--border);
}
.calendar-strip__selector {
width: 7rem;
}
.calendar-strip__calendar-btn {
display: none;
}
.calendar-strip .prev-month,
.calendar-strip .next-month {
display: none;
}
}