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

25 lines
617 B
SCSS

$primary-color: #1e73be;
$font-color: #3F3F3F;
$font-size: 0.875em;
$font-family: Montserrat, sans-serif;
$width: 1100px;
$mobile-width: none;
$border-radius: 0;
$nav-background: rgba(248, 248, 248, 0.8);
$nav-full-width-background: true;
$nav-color: #222;
$nav-active-color: $primary-color;
$nav-submenu-background: white;
$nav-submenu-color: #222;
$nav-item-selected-mode: bottom-border;
$nav-text-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-transform: uppercase;
$title-color: white;
$footer-background: #1c1c1c;
$footer-color: white;