Capitalized all events texts at home, agenda and eevent-details

This commit is contained in:
Tiago Kayaya
2020-09-07 17:17:09 +01:00
parent 98132b27cf
commit e33cf1ff31
7 changed files with 33 additions and 23 deletions
+5 -7
View File
@@ -19,9 +19,11 @@
.monthview-selected {
background-color: lightskyblue !important;
}
/* .item{
background: red !important;
} */
.item{
/* background: red !important; */
text-transform: capitalize;
}
.input-wrapper{
border-left: red !important;
/* background: red; */
@@ -34,10 +36,6 @@
border-radius: 15px;
}
.capitaliseText{
text-transform: capitalize;
}
/* TOGGLE button */