This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
rouen-publik-theme/static/rouen/_vars.scss

33 lines
834 B
SCSS

$black: #000;
$light-black: #333;
$pale-primary-color: #F4A7AA;
$primary-color: #EE787C;
$red: #C64A59;
$white: #FFF;
$button-background: $primary-color;
$button-border-radius: unset;
$cell-border: none;
$font-color: $black;
$font-family: Roboto, sans-serif;
$font-size: 18px;
$footer-background: #FFFFFF;
$icon-fa-circle: "\f111";
$icon-mars-bullet: "\e05c";
$icon-mars-circle: "\e02f";
$icon-mars-circle-dotted: "\e030";
$icon-mars-square: "\e02d";
$icon-mars-square-checked: "\e02e";
$link-color: #198468;
$mobile-limit: 800px;
$nav-background: $primary-color;
$nav-border-color: $white;
$nav-button-background: $black;
$nav-item-selected-background: #2D2D2D;
$nav-mobile-menu-background: $pale-primary-color;
$sidebar-width: 240px;
$steps-color: #9B9B9B;
$title-weight: bold;
$width: 1243.97px;
$custom-very-small-screen: 480px;