publik-base-theme/static/villeurbanne-2018/_vars.scss

45 lines
1005 B
SCSS

$primary-color: #008299;
$font-family: Roboto, sans-serif;
$font-color: #222;
$font-size: 1em;
$width: 1230px;
$border-radius: 0;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: lighten($primary-color, 10%);
$nav-button-background: transparent;
$footer-background: #eeeeee;
$footer-color: black;
$link-color: $primary-color;
$sidebar-width: 450px;
$title-color: #636361;
$title-weight: 700;
$title-font-size: 1.5rem;
$title-font-family: "Bitter", sans-serif;
$title-padding: 0.5em 0.5em 0.5em 1.5em;
$title-background: transparent;
$cell-title-cover-border: false;
$cell-entry-hover-effect: none;
$cell-border: 0;
$button-background: $primary-color;
$button-border-radius: 1.8rem;
$widget-border: 1px solid $primary-color;
$widget-focus-background: #ffffff;
$widget-unique-checkbox-position: left;
$wcs-steps-spacing: 0.7rem;
$wcs-steps-background: #eeeeee;
$wcs-step-border-bottom: 1px solid #ccc;
$wcs-step-current-border-bottom: 1px solid #ccc;
$wcs-step-color: #aaa;