publik-base-theme/static/seine-et-marne-apa/_vars.scss

49 lines
1.1 KiB
SCSS

$blue: #0a7ec2;
$lightblue: #6ac0d0;
$lightblue2: #96d1e0;
$darkblue2: #217387;
$darkblue: #007793;
$red: #ff5160;
$width: 1280px;
$font-family: Roboto, sans-serif;
$link-color: $darkblue;
$footer-background: $red;
$cell-border: 0;
$font-color: #1e7590;
$border-radius: 0;
$cell-title-cover-border: false;
$cell-background: transparent;
$cell-entry-hover-background: rgba(100, 110, 130, 0.1);
$button-background: $red;
$button-color: white;
$button-border-radius: 1rem;
$nav-mobile-mode: none;
$nav-background: transparent;
$nav-item-spacing: 3rem;
$title-background: transparent;
$title-color: $lightblue;
$title-weight: bold;
$title-font-size: 1.25rem;
$title-padding: 0.5rem;
$table-headers-background: #1e7590;
$table-headers-color: white;
$very-small-limit: 800px;
$grid-gutter: 0px;
$widget-border: 1px solid $lightblue;
$widget-border-radius: $button-border-radius;
$wcs-steps-spacing: 0.7rem;
$wcs-step-color: #439eb9;
$wcs-step-current-color: #1e7590;
$wcs-step-current-background: #fff;
$wcs-step-border-bottom: 1px solid #7fbece;
$wcs-step-current-border-bottom: 2px solid #7fbece;
$wcs-step-marker-color: #d3e9f0;
$wcs-step-current-marker-color: #439eb9;