This commit is contained in:
tiago.kayaya
2021-03-30 15:35:22 +01:00
parent 52fafe05e4
commit 3597466850
8 changed files with 45 additions and 23 deletions
@@ -48,11 +48,8 @@ ion-toolbar{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background-color: #fff;
overflow:hidden;
padding: 30px 20px 0px 20px;
color:#000;
transform: translate3d(0, 1px, 0);
@@ -82,13 +79,15 @@ ion-toolbar{
}
}
.main-content{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
overflow:auto;
padding: 15px 20px 0 20px;
.aside-left{
border-right: 1px solid #d8d8d8;
}
.content{
//border: 1px solid red;
}
}
.item{
padding: 0 0px 0 0px;