Projekt

Obecné

Profil

Stáhnout (748 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
// Body
2
$body-bg: #f8fafc;
3

    
4
// Typography
5
//$font-family-sans-serif: 'Nunito', sans-serif;
6
$font-size-base: 0.9rem;
7
$line-height-base: 1.6;
8
$font-family-avenir-roman: Avenir Roman;
9
$font-family-avenir-medium: Avenir Medium;
10
$font-family-avenir-black: Avenir Black;
11

    
12
// Colors
13
$blue: #3490dc;
14
$indigo: #6574cd;
15
$purple: #9561e2;
16
$pink: #f66d9b;
17
$red: #e3342f;
18
$orange: #f6993f;
19
$yellow: #ffed4a;
20
$green: #38c172;
21
$teal: #4dc0b5;
22
$cyan: #6cb2eb;
23
$white: #ffffff;
24
$black: #000;
25

    
26
// Design colors
27
$pastel-grey: #ddd1b9;
28
$whey: #efdab3;
29
$desert-sand: #ead4b0;
30
$raisin-black: #272727;
31

    
32
// Theme colors
33
$theme-color-one: $white;
34
$theme-color-two: $pastel-grey;
35
$theme-color-three: $whey;
36
$theme-color-four: $desert-sand;
37
$theme-color-five: $raisin-black;
(2-2/3)