First pass at porting calendar from FC V3 to V5

Two major versions and all they did was rename a bunch of names...TWICE.
This commit is contained in:
2020-10-19 00:13:06 +01:00
parent 320ace1a0e
commit e6eed9f2f2
11 changed files with 1428 additions and 106 deletions

View File

@@ -63,8 +63,12 @@
background-color: $gray-200 !important;
border-radius: 0.2em;
}
.fc-today {
padding: 0 !important;
.fc-day-today {
background-color: transparent !important;
border: 0.2em solid $info !important;
}
.fc-daygrid-dot-event {
color: white !important;
}
.table {
border-collapse: separate !important;