1 |
ab1bb0fc
|
Adam Mištera
|
// 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 |
c38f4c3a
|
zabran
|
// Colors - nepoužívat!
|
10 |
ab1bb0fc
|
Adam Mištera
|
$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 |
c4f6e57a
|
Adam Mištera
|
$white: #ffff;
|
21 |
|
|
$black: #000;
|
22 |
34c0b905
|
rizir01
|
|
23 |
c38f4c3a
|
zabran
|
// Custom colors - deprecated - nepoužívat, odstranit!
|
24 |
34c0b905
|
rizir01
|
$cusWhite: #ffffff;
|
25 |
|
|
$cusBrown1: #ddd1b9;
|
26 |
|
|
$cusBrown2: #efdab3;
|
27 |
|
|
$cusBrown3: #ead4b0;
|
28 |
|
|
$cusBlack: #272727;
|
29 |
|
|
|
30 |
c38f4c3a
|
zabran
|
// 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;
|