mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Improve ageanda calendar
This commit is contained in:
+8
-18
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user