mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Merge branch 'feature/calendar' into feature/chat
This commit is contained in:
+33
-3
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user