publik-base-theme/static/la-possession/_vars.scss

66 lines
1.6 KiB
SCSS

$green: #42a83d;
$light-gray: #cacaca;
$xlight-gray : #f3f3f3;
$gray: #565656;
$dark-gray: #303030;
$primary-color: $green;
$secondary-color: black;
$width: 1140px;
$font-color: $gray;
$font-family: 'Liberation Sans', sans-serif;
$link-color: $green;
$header-full-width-background: true;
$nav-background: white;
$nav-border-color: transparent;
$nav-button-background: $dark-gray;
$nav-color: $gray;
$nav-full-width-background: true;
$nav-item-hover-background: black;
$nav-item-hover-color: $green;
$nav-item-selected-background: white;
$nav-item-selected-color: $green;
$nav-item-transform: uppercase;
$nav-mobile-menu-background: white;
$nav-mobile-menu-item-background: transparent;
$nav-mobile-menu-item-color: $gray;
$nav-mobile-menu-item-hover-background: transparent;
$nav-mobile-menu-item-hover-color: $green;
$nav-submenu-background: white;
$nav-submenu-color: black;
$toplinks-background: $dark-gray;
$toplinks-padding: 1rem;
$title-color: white;
$title-background: $green;
$title-weight: bold;
$title-font-size: 1.75em;
$border-radius: 0px;
$button-color: white;
$button-background: $dark-gray;
$button-hover-background: $gray;
$cell-entry-color: #4B4B4B;
$cell-entry-hover-color: black;
$cell-entry-hover-background: #fefefe;
$cell-background: $xlight-gray;
$cell-border: none;
$cell-image-position: top;
$cell-image-padding: 0;
$wcs-step-current-label-color: $green;
$widget-background: white;
$widget-focus-background: white;
$widget-border: 1px solid $gray;
$widget-focus-border: 1px solid $primary-color;
$footer-background: $dark-gray;
$footer-color: $light-gray;
$footer-link-color: $gray;