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
@@ -94,7 +94,7 @@
margin-top: 20px;
color: black;
font-family: Roboto;
font-size: rem(13);
font-size: rem(14);
.user-role{
background-color: white;
@@ -115,15 +115,15 @@
}
.ion-icon-class{
color: #ebebeb;
width: 40px;
height: 40px;
width: rem(40);
height: rem(40);
float: left;
padding: 5px;
font-size: rem(25);
}
.ion-input-class{
width: calc(100% - 40px);
height: 40px;
height: rem(40);
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;