fix border in actions modals

This commit is contained in:
tiago.kayaya
2021-08-23 17:39:25 +01:00
parent c93e5403c2
commit 2fcfa41cc7
4 changed files with 12 additions and 15 deletions
@@ -1,9 +1,9 @@
:host{
background: #0782c9;
background: transparent;
}
ion-content{
--background: transparent;
transform: translate3d(0, 5px, 0);
--background: #ebebeb;
//transform: translate3d(0, 5px, 0);
--border-radius: 30px;
}
ion-footer{
@@ -97,7 +97,7 @@ font-size: 25px;
float: left;
padding: 10px;
font-size: 25px;
}
.ion-input-class{
height: auto;
@@ -129,4 +129,4 @@ font-size: 25px;
}
.ion-segment{
--background: #0782c9;
}
}