This commit is contained in:
Olusesan Ameye
2024-02-01 21:25:08 -05:00
parent e607092a51
commit 8af9ae1db1
4 changed files with 67 additions and 25 deletions
+14 -12
View File
@@ -301,6 +301,20 @@ ion-content{
max-height: 550px;
border-radius: 20px;
margin: auto;
.modal-head{
padding: 0px;
height: 45px !important;
color: white;
font-weight: bolder;
font-size: 18px;
ion-toolbar{
height: 45px !important;
ion-title{
height: 45px !important;
}
}
}
}
@@ -313,15 +327,3 @@ ion-backdrop {
height: 45px;
background-color: green;
}
.modal-head{
height: 45px !important;
color: white;
font-weight: bolder;
font-size: 18px;
ion-toolbar{
height: 45px !important;
ion-title{
height: 45px !important;
}
}
}