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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
773 B
SCSS
Raw Normal View History

2023-01-30 16:36:30 +01:00
$primary-color: #e0005a;
$secondary-color: #94053f;
$third-color: #ffffff;
2017-04-06 11:37:47 +02:00
$width: 980px;
$font-color: #222;
2023-01-30 16:36:30 +01:00
$font-size: 1em;
$font-family: Arial, sans-serif;
2017-04-06 11:37:47 +02:00
$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;
2023-01-30 16:36:30 +01:00
$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;