publik-base-theme/static/univ-avignon/_vars.scss

43 lines
1.1 KiB
SCSS

@charset "UTF-8";
$red: #ea5346;
$transparent-red: rgba(234,83,70,0.85);
$primary-color: $red;
$body-background: #eeeeee;
$font-color: rgb(34, 34, 34);
$font-size: 18px;
$font-family: "Source Sans Pro", sans-serif;
$width: 1200px;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$nav-submenu-color: white;
$nav-full-width-background: true;
$border-radius: 0px;
$button-color: white;
$button-background: $primary-color;
$title-background: transparent;
$title-color: $primary-color;
$title-font-size: 20px;
$title-transform: uppercase;
$title-weight: 400;
$title-padding: 1rem;
$footer-background: #4a4949;
$footer-color: rgb(204, 204, 204);
$link-color: $primary-color;
$cell-border: 1px solid #dddddd;
$cell-background: white;
$cell-entry-hover-color: white;
$cell-entry-hover-background: $red;
$form-titlebar-mode: form;
$sidebar-position: left;
$buttons-order: previous, cancel (grow), submit;
$widget-focus-border: 1px solid $primary-color;
$widget-focus-outline: 1px solid $primary-color;
$toplinks-padding: 0.2em 0.5em;
$toplinks-border-radius: none;
$nav-mobile-bottom-bar-color: $primary-color;