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
@@ -76,7 +76,7 @@ ion-content{
.right{
padding: 0!important;
float: right;
font-size: 15px;
font-size: rem(15);
color: #0782c9;
margin: 8px 0 0 5px;
}
@@ -86,7 +86,7 @@ ion-content{
font-size: rem(25);
}
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: rem(35);
overflow: auto;
@@ -138,8 +138,8 @@ ion-content{
overflow: auto;
.ion-icon-class{
width: 45px;
height: 45px;
width: rem(45);
height: rem(45);
float: left;
padding: 10px;
font-size: rem(25);
@@ -147,7 +147,7 @@ ion-content{
}
.ion-input-class{
width: calc(100% - 45px) !important;
height: 45px;
height: rem(45);
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;