mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
improve responsiveness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user