pop up style

This commit is contained in:
CHIEFSOFT\ameye
2024-02-01 17:29:27 -05:00
parent 1ef85ca8d7
commit d03e5b2532
2 changed files with 11 additions and 5 deletions
+7 -4
View File
@@ -388,10 +388,13 @@ ion-footer {
.common_modal_addjob{
background-color: aliceblue;
height: 99%;
max-width: 400px;
min-width: 350px ;
min-height: 600px;
//height: 99%;
max-width: 320px;
min-width: 300px ;
min-height: 490px;
max-height: 550px;
border-radius: 20px;
margin: auto;
}
+4 -1
View File
@@ -295,8 +295,11 @@ ion-content{
.common_modal{
background-color: aliceblue;
max-width: 350px ;
max-width: 320px;
min-width: 300px ;
min-height: 490px;
max-height: 550px;
border-radius: 20px;
margin: auto;
}