You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
332 B
SCSS
20 lines
332 B
SCSS
%font {
|
|
font-family: Gabriola, sans-serif;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
body {
|
|
@extend %font;
|
|
margin: 80px 5px 0 5px; // Vertical translation for the fixed header
|
|
}
|
|
|
|
.ui-widget {
|
|
@extend %font;
|
|
}
|
|
|
|
pre.xdebug-var-dump {
|
|
font-family: sans-serif;
|
|
font-size: 1em;
|
|
text-align: left;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
} |