Improve ageanda calendar

This commit is contained in:
Peter Maquiran
2021-06-17 16:13:37 +01:00
parent 7c7a6f8483
commit d82d1446ce
4 changed files with 146 additions and 279 deletions
+8 -18
View File
@@ -33,8 +33,9 @@
// calendar current day
// current day
ion-slide{
td{
ion-slide {
td {
div {
padding-left: 7px;
border-radius: 28px;
@@ -105,19 +106,6 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
.cal-current-time-marker::before{
width: 10px;
height: 10px;
background-color: #42b9fe !important;
content: ".";
color: transparent;
left: 55px;
position: absolute;
border-radius: 91px;
top: -3.5px;
}
.cal-time{
font-family: Roboto;
font-size: 13px;
@@ -577,9 +565,11 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
}
.calendar-component {
.calendar-component .monthview-container table.table {
td {
padding: 7px !important;
width: 50px;
height: 40px;
div {
padding-left: 0px;
}
@@ -868,7 +858,7 @@ background: rgb(92, 92, 92);
}
.calendar-component .monthview-container .swiper-slide-active table tbody {
.calendar-component .monthview-container table.table tbody {
tr:nth-child(n+6) {
display: none;
}