publik-base-theme/static/gers-cd32/_vars.scss

41 lines
995 B
SCSS

$primary-color: #ae2217;
$secondary-color: #f4f4f4;
$tertiary-color: #0f183b;
$border-radius: 3px;
$font-size: 20px;
$font-family: Montserrat, sans-serif;
$link-color: $primary-color;
$my-tablet-limit: 1279px;
$my-mobile-limit: 796px;
$nav-place-holder-width: 80px;
$nav-mobile-limit: 50000px;
$nav-button-color: $tertiary-color;
$nav-button-background: $tertiary-color;
$nav-mobile-menu-background: $tertiary-color;
$nav-item-hover-background: $primary-color;
$nav-border-color: transparent;
$nav-menu-side: 36px;
$cell-border: none;
$cell-entry-hover-background: transparent;
$title-transform: uppercase;
$title-font-size: 28px;
$title-weight: bold;
$title-padding: 0.7rem 0rem;
$form-style: light;
$widget-background: $secondary-color;
$button-border: 1px solid $tertiary-color;
$button-border-radius: 5px;
$button-color: $tertiary-color;
$button-background: $secondary-color;
$button-hover-color: white;
$button-hover-background: $tertiary-color;
$footer-background: $primary-color;