This commit is contained in:
Peter Maquiran
2023-07-20 16:54:58 +01:00
parent 880f154ea2
commit 4d7c80a739
49 changed files with 1114 additions and 432 deletions
@@ -1,9 +1,15 @@
@import '~src/function.scss';
.main-content{
background-color: #fff !important;
ion-header {
background: white;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
ion-content {
background: white;
}
.content{
padding: 30px 20px 0 20px !important;
margin: 0;
@@ -13,6 +19,12 @@
font-weight: 500;
color:#d30a0a !important;
}
.document-type{
color: #d30a0a;
margin-left: 20px;
font-size: medium;
}
.btn-size{
font-size: rem(18) !important;
}