mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve responsiveness
This commit is contained in:
+14
-14
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user