organize events by months, weeks and days and print a calendar view

This commit is contained in:
2024-05-12 16:06:49 +02:00
parent e12a9a82fa
commit 7dfb505af0
4 changed files with 139 additions and 22 deletions

View File

@ -21,4 +21,19 @@
button {
border-radius: 0;
}
}
}
.calendarYearMonth {
h2:first-letter {
text-transform: capitalize
}
}
.calendarWeek {}
.calendarDay {
h3:first-letter {
text-transform: capitalize
}
}