gabinete digital automatic adjast height

This commit is contained in:
Peter Maquiran
2021-03-04 16:40:06 +01:00
parent 6e2c2b8bd6
commit e8bef5dcc0
3 changed files with 50 additions and 2 deletions
+25 -1
View File
@@ -306,12 +306,36 @@ 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;
}
}
}
@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;
}
}
}
}