This commit is contained in:
Peter Maquiran
2023-07-15 11:39:30 +01:00
1436 changed files with 2958 additions and 3769 deletions
@@ -1,4 +1,6 @@
@import '~src/function.scss';
.header-toolbar{
--background:transparent;
--opacity: 1;
@@ -16,9 +18,9 @@
transform: translate3d(0, 1px, 0);
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -35,7 +37,7 @@
.back-icon{
width: 37px;
float: left;
font-size: 35px;
font-size: rem(35);
overflow: auto;
}
@@ -46,7 +48,7 @@
margin: 2.5px 0 0 5px;
}
.title{
font-size: 25px;
font-size: rem(25);
}
}
}
@@ -87,7 +89,7 @@ ion-content{
.item-divider{
background: #ebebeb;
font-size: 15px;
font-size: rem(15);
margin: 10px 0 10px 0;
padding:5px 0 5px 20px;
@@ -112,12 +114,12 @@ ion-content{
margin: 0 !important;
width: 330px;
padding-left: 10px;
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
float: left;
}
.item-checkbox ion-icon{
font-size: 10px;
font-size: rem(10);
float: left;
color:#99e47b;
margin-left: 10px;
@@ -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;
}
@@ -55,7 +57,7 @@ ion-content{
.left{
width: 37px;
float: left;
font-size: 35px;
font-size: rem(35);
overflow: auto;
}
.middle{
@@ -67,26 +69,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;
}
@@ -122,7 +124,7 @@ ion-content{
.item-container-no-border ion-label{
padding-left: 10px;
font-size: 12px;
font-size: rem(12);
color: #000;
}
}
@@ -136,16 +138,16 @@ ion-content{
overflow: auto;
.ion-icon-class{
width: 45px;
height: 45px;
width: rem(45);
height: rem(45);
float: left;
padding: 10px;
font-size: 25px;
font-size: rem(25);
}
}
.ion-input-class{
width: calc(100% - 45px) !important;
height: 45px;
height: rem(45);
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;