Projekt

Obecné

Profil

Stáhnout (878 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

    
9
// Colors - nepoužívat!
10
$blue: #3490dc;
11
$indigo: #6574cd;
12
$purple: #9561e2;
13
$pink: #f66d9b;
14
$red: #e3342f;
15
$orange: #f6993f;
16
$yellow: #ffed4a;
17
$green: #38c172;
18
$teal: #4dc0b5;
19
$cyan: #6cb2eb;
20
$white: #ffff;
21
$black: #000;
22

    
23
// Custom colors - deprecated - nepoužívat, odstranit!
24
$cusWhite: #ffffff;
25
$cusBrown1: #ddd1b9;
26
$cusBrown2: #efdab3;
27
$cusBrown3: #ead4b0;
28
$cusBlack: #272727;
29

    
30
// Design colors - nepoužívat!
31
$white: #ffffff;
32
$pastel-grey: #ddd1b9;
33
$whey: #efdab3;
34
$desert-sand: #ead4b0;
35
$raisin-black: #272727;
36
// Theme colors - TOHLE POUŽÍVAT!, úpravy jen z Design colors
37
$theme-color-one: $white;
38
$theme-color-two: $pastel-grey;
39
$theme-color-three: $whey;
40
$theme-color-four: $desert-sand;
41
$theme-color-five: $raisin-black;
42

    
(2-2/3)