publik-base-theme/static/perols/_vars.scss

18 lines
389 B
SCSS

$primary-color: #00adc6;
$font-color: #5a5a5a;
$font-size: 1em;
$font-family: Arial, Helvetica, sans-serif;
$width: 1002px;
$border-radius: 0;
$nav-background: #e3007a;
$nav-color: white;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #5a5a5a;
$footer-color: white;