publik-base-theme/static/saint-denis/_vars.scss

33 lines
715 B
SCSS

$border-radius: 3px;
$primary-color: #ff6633;
$secondary-color: #ff9966;
$tertiary-color: #ecebe7;
$link-color: #e32c0d;
$blue: #2e247a;
$font-family: "Noto Sans Semi Condensed", sans-serif;
$font-color: #49494b;
$font-size: 15px;
$width: 1200px;
$nav-background: $secondary-color;
$nav-full-width-background: true;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-font-size: 25px;
$nav-after-image: true;
$nav-after-image-height: 430px;
$nav-submenu-color: $font-color;
$footer-background: #494949;
$footer-color: white;
$title-color: $font-color;
$title-font-size: 30px;
$title-weight: 400;
$cell-border: none;
$button-background: $secondary-color;
$button-hover-background: $primary-color;