This commit is contained in:
tiago.kayaya
2021-06-11 13:54:37 +01:00
4 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
<!-- Timeline -->
<div class="height-100">
<div class="timeline-container height-100 d-flex pt-20 pa-20" >
<div class="timeline-container height-100 d-flex pt-20 pa-20 filter-{{segment}}" >
<!-- <div [ngSwitch]="view" class="ss-timeline timeline-mobile flex-grow-1 d-md-none">
<mwl-calendar-day-view
+13
View File
@@ -707,3 +707,16 @@ app-approve-event{
.fs-timeline {
border-right: 2px solid #909090;
}
.filter-Pessoal {
.content-pr-Pessoal, .content-mdgpr-Pessoal {
display: none !important;
}
}
.filter-Oficial {
.content-pr-Oficial, .content-mdgpr-Oficial {
display: none !important;
}
}