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
@@ -4,7 +4,6 @@
}
ion-content{
--background: transparent;
//transform: translate3d(0, 5px, 0);
--border-radius: 30px;
}
ion-toolbar{
@@ -91,7 +90,7 @@
float: left;
font-size: 35px;
}
.div-title{
/* padding: 0!important; */
@@ -101,7 +100,7 @@
.title{
font-size: 25px;
}
.actions-icon{
float: right;
}
@@ -163,4 +162,4 @@
font-size: 13px;
color: #000;
}
}