Improve agenda

This commit is contained in:
Peter Maquiran
2021-07-15 11:53:16 +01:00
parent ab298b30e8
commit 77a59e5128
7 changed files with 173 additions and 40 deletions
+22 -1
View File
@@ -1060,4 +1060,25 @@ ngx-mat-datetime-content{
width: 250px;
}
}
}
}
@media only screen and (max-width: 1024px) {
.calendar-segment-mdgpr {
.calendar-pr-event-type-Oficial {
border-right: 3px solid transparent !important;
}
.calendar-pr-event-type-Pessoal {
border-bottom: 3px solid transparent !important;
}
}
.calendar-segment-pr {
.calendar-mdgpr-event-type-Pessoal {
border-top: 3px solid transparent !important;
}
.calendar-mdgpr-event-type-Oficial {
border-left: 3px solid transparent !important;
}
}
}