-
+
{{loadedEvent.Location}}
diff --git a/src/global.scss b/src/global.scss index 7ef62786d..e0fbe36dd 100644 --- a/src/global.scss +++ b/src/global.scss @@ -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; + } + } } \ No newline at end of file