Update calendar style

This commit is contained in:
2021-02-02 12:28:37 +01:00
parent 31611d8ddd
commit 7160821c61
2 changed files with 54 additions and 40 deletions
+19 -13
View File
@@ -12,16 +12,31 @@
}
ion-slide{
td{
div {
padding-left: 7px;
border-radius: 28px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
height: 25px;
}
}
}
:host ::ng-deep {
.monthview-primary-with-event {
background-color: white !important;
/* background-color: white !important; */
}
.monthview-current{
background-color: red;
/* background-color: red; */
border-bottom: 1px solid lightskyblue !important;
}
.monthview-selected {
background-color: lightskyblue !important;
/* background-color: lightskyblue !important; */
}
.item{
/* background: red !important; */
@@ -35,16 +50,7 @@
}
}
.with-event {
background-color: #fff;
border-radius: 21px;
border-left: 3px solid #ffb703;
border-bottom: none;
border-right: 3px solid #f05d5e;
color: black;
margin: 0px auto;
width: 35px;
}
.main-header{
width: 100%; /* 400px */