improvements

This commit is contained in:
tiago.kayaya
2021-03-29 16:01:58 +01:00
parent 9ae7570fd5
commit 05e89fbf13
12 changed files with 242 additions and 88 deletions
+4 -6
View File
@@ -33,18 +33,17 @@ ion-content{
.main-content{
width: 100%;
height: 100%;
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
overflow: auto;
.aside-wrapper{
padding: 0 !important;
margin: 0 !important;
padding: 30px 20px 0 20px !important;
}
.iconschatnew-group{
@@ -109,8 +108,7 @@ ion-content{
.aside-wrapper{
width: 40%;
padding: 30px 20px 0 20px !important;
width: 35%;
border-right: 1px solid #d8d8d8;
.aside-title{
font-size: 25px;
@@ -120,7 +118,7 @@ ion-content{
width: 340px;
} */
.aside-content{
width: 60%;
width: 65%;
display: flex !important;
background-color: white;
}