This commit is contained in:
Peter Maquiran
2024-02-28 09:04:11 +01:00
parent d851aff6ef
commit a5f458de2e
111 changed files with 7528 additions and 942 deletions
+38 -1
View File
@@ -787,7 +787,7 @@ app-header-no-search .ion-toolbar{
}
}
// mobile
@@ -1679,3 +1679,40 @@ h5, .buttons{
width: 450px;
height: 350px;
}
.aside-gabinete-modal{
.modal-wrapper{
position: absolute;
right: 0px;
height: 100%;
width: 400px;
}
}
.aside-gabinete-modal::part(content) {
position: absolute;
height: 100%;
width: 348px;
top: 0px !important;
border: 0px !important;
max-height: 100% !important;
right: 0px !important;
/* min-height: 100%; */
left: auto !important;
}
.aside-gabinete-modal::part(background) {
position: absolute;
right: 0px;
height: 100%;
width: 400px;
}