Improve calendar

This commit is contained in:
Peter Maquiran
2021-01-21 15:45:58 +01:00
parent 36e34b21d9
commit dec8c22856
5 changed files with 65 additions and 3 deletions
+7 -3
View File
@@ -32,12 +32,16 @@
}
.with-event {
background-color: #ccc;
border-radius: 15px;
background-color: #fff;
border-radius: 21px;
border-left: 3px solid #ffb703;
border-bottom: none;
border-right: 3px solid #f05d5e;
color: black;
width: 35px;
}
/* TOGGLE button */
.switch {
position: relative;