styled the free text on dates

This commit is contained in:
jorge-vitrubio 2023-01-30 11:51:46 +01:00
parent 6aff85827e
commit 27af0b9a22
1 changed files with 54 additions and 32 deletions

View File

@ -62,4 +62,26 @@ article:not(.type-post){
font-size: $font__size-body*1.2; font-size: $font__size-body*1.2;
} }
} }
.item-os_fund_apply_text {
display:inline-block;
margin:0.1em 0;
padding: 0.2em 0.2em 0 0.2em;
color: $color__white;
background-color: $color__green;
font-family: $font__black;
font-size: $font__size-body*0.7;
text-transform: uppercase;
}
}
.single-ofisuport-ajut {
article:not(.type-post){
.ofisuport-label {
li {
font-size: $font__size-body*1.1;
}
}
.item-os_fund_apply_text {
font-size: $font__size-body*1.1;
}
}
} }