Revize 0af96ab1
Přidáno uživatelem Marek Lovčí před téměř 5 roky(ů)
resources/sass/_custom.scss | ||
---|---|---|
262 | 262 |
|
263 | 263 |
&:active |
264 | 264 |
{ |
265 |
background-color: $cusBrown2;
|
|
265 |
background-color: $theme-color-three;
|
|
266 | 266 |
border-color: $theme-color-four; |
267 | 267 |
outline: none !important; |
268 | 268 |
box-shadow: none !important; |
resources/sass/_variables.scss | ||
---|---|---|
6 | 6 |
$font-size-base: 0.9rem; |
7 | 7 |
$line-height-base: 1.6; |
8 | 8 |
|
9 |
// Colors - nepoužívat!
|
|
9 |
// Colors |
|
10 | 10 |
$blue: #3490dc; |
11 | 11 |
$indigo: #6574cd; |
12 | 12 |
$purple: #9561e2; |
... | ... | |
17 | 17 |
$green: #38c172; |
18 | 18 |
$teal: #4dc0b5; |
19 | 19 |
$cyan: #6cb2eb; |
20 |
$white: #ffff; |
|
20 |
$white: #ffffff;
|
|
21 | 21 |
$black: #000; |
22 | 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; |
|
23 |
// Design colors |
|
32 | 24 |
$pastel-grey: #ddd1b9; |
33 | 25 |
$whey: #efdab3; |
34 | 26 |
$desert-sand: #ead4b0; |
35 | 27 |
$raisin-black: #272727; |
36 |
// Theme colors - TOHLE POUŽÍVAT!, úpravy jen z Design colors |
|
28 |
|
|
29 |
// Theme colors |
|
37 | 30 |
$theme-color-one: $white; |
38 | 31 |
$theme-color-two: $pastel-grey; |
39 | 32 |
$theme-color-three: $whey; |
40 | 33 |
$theme-color-four: $desert-sand; |
41 | 34 |
$theme-color-five: $raisin-black; |
42 |
|
Také k dispozici: Unified diff
Úprava proměnných scss