This commit is contained in:
Peter Maquiran
2023-07-31 16:34:12 +01:00
parent 9d1d4783db
commit 535c70f5bb
5 changed files with 70 additions and 20 deletions
@@ -228,3 +228,41 @@ ion-menu{
width: 25%;
}
}
.bottom-content{
margin: 0 auto;
.bottom-content h3{
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
float: left;
}
.attach-icon{
width: 37px;
font-size: rem(35);
float: left;
}
.attach-title-item{
width: 100%;
font-size: rem(15);
color:#0d89d1 !important;
}
/* SPAN */
.span-left{
float: left;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: rem(13);
}
}