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

31 lines
773 B
SCSS

$primary-color: #e0005a;
$secondary-color: #94053f;
$third-color: #ffffff;
$width: 980px;
$font-color: #222;
$font-size: 1em;
$font-family: Arial, sans-serif;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$border-radius: 0;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: lighten($primary-color, 10%);
$footer-background: #636361;
$link-color: darken($primary-color, 20%);
$nav-button-background: transparent;
$button-background: $primary-color;
$button-hover-background: $secondary-color;
$button-color: $third-color;
$button-border: 0;
$button-border-radius: 5px;
$buttons-order: previous, cancel, submit;
$widget-unique-checkbox-position: left;
$field-on-error-style: custom;