This commit is contained in:
Peter Maquiran
2023-07-15 11:39:30 +01:00
1436 changed files with 2958 additions and 3769 deletions
@@ -14,9 +14,10 @@
color:#d30a0a !important;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
display: flex;
font-family: Roboto;
background-color: #fff;
@@ -31,14 +32,14 @@
.title{
width: fit-content;
height: auto;
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-left: 5px;
}
.div-icon{
width: 40px !important;
font-size: 35px !important;
font-size: rem(35) !important;
text-align: start !important;
padding: 1px;
}
@@ -55,7 +56,7 @@ ion-button{
.upper-content{
font-family: Roboto;
margin-left: 41px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -63,13 +64,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -77,7 +79,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -85,11 +87,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -97,11 +99,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -109,12 +111,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right{
@@ -128,7 +130,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -139,7 +141,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;