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

File diff suppressed because one or more lines are too long

269
RIGS/static/css/main.css Normal file

File diff suppressed because one or more lines are too long

1047
RIGS/static/css/main.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
RIGS/static/js/main.js Normal file

File diff suppressed because one or more lines are too long

6
RIGS/static/js/main.min.js vendored Normal file

File diff suppressed because one or more lines are too long

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;

View File

@@ -12,18 +12,22 @@
}
}
.fc-content {
color: black;
.fc-event-main {
color: black !important;
}
.fc-agendaDay-view {
.fc-content {
.fc-daygrid-dot-event {
color: black !important;
}
.fc-timeGridDay-view {
.fc-event-main {
font-size: large !important;
}
}
.fc-agendaWeek-view {
.fc-content {
.fc-timeGridWeek-view {
.fc-event-main {
font-size: 0.9rem;
}
}