Merge branch 'feature/calendar' into feature/chat

This commit is contained in:
tiago.kayaya
2021-03-04 19:16:49 +01:00
5 changed files with 67 additions and 5 deletions
+33 -3
View File
@@ -174,7 +174,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
display: none;
}
.timeline-box-{}
/* .timeline-box-{} */
.calendar-event-border{
@@ -306,25 +306,55 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
.gabinete-digital-mobile-modal-to-Desktop{
top: 75px;
left: 340px;
transform: none !important;
ion-backdrop{
display: none;
display: none;
transform: none !important;
}
.modal-wrapper{
transform: none !important;
width: 100%;
height: 100%;
box-shadow: none !important;
.ion-page {
transform: none !important;
}
}
}
.chat-mobile-modal-to-Desktop{
top: 75px;
left: 340px;
transform: none !important;
ion-backdrop{
display: none;
display: none;
transform: none !important;
}
.modal-wrapper{
transform: none !important;
width: 100%;
height: 100%;
box-shadow: none !important;
.ion-page {
transform: none !important;
}
}
}
@media only screen and (min-width: 1024px) {
.gabinete-digital-mobile-modal-to-Desktop{
top: 75px;
left: 340px;
.modal-wrapper{
transform: none !important;
width: 100%;
height: 100%;
box-shadow: none !important;
.ion-page {
transform: none !important;
}
}
}
}