Added block calendar day for BOD-94

This commit is contained in:
Patrick Fic
2020-06-25 13:36:11 -07:00
parent 2e30a9078e
commit 7305994a05
20 changed files with 392 additions and 65 deletions

View File

@@ -6,5 +6,9 @@
}
.imex-event-arrived {
background-color: green;
background-color: rgba(4, 141, 4, 0.4);
}
.imex-event-block {
background-color: rgba(212, 2, 2, 0.6);
}