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

63 lines
1.4 KiB
SCSS

$primary-color: #f39200;
$secondary-color: #575756;
$tertiary-color: #e2dad5;
$width: 1200px;
$sidebar-width: 280px;
$font-color: $secondary-color;
$font-family: OpenSans-Regular,Arial,Verdana,Helvetica,sans-serif;
$font-size: 14px;
$nav-background: white;
$nav-color: $font-color;
$nav-item-background: $tertiary-color;
$nav-active-color: $primary-color;
$nav-item-hover-background: $primary-color;
$nav-item-hover-color: white;
$nav-item-selected-background: $primary-color;
$nav-item-selected-color: white;
$nav-item-transform: uppercase;
$nav-submenu-background: $tertiary-color;
$nav-submenu-color: $font-color;
$border-radius: 0px;
$title-background: white;
$title-color: $secondary-color;
$title-font-family: OpenSans-SemiBold,Arial,Verdana,Helvetica,sans-serif;
$title-font-size: 23px;
$footer-background: transparent;
$footer-color: white;
$cell-border: 1px solid transparent;
$cell-entry-color: $font-color;
$cell-entry-border-color: transparent;
$widget-border-radius: 3px;
$link-color: #e27802;
$button-background: #575756;
$button-color: #ffffff;
$button-border-radius: 0;
$button-border: 0;
$button-hover-background: #f39200;
$button-hover-color: black;
$wcs-steps-spacing: 0;
$wcs-step-border-bottom: none;
$wcs-steps-background: $tertiary-color;
$wcs-step-color: #333;
$wcs-step-current-color: #333;
$wcs-step-current-marker-color: #fff;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-marker-size: 2.5em;