organize events by months, weeks and days and print a calendar view
This commit is contained in:
@ -21,4 +21,19 @@
|
||||
button {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.calendarYearMonth {
|
||||
h2:first-letter {
|
||||
text-transform: capitalize
|
||||
}
|
||||
}
|
||||
|
||||
.calendarWeek {}
|
||||
|
||||
.calendarDay {
|
||||
h3:first-letter {
|
||||
text-transform: capitalize
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user