styled the free text on dates
This commit is contained in:
parent
6aff85827e
commit
27af0b9a22
|
@ -28,7 +28,7 @@ dd {
|
|||
}
|
||||
|
||||
article:not(.type-post){
|
||||
.ofisuport-label {
|
||||
.ofisuport-label {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline;
|
||||
|
@ -42,7 +42,7 @@ article:not(.type-post){
|
|||
font-size: $font__size-body*0.7;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-os_fund_target li {
|
||||
background-color: $color__orange;
|
||||
}
|
||||
|
@ -62,4 +62,26 @@ article:not(.type-post){
|
|||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue