improve responsiveness

This commit is contained in:
Peter Maquiran
2023-07-07 12:03:03 +01:00
parent 2d03162a3b
commit c62f7319a0
176 changed files with 1793 additions and 1682 deletions
+14 -14
View File
@@ -535,7 +535,7 @@ $app-theme: mat-light-theme(
}
.btn-div {
width: 390px;
width: rem(390);
margin: 10px;
overflow: auto;
}
@@ -552,7 +552,7 @@ $app-theme: mat-light-theme(
}
.btn-ok-no-width {
height: 45px !important;
height: rem(45) !important;
margin: 0 auto;
padding: 0 !important;
border-radius: 22.5px;
@@ -561,8 +561,8 @@ $app-theme: mat-light-theme(
}
.btn-ok {
width: 170px !important;
height: 45px !important;
width: rem(170) !important;
height: rem(45) !important;
margin: 0 auto !important;
padding: 0 !important;
border-radius: 22.5px;
@@ -577,8 +577,8 @@ $app-theme: mat-light-theme(
.btn-delete {
display: block;
width: 170px !important;
height: 45px !important;
width: rem(170) !important;
height: rem(45) !important;
margin: 0 auto !important;
padding: 0 !important;
border-radius: 22.5px;
@@ -588,8 +588,8 @@ $app-theme: mat-light-theme(
.btn-cancel {
display: block;
width: 170px !important;
height: 45px !important;
width: rem(170) !important;
height: rem(45) !important;
padding: 0 !important;
border-radius: 22.5px;
background-color: var(--button-color);
@@ -605,8 +605,8 @@ $app-theme: mat-light-theme(
}
.btn-ok-medium {
width: 130px !important;
height: 45px !important;
width: rem(130) !important;
height: rem(45) !important;
margin: 0 auto !important;
padding: 0 !important;
border-radius: 22.5px;
@@ -615,8 +615,8 @@ $app-theme: mat-light-theme(
}
.btn-delete-medium {
display: block;
width: 130px !important;
height: 45px !important;
width: rem(130) !important;
height: rem(45) !important;
margin: 0 auto !important;
padding: 0 !important;
border-radius: 22.5px;
@@ -625,8 +625,8 @@ $app-theme: mat-light-theme(
}
.btn-cancel-medium {
display: block;
width: 130px !important;
height: 45px !important;
width: rem(130) !important;
height: rem(45) !important;
padding: 0 !important;
border-radius: 22.5px;
background-color: #e0e9ee;