Add icons

This commit is contained in:
Peter Maquiran
2021-01-22 16:00:37 +01:00
parent dec8c22856
commit f3ab852223
11 changed files with 344 additions and 175 deletions
+12 -3
View File
@@ -29,7 +29,7 @@
td.monthview-current{
color: white;
/* border-radius: 89px; */
background: white !important;
background: red !important;
justify-content: center;
align-items: center;
/* display: flex; */
@@ -46,6 +46,15 @@ td.monthview-current{
}
}
.monthview-selected {
.monthview-secondary-with-event, .monthview-secondary-with-event[_ngcontent-dwf-c153] {
background-color: white !important;
}
}
td.monthview-selected {
background-color: #42b9fe30 !important;
color: black !important;
}
/* angular-cli file: src/styles.css */
@import "../node_modules/angular-calendar/css/angular-calendar.css";