2022-10-24 23:46:53 +02:00
|
|
|
body {
|
|
|
|
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
|
|
|
}
|
2022-12-29 00:19:41 +01:00
|
|
|
|
|
|
|
.ofisuport-funder-name {
|
|
|
|
font-variant: all-petite-caps;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
border-top: 1px solid black;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
line-height: 0.9;
|
|
|
|
min-height: 2.2rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2022-12-29 00:59:40 +01:00
|
|
|
|