Projet

Général

Profil

Development #23533 » _vars.scss

Anonyme, 18 juillet 2018 14:09

 
1
$black: #000;
2
$light-black: #333;
3
$pale-primary-color: #F4A7AA;
4
$primary-color: #EE787C;
5
$red: #C64A59;
6
$white: #FFF;
7

    
8
$button-background: $primary-color;
9
$button-border-radius: unset;
10
$cell-border: none;
11
$font-family: Roboto, sans-serif;
12
$font-size: 18px;
13
$footer-background: #FFFFFF;
14
$icon-fa-circle: "\f111";
15
$icon-mars-bullet: "\e05c";
16
$icon-mars-circle: "\e02f";
17
$icon-mars-circle-dotted: "\e030";
18
$icon-mars-square: "\e02d";
19
$icon-mars-square-checked: "\e02e";
20
$link-color: #198468;
21
$mobile-limit: 800px;
22
$nav-background: $primary-color;
23
$nav-border-color: $white;
24
$nav-button-background: $black;
25
$nav-item-selected-background: #2D2D2D;
26
$nav-mobile-menu-background: $pale-primary-color;
27
$sidebar-width: 240px;
28
$title-weight: bold;
29
$width: 1243.97px;
30
$custom-very-small-screen: 480px;
31

    
32
$circle-steps: true;
33

    
34
$circle-steps-container-padding: 0 1em;
35
$circle-steps-margin: 25px 0;
36
$circle-steps-padding: 0.5ex;
37
$circle-steps-marker-margin: 0 auto 0.3em auto;
38
$circle-steps-marker-color: gray;
39
$circle-steps-marker-background: transparent;
40
$circle-steps-marker-border: 1px solid gray;
41
$circle-steps-marker-diameter: 3.5vw;
42
$circle-steps-with-lines: true;
43
$circle-steps-label-margin: 0 -1em;
44
$circle-steps-label-transform: unset;
45
$circle-steps-label-color: #9B9B9B;
46
$circle-steps-current-background: transparent;
47
$circle-steps-mobile-marker-diameter: 3.5rem;