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

51 lines
1.1 KiB
SCSS

// colors
$gray-xlight: #f9f9f9;
$gray-light: #eee;
$green: #A2C748;
$red: #EC5F65;
$blue: #46BFE0;
$blue-dark: #21809b;
// layout
$header-height-desktop: 185px;
$header-height-mobile: 120px;
// Core vars
$width: 1016px;
$font-family: barlow, sans-serif;
$link-color: $blue-dark;
$font-color: #333;
$primary-color: $green;
$nav-background: $green;
$nav-full-width-background: true;
$nav-active-color: $blue;
$nav-color: white;
$nav-menu-side: 40px;
$nav-button-background: $green;
$nav-mobile-menu-background: $green;
$nav-mobile-menu-item-color: white;
$title-color: $blue;
$title-background: transparent;
$title-weight: bold;
$title-transform: uppercase;
$title-border-bottom: 1px solid $green;
$cell-title-cover-border: false;
$cell-border: 1px solid $gray-light;
$cell-entry-border: 1px solid $green;
$cell-entry-hover-color: white;
$cell-entry-hover-background: $green;
$cell-entry-font-weight: 500;
$button-background: $green;
$button-hover-background: $blue;
$button-color: white;
$widget-border: 1px solid $green;
$widget-focus-border: 1px solid $blue;
$footer-color: $font-color;