responsive

This commit is contained in:
Peter Maquiran
2023-07-06 12:18:15 +01:00
parent 89e11c6fe4
commit 3df11142f6
53 changed files with 695 additions and 893 deletions
@@ -1,3 +1,5 @@
@import '~src/function.scss';
ion-content{
--background:transparent;
}
@@ -14,7 +16,7 @@ ion-content{
border: 0!important;
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -28,7 +30,7 @@ ion-content{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -56,7 +58,7 @@ ion-content{
.left{
width: 37px;
float: left;
font-size: 35px;
font-size: rem(35);
overflow: auto;
}
.middle{
@@ -68,19 +70,19 @@ ion-content{
.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;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -118,7 +120,7 @@ ion-content{
.item-container-no-border ion-label{
padding-left: 10px;
font-size: 12px;
font-size: rem(12);
color: #000;
}
}
@@ -136,7 +138,7 @@ ion-content{
height: 45px;
float: left;
padding: 10px;
font-size: 25px;
font-size: rem(25);
}
}
.ion-input-class{