This commit is contained in:
tiago.kayaya
2021-09-01 17:32:11 +01:00
parent adecc6ebd0
commit 3937c0c9c8
2 changed files with 14 additions and 7 deletions
@@ -39,7 +39,7 @@ ion-toolbar{
margin-right: 10px;
}
}
ion-content{
// --background:#0782c9;
--border: none;
@@ -52,7 +52,7 @@ ion-toolbar{
overflow:hidden;
color:#000;
transform: translate3d(0, 1px, 0);
.title-content{
margin: 0px auto;
padding: 0 !important;
@@ -100,6 +100,9 @@ ion-toolbar{
//border: 1px solid red;
}
}
ion-item{
--background: transparent;
}
.item{
width: 100% !important;
padding: 0px !important;
@@ -107,6 +110,7 @@ ion-toolbar{
align-items: center;
justify-content: space-between;
flex-direction: row;
background-color: transparent;
.item-icon{
//margin-top: 28px;
@@ -162,6 +166,9 @@ ion-toolbar{
font-size: 20px;
}
}
.item:hover{
background-color: #e6f6ff75 !important;
}
ion-item-options{
border: 1px solid #fff;
@@ -207,7 +214,7 @@ ion-toolbar{
margin: 12px;
border: 1px solid #d30a0a;
}