improve responsiveness

This commit is contained in:
Peter Maquiran
2023-07-07 12:03:03 +01:00
parent 2d03162a3b
commit c62f7319a0
176 changed files with 1793 additions and 1682 deletions
@@ -14,7 +14,7 @@ ion-content{
border: 0!important;
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -28,7 +28,7 @@ ion-content{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -56,7 +56,7 @@ ion-content{
.left{
width: 37px;
float: left;
font-size: 35px;
font-size: rem(35);
overflow: auto;
}
.middle{
@@ -68,26 +68,26 @@ ion-content{
.btn-criar{
padding: 0!important;
float: right;
font-size: 15px;
font-size: rem(15);
color: var(--font-awesome);
margin: 8px 5px 0 5px;
}
.right{
padding: 0!important;
float: right;
font-size: 15px;
font-size: rem(15);
color: #0782c9;
margin: 8px 0 0 5px;
}
}
.title{
font-size: 25px;
font-size: rem(25);
}
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -125,7 +125,7 @@ ion-content{
.item-container-no-border ion-label{
padding-left: 10px;
font-size: 12px;
font-size: rem(12);
color: #000;
}
}
@@ -141,15 +141,15 @@ ion-content{
.ion-icon-class{
width: 5%;
height: 45px;
height: rem(45);
float: left;
padding: 10px;
font-size: 25px;
font-size: rem(25);
}
}
.ion-input-class{
width: 93%;
height: 45px;
height: rem(45);
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;