Update improve agenda

This commit is contained in:
Peter Maquiran
2021-03-19 15:56:58 +01:00
parent 2798d162f4
commit 733c485e5d
8 changed files with 74 additions and 58 deletions
+30 -8
View File
@@ -178,32 +178,44 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
.calendar-event-border{
border-radius: 21px !important;
color: black !important;
margin: 0px auto !important;
width: 35px !important;
border: 1px solid #fff;
border-radius: 50px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 106px;
width: 30px !important;
height: 30px;
padding: 0px !important;
div.day{
padding: 0px !important;
transform: rotate(-45deg);
}
}
.calendar-mdgpr-event-type-Oficial{
border-left: 3px solid #ffb703 !important;
}
.calendar-mdgpr-event-type-Pessoal{
border-right: 3px solid #f05d5e !important;
border-top: 3px solid #f05d5e !important;
}
.calendar-mdgpr-event-type-both{
border-left: 3px solid #ffb703 !important;
border-right: 3px solid #f05d5e !important;
border-top: 3px solid #f05d5e !important;
}
.calendar-pr-event-type-both{
border-left: 3px solid #99e47b !important;
border-right: 3px solid #958bfc !important;
border-right: 3px solid #99e47b !important;
border-bottom: 3px solid #958bfc !important;
}
.calendar-pr-event-type-Oficial{
border-left: 3px solid #99e47b !important;
border-right: 3px solid #99e47b !important;
}
.calendar-pr-event-type-Pessoal{
border-left: 3px solid #958bfc !important;
border-bottom: 3px solid #958bfc !important;
}
.cal-hour-segment {
@@ -447,4 +459,14 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
div.cal-event:focus{
outline: none !important;
}
}
.calendar-component{
td{
padding: 8px !important;
div{
padding-left: 0px;
}
}
}