generated from proofoftom/buidler-waffle-typechain-quasar
-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy path_vars-light.scss
58 lines (47 loc) · 1.48 KB
/
_vars-light.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[data-theme='light'] {
color-scheme: light;
--text-color: #212529;
--text-body: #212529;
--text-secondary: #808094;
// workaround for using css variables with sass mixins
--text-color-rgb: 33, 37, 41;
--brand-primary: #6f3ff5;
--brand-secondary: #00e3a1;
--brand-tertiary: #f3d2f9;
--error-color: #bd6b5e;
--warning-color: var(--text-color);
--warning-background: rgb(255, 248, 197);
--warning-border: rgba(212, 167, 44, 0.4);
--attention-color: #bd6b5e;
--link-color: #00e3a1;
--loader-color: #d0d7de;
--border-color: #d0d7de;
--border-strong: #d0d7de;
--border-highlight: none;
--shadow-light-rgb: 196, 196, 196;
--shadow-dark-rgb: 249, 243, 243;
--bg-primary-color: #fff;
--bg-secondary-color: #fff;
--bg-light-color: #fff;
// alternative mapping for secondary and light background
--bg-secondary-highlight: #f5f2ff;
--bg-secondary-accent: #9789c4;
--bg-light-highlight: #f5f2ff;
--bg-light-accent: #6f3ff5;
--bg-transparent: #fff;
--bg-gradient: white;
--bg-gradient-hero: transparent;
--bg-address-box: #f3d2f9;
--bg-how-it-works: var(--bg-primary-color);
--bg-inactive: #9789c4;
--bg-circle: #d2fff6;
--button-secondary-color: #212529;
--button-secondary-bg: #d2fff6;
--button-secondary-border: none;
--button-action: #00e3a1;
--explorer-border: var(--border-color);
--explorer-hover: none;
--bright-id-bg: #d2fff6;
--bright-id-icon-bg: transparent;
--box-shadow: 0px -4px 16px rgba(14, 13, 13, 0.05);
}