oficinasuport-wp-theme/sass/base/elements/_body.scss

16 lines
343 B
SCSS

body {
background: $color__background-body; // Fallback for when there is no custom background color defined.
}
.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;
}