@salutejs-ds/sdds_sbcom 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Button/Button.config.d.ts +3 -3
- package/components/Button/Button.config.js +10 -10
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1wue0f1.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +3 -3
- package/components/Checkbox/Checkbox.config.js +1 -1
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_limvsr.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Counter/Counter.config.d.ts +4 -4
- package/components/Counter/Counter.config.js +9 -9
- package/components/Counter/Counter.config.js.map +1 -1
- package/components/Counter/Counter.config_u14r3s.css +11 -0
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +4 -4
- package/components/IconButton/IconButton.config.js +1 -1
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_yxpssw.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/Link/Link.config.d.ts +5 -5
- package/components/Link/Link.config.js +7 -7
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/{Link.config_uq3jfz.css → Link.config_1adojdx.css} +6 -6
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +5 -5
- package/components/Radiobox/Radiobox.config.d.ts +2 -2
- package/components/Radiobox/Radiobox.config.js +5 -5
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_wzkn6m.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/css/sdds_sbcom.module.css +972 -1227
- package/css/sdds_sbcom__dark.css +518 -645
- package/css/sdds_sbcom__light.css +521 -649
- package/es/components/Button/Button.config.js +10 -10
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_1wue0f1.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +1 -1
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_limvsr.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- package/es/components/Counter/Counter.config.js +9 -9
- package/es/components/Counter/Counter.config.js.map +1 -1
- package/es/components/Counter/Counter.config_u14r3s.css +11 -0
- package/es/components/Counter/Counter.css +10 -10
- package/es/components/IconButton/IconButton.config.js +1 -1
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_yxpssw.css +9 -0
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Link/Link.config.js +7 -7
- package/es/components/Link/Link.config.js.map +1 -1
- package/es/components/Link/{Link.config_uq3jfz.css → Link.config_1adojdx.css} +6 -6
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +5 -5
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_wzkn6m.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -6
- package/es/index.css +55 -55
- package/es/index.js +1 -1
- package/es/theme/themes/sdds_sbcom__dark.js +1 -1
- package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/es/theme/themes/sdds_sbcom__light.js +1 -1
- package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/es/theme/tokens/index.js +901 -1282
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/index.js +137 -264
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +9 -9
- package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/cjs/Counter/Counter.config.js +10 -10
- package/styled-components/cjs/IconButton/IconButton.config.js +7 -7
- package/styled-components/cjs/Link/Link.config.js +6 -6
- package/styled-components/cjs/Radiobox/Radiobox.config.js +6 -6
- package/styled-components/es/Button/Button.config.js +9 -9
- package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/es/Counter/Counter.config.js +10 -10
- package/styled-components/es/IconButton/IconButton.config.js +7 -7
- package/styled-components/es/Link/Link.config.js +6 -6
- package/styled-components/es/Radiobox/Radiobox.config.js +6 -6
- package/theme/themes/sdds_sbcom__dark.js +1 -1
- package/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/theme/themes/sdds_sbcom__light.js +1 -1
- package/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/theme/tokens/index.d.ts +721 -975
- package/theme/tokens/index.js +1037 -1545
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_ncdo62.css +0 -10
- package/components/Checkbox/Checkbox.config_ufkiou.css +0 -6
- package/components/Counter/Counter.config_8qholw.css +0 -11
- package/components/IconButton/IconButton.config_10yvwxd.css +0 -9
- package/components/Radiobox/Radiobox.config_16u8jc7.css +0 -6
- package/es/components/Button/Button.config_ncdo62.css +0 -10
- package/es/components/Checkbox/Checkbox.config_ufkiou.css +0 -6
- package/es/components/Counter/Counter.config_8qholw.css +0 -11
- package/es/components/IconButton/IconButton.config_10yvwxd.css +0 -9
- package/es/components/Radiobox/Radiobox.config_16u8jc7.css +0 -6
|
@@ -1,64 +1,182 @@
|
|
|
1
1
|
/* Generated by robots, do not change this manually! */
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
--on-dark-
|
|
5
|
-
--on-
|
|
4
|
+
--on-dark-personas-green-text-accent: #6CD5BB;
|
|
5
|
+
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
6
|
+
--on-dark-personas-green-text-accent-active: #54CFB0FF;
|
|
7
|
+
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
8
|
+
--on-dark-personas-ochre-text-accent-active: #F19F7EFF;
|
|
9
|
+
--surface-transparent-accent-minor-hover: #0BA8884D;
|
|
10
|
+
--surface-transparent-accent-minor-active: #0BA88852;
|
|
11
|
+
--on-light-outline-primary-hover: #ADA39FFF;
|
|
12
|
+
--on-light-outline-primary-active: #C4BEBAFF;
|
|
13
|
+
--inverse-outline-default-hover: #666666FF;
|
|
14
|
+
--inverse-outline-default-active: #292929FF;
|
|
15
|
+
--inverse-personas-sea-blue-text-accent-hover: #00C5CCFF;
|
|
16
|
+
--inverse-personas-sea-blue-text-accent-active: #00A8ADFF;
|
|
17
|
+
--inverse-personas-blue-text-accent-hover: #C3DDF9FF;
|
|
18
|
+
--inverse-personas-blue-text-accent-active: #5DA3EFFF;
|
|
19
|
+
--inverse-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
20
|
+
--inverse-personas-violet-text-accent-active: #D982E8FF;
|
|
21
|
+
--inverse-surface-transparent-accent-minor-hover: #0BA8885C;
|
|
22
|
+
--inverse-surface-transparent-accent-minor-active: #0BA8882E;
|
|
23
|
+
--on-light-personas-blue-text-accent-hover: #1477E1FF;
|
|
24
|
+
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
25
|
+
--on-dark-surface-transparent-navi-hover: #242424B8;
|
|
26
|
+
--on-dark-surface-transparent-navi-active: #2424248A;
|
|
27
|
+
--inverse-outline-primary-hover: #6B6461FF;
|
|
28
|
+
--inverse-outline-primary-active: #2B2827FF;
|
|
29
|
+
--on-light-outline-default-hover: #CCCCCCFF;
|
|
30
|
+
--on-light-outline-default-active: #E6E6E6FF;
|
|
31
|
+
--on-dark-outline-default-hover: #666666FF;
|
|
32
|
+
--on-dark-outline-default-active: #292929FF;
|
|
33
|
+
--personas-green-text-accent-hover: #8CDECAFF;
|
|
34
|
+
--personas-green-text-accent-active: #4CCDACFF;
|
|
35
|
+
--personas-sea-blue-text-accent-hover: #000000FF;
|
|
36
|
+
--personas-sea-blue-text-accent-active: #4BB4B4FF;
|
|
37
|
+
--inverse-surface-accent-secondary-hover: #70CDB7FF;
|
|
38
|
+
--inverse-surface-accent-secondary-active: #59C5ACFF;
|
|
39
|
+
--on-light-surface-accent-secondary-hover: #50C3A8FF;
|
|
40
|
+
--on-light-surface-accent-secondary-active: #3CAF94FF;
|
|
41
|
+
--surface-transparent-navi-hover: #242424A8;
|
|
42
|
+
--surface-transparent-navi-active: #242424AD;
|
|
43
|
+
--on-light-surface-transparent-accent-minor-hover: #0BA8884D;
|
|
44
|
+
--on-light-surface-transparent-accent-minor-active: #0BA88852;
|
|
45
|
+
--on-light-personas-green-text-accent-hover: #04D7A6FF;
|
|
46
|
+
--on-light-personas-green-text-accent-active: #04AF87FF;
|
|
47
|
+
--outline-default-hover: #B3B3B3FF;
|
|
48
|
+
--outline-default-active: #6B6B6BFF;
|
|
49
|
+
--on-dark-outline-primary-hover: #6B6461FF;
|
|
50
|
+
--on-dark-outline-primary-active: #2B2827FF;
|
|
51
|
+
--on-dark-personas-pink-text-accent-hover: #F26E6EFF;
|
|
52
|
+
--on-dark-personas-pink-text-accent-active: #F58A8AFF;
|
|
53
|
+
--outline-primary-hover: #B6B1AFFF;
|
|
54
|
+
--outline-primary-active: #706966FF;
|
|
55
|
+
--inverse-personas-indigo-text-accent-hover: #FFFFFFFF;
|
|
56
|
+
--inverse-personas-indigo-text-accent-active: #652DA9FF;
|
|
57
|
+
--inverse-personas-pink-text-accent-hover: #E26E6EFF;
|
|
58
|
+
--inverse-personas-pink-text-accent-active: #D83B3BFF;
|
|
59
|
+
--personas-olive-text-accent-hover: #1DB71AFF;
|
|
60
|
+
--personas-olive-text-accent-active: #179315FF;
|
|
61
|
+
--inverse-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
62
|
+
--inverse-personas-ochre-text-accent-active: #F19F7EFF;
|
|
63
|
+
--on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
64
|
+
--on-dark-personas-olive-text-accent-active: #7DC07CFF;
|
|
65
|
+
--inverse-surface-transparent-navi-hover: #242424B8;
|
|
66
|
+
--inverse-surface-transparent-navi-active: #2424248A;
|
|
67
|
+
--on-light-personas-olive-text-accent-hover: #1DB71AFF;
|
|
68
|
+
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
69
|
+
--on-light-personas-violet-text-accent-hover: #B740C9FF;
|
|
70
|
+
--on-light-personas-violet-text-accent-active: #81288FFF;
|
|
71
|
+
--on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
|
|
72
|
+
--on-light-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
73
|
+
--on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
74
|
+
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
75
|
+
--on-dark-surface-accent-secondary-hover: #70CDB7FF;
|
|
76
|
+
--on-dark-surface-accent-secondary-active: #59C5ACFF;
|
|
77
|
+
--inverse-personas-green-text-accent-hover: #04C396FF;
|
|
78
|
+
--inverse-personas-green-text-accent-active: #03A57FFF;
|
|
79
|
+
--on-light-personas-pink-text-accent-hover: #E47777FF;
|
|
80
|
+
--on-light-personas-pink-text-accent-active: #D73333FF;
|
|
6
81
|
--on-dark-personas-ochre-text-accent: #F4B49B;
|
|
82
|
+
--surface-accent-secondary-hover: #50C3A8FF;
|
|
83
|
+
--surface-accent-secondary-active: #3CAF94FF;
|
|
84
|
+
--personas-pink-text-accent-hover: #FBCBCBFF;
|
|
7
85
|
--surface-transparent-accent-minor: #0BA6863D;
|
|
8
|
-
--
|
|
86
|
+
--personas-pink-text-accent-active: #F48080FF;
|
|
87
|
+
--personas-indigo-text-accent-hover: #000000FF;
|
|
88
|
+
--personas-indigo-text-accent-active: #5B2999FF;
|
|
89
|
+
--on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
90
|
+
--on-dark-personas-violet-text-accent-active: #D982E8FF;
|
|
9
91
|
--on-light-outline-primary: #DDD9D7;
|
|
92
|
+
--on-light-surface-transparent-navi-hover: #FFFFFFA8;
|
|
10
93
|
--inverse-outline-default: #383838;
|
|
94
|
+
--on-light-surface-transparent-navi-active: #FFFFFFAD;
|
|
11
95
|
--inverse-personas-sea-blue-text-accent: #00898D;
|
|
12
96
|
--background-hardline: #FFFFFF;
|
|
13
97
|
--inverse-personas-blue-text-accent: #79B3F2;
|
|
98
|
+
--on-dark-personas-blue-text-accent-hover: #C3DDF9FF;
|
|
14
99
|
--inverse-personas-violet-text-accent: #E19DED;
|
|
100
|
+
--on-dark-personas-blue-text-accent-active: #5DA3EFFF;
|
|
15
101
|
--inverse-surface-transparent-accent-minor: #0BA6863D;
|
|
102
|
+
--on-light-personas-indigo-text-accent-hover: #000000FF;
|
|
16
103
|
--on-light-personas-blue-text-accent: #1063BA;
|
|
104
|
+
--on-light-personas-indigo-text-accent-active: #5B2999FF;
|
|
17
105
|
--on-dark-surface-transparent-navi: #23232399;
|
|
106
|
+
--on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;
|
|
18
107
|
--inverse-outline-primary: #3B3735;
|
|
108
|
+
--on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
|
|
19
109
|
--on-light-outline-default: #FFFFFF;
|
|
110
|
+
--inverse-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
111
|
+
--inverse-personas-olive-text-accent-active: #7DC07CFF;
|
|
112
|
+
--personas-ochre-text-accent-hover: #ED6C1DFF;
|
|
20
113
|
--on-dark-outline-default: #383838;
|
|
114
|
+
--personas-ochre-text-accent-active: #AA4A0EFF;
|
|
21
115
|
--personas-green-text-accent: #6CD5BB;
|
|
22
116
|
--personas-sea-blue-text-accent: #7BC8C8;
|
|
117
|
+
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
23
118
|
--inverse-background-hardline: #FFFFFF;
|
|
24
119
|
--inverse-surface-accent-secondary: #61C8B0;
|
|
120
|
+
--on-dark-surface-transparent-accent-minor-active: #0BA88838;
|
|
25
121
|
--light-background-hardline: #FFFFFF;
|
|
122
|
+
--on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
|
|
26
123
|
--on-light-surface-accent-secondary: #41BDA1;
|
|
27
124
|
--surface-transparent-navi: #23232399;
|
|
125
|
+
--on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
|
|
126
|
+
--personas-violet-text-accent-hover: #EBBEF3FF;
|
|
28
127
|
--on-light-surface-transparent-accent-minor: #0BA6863D;
|
|
128
|
+
--personas-violet-text-accent-active: #D679E6FF;
|
|
29
129
|
--on-light-personas-green-text-accent: #038768;
|
|
130
|
+
--personas-blue-text-accent-hover: #1477E1FF;
|
|
30
131
|
--outline-default: #383838;
|
|
132
|
+
--personas-blue-text-accent-active: #0D4F96FF;
|
|
133
|
+
--text-primary-brightness-hover: #17171793;
|
|
31
134
|
--dark-background-hardline: #000000;
|
|
135
|
+
--text-primary-brightness-active: #171717C4;
|
|
32
136
|
--on-dark-outline-primary: #3B3735;
|
|
137
|
+
--on-dark-text-primary-brightness-hover: #FAFAFA93;
|
|
33
138
|
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
34
|
-
--on-dark-text-
|
|
35
|
-
--on-
|
|
36
|
-
--
|
|
37
|
-
--
|
|
38
|
-
--inverse-
|
|
139
|
+
--on-dark-text-primary-brightness-active: #FAFAFAC4;
|
|
140
|
+
--on-light-text-primary-brightness-hover: #17171793;
|
|
141
|
+
--on-light-text-primary-brightness-active: #171717C4;
|
|
142
|
+
--inverse-text-primary-brightness-hover: #FAFAFA93;
|
|
143
|
+
--inverse-text-primary-brightness-active: #FAFAFAC4;
|
|
144
|
+
--surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
145
|
+
--surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
146
|
+
--surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
147
|
+
--surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
148
|
+
--surface-solid-card-brightness-active: #FFFFFFFF;
|
|
149
|
+
--surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
150
|
+
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
151
|
+
--on-dark-surface-solid-primary-brightness-active: #212121FF;
|
|
152
|
+
--on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
153
|
+
--on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
154
|
+
--on-dark-surface-solid-card-brightness-hover: #303030FF;
|
|
155
|
+
--on-dark-surface-solid-card-brightness-active: #212121FF;
|
|
156
|
+
--on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
157
|
+
--on-light-surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
158
|
+
--outline-primary: #3B3735;
|
|
159
|
+
--inverse-personas-indigo-text-accent: #7133BE;
|
|
160
|
+
--inverse-personas-pink-text-accent: #DE5555;
|
|
161
|
+
--on-light-outline-positive-active: #20801EFF;
|
|
162
|
+
--personas-olive-text-accent: #127210;
|
|
39
163
|
--inverse-personas-ochre-text-accent: #F4B49B;
|
|
40
|
-
--
|
|
164
|
+
--surface-solid-tertiary-active: #FFFFFFFF;
|
|
165
|
+
--on-light-surface-solid-tertiary-active: #FFFFFFFF;
|
|
41
166
|
--on-dark-personas-olive-text-accent: #93CB92;
|
|
42
|
-
--on-light-
|
|
167
|
+
--on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
168
|
+
--on-dark-surface-accent-minor-active: #043F34FF;
|
|
169
|
+
--text-primary: #15110FFC;
|
|
170
|
+
--on-dark-text-accent-minor-hover: #60C7AFFF;
|
|
43
171
|
--inverse-surface-transparent-navi: #23232399;
|
|
44
172
|
--on-light-personas-olive-text-accent: #127210;
|
|
45
|
-
--
|
|
46
|
-
--
|
|
47
|
-
--on-
|
|
48
|
-
--
|
|
49
|
-
--
|
|
50
|
-
--
|
|
51
|
-
--inverse-personas-pink-text-accent: #DE5555;
|
|
52
|
-
--text-primary: #15110FFC;
|
|
53
|
-
--on-dark-text-warning-minor-hover: #BB4F11FF;
|
|
54
|
-
--inverse-surface-solid-tertiary: #474747;
|
|
55
|
-
--light-background-secondary: #F6F2F0;
|
|
56
|
-
--on-dark-outline-transparent-tertiary-active: #FAFAFA47;
|
|
57
|
-
--on-light-outline-solid-tertiary-hover: #A3A3A3FF;
|
|
173
|
+
--on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
174
|
+
--on-light-surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
175
|
+
--on-light-surface-solid-card-brightness-active: #FFFFFFFF;
|
|
176
|
+
--inverse-surface-solid-primary-brightness-hover: #303030FF;
|
|
177
|
+
--inverse-surface-solid-primary-brightness-active: #212121FF;
|
|
178
|
+
--inverse-surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
58
179
|
--on-light-outline-warning-active: #A3420AFF;
|
|
59
|
-
--inverse-outline-transparent-secondary-active: #FAFAFA2B;
|
|
60
|
-
--inverse-outline-transparent-warning-active: #CA4B02FF;
|
|
61
|
-
--inverse-data-yellow-minor-hover: #B87A00FF;
|
|
62
180
|
--on-light-personas-violet-text-accent: #9E32AF;
|
|
63
181
|
--on-light-personas-ochre-text-accent: #D15A11;
|
|
64
182
|
--on-dark-personas-indigo-text-accent: #BD91F5;
|
|
@@ -67,467 +185,374 @@
|
|
|
67
185
|
--on-light-personas-pink-text-accent: #DE5555;
|
|
68
186
|
--surface-accent-secondary: #41BDA1;
|
|
69
187
|
--surface-accent-minor: #D0F2E9;
|
|
188
|
+
--on-dark-surface-solid-tertiary-active: #424242FF;
|
|
189
|
+
--light-background-secondary: #F6F2F0;
|
|
190
|
+
--inverse-surface-solid-tertiary: #474747;
|
|
70
191
|
--on-light-surface-accent-minor: #D0F2E9;
|
|
71
|
-
--
|
|
72
|
-
--
|
|
73
|
-
--
|
|
74
|
-
--on-dark-surface-accent-minor-hover: #0E3A16FF;
|
|
192
|
+
--inverse-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
193
|
+
--inverse-surface-solid-card-brightness-hover: #303030FF;
|
|
194
|
+
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
75
195
|
--inverse-surface-accent-minor: #04473B;
|
|
76
|
-
--
|
|
77
|
-
--on-dark-surface-
|
|
78
|
-
--personas-ochre-text-accent: #D15A11;
|
|
196
|
+
--inverse-surface-solid-card-brightness-active: #212121FF;
|
|
197
|
+
--on-dark-surface-accent-minor-hover: #055C4CFF;
|
|
79
198
|
--personas-pink-text-accent: #F7A4A4;
|
|
80
199
|
--personas-indigo-text-accent: #7133BE;
|
|
81
200
|
--on-dark-personas-violet-text-accent: #E19DED;
|
|
82
201
|
--on-light-surface-transparent-navi: #FFFFFF99;
|
|
83
202
|
--on-dark-personas-blue-text-accent: #79B3F2;
|
|
84
|
-
--
|
|
203
|
+
--on-light-personas-indigo-text-accent: #7133BE;
|
|
85
204
|
--on-light-personas-sea-blue-text-accent: #00898D;
|
|
86
205
|
--inverse-personas-olive-text-accent: #93CB92;
|
|
87
|
-
--
|
|
206
|
+
--personas-ochre-text-accent: #D15A11;
|
|
88
207
|
--on-dark-surface-transparent-accent-minor: #0BA68647;
|
|
89
|
-
--
|
|
90
|
-
--on-light-text-warning-active: #A84710FF;
|
|
208
|
+
--on-light-text-warning-active: #6F2D06FF;
|
|
91
209
|
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
92
|
-
--text-info-minor-active: #29A9FFFF;
|
|
93
|
-
--inverse-text-warning-minor-hover: #BB4F11FF;
|
|
94
|
-
--on-dark-outline-warning-minor-active: #70300AFF;
|
|
95
210
|
--personas-violet-text-accent: #E19DED;
|
|
96
211
|
--personas-blue-text-accent: #1063BA;
|
|
97
|
-
--text-
|
|
98
|
-
--text-tertiary-active: #17171756;
|
|
212
|
+
--text-secondary: #15110FA3;
|
|
99
213
|
--text-paragraph: #15110F66;
|
|
100
|
-
--text-paragraph-hover: #
|
|
101
|
-
--text-paragraph-active: #
|
|
214
|
+
--text-paragraph-hover: #15110FFF;
|
|
215
|
+
--text-paragraph-active: #15110F7A;
|
|
102
216
|
--text-accent: #0A8E73;
|
|
103
|
-
--text-accent-hover: #
|
|
104
|
-
--text-accent-active: #
|
|
217
|
+
--text-accent-hover: #0DB593FF;
|
|
218
|
+
--text-accent-active: #076955FF;
|
|
105
219
|
--text-accent-minor: #0A8E7366;
|
|
106
|
-
--text-accent-minor-hover: #
|
|
107
|
-
--text-accent-minor-active: #
|
|
220
|
+
--text-accent-minor-hover: #0A8F74FF;
|
|
221
|
+
--text-accent-minor-active: #0A8F747A;
|
|
108
222
|
--text-positive: #207F1F;
|
|
109
|
-
--text-positive-hover: #
|
|
110
|
-
--text-positive-active: #
|
|
223
|
+
--text-positive-hover: #29A027FF;
|
|
224
|
+
--text-positive-active: #185E17FF;
|
|
111
225
|
--text-warning: #973C09;
|
|
112
|
-
--text-warning-hover: #
|
|
113
|
-
--text-warning-active: #
|
|
226
|
+
--text-warning-hover: #BC4C0BFF;
|
|
227
|
+
--text-warning-active: #6F2D06FF;
|
|
114
228
|
--text-negative: #D11D23;
|
|
115
|
-
--text-negative-hover: #
|
|
116
|
-
--text-negative-active: #
|
|
229
|
+
--text-negative-hover: #E3353BFF;
|
|
230
|
+
--text-negative-active: #AF181DFF;
|
|
117
231
|
--text-info: #205EA5;
|
|
118
|
-
--text-info-hover: #
|
|
119
|
-
--text-info-active: #
|
|
120
|
-
--text-
|
|
121
|
-
--text-positive-minor-active: #21B03CFF;
|
|
122
|
-
--text-warning-minor-hover: #FDB790FF;
|
|
123
|
-
--text-warning-minor-active: #FC8240FF;
|
|
124
|
-
--text-negative-minor-hover: #FFB8BFFF;
|
|
125
|
-
--text-negative-minor-active: #FF6675FF;
|
|
126
|
-
--text-info-minor-hover: #7ACAFFFF;
|
|
127
|
-
--text-primary-hover: #15110F97;
|
|
128
|
-
--text-primary-brightness: #171717F5;
|
|
232
|
+
--text-info-hover: #000000FF;
|
|
233
|
+
--text-info-active: #194B85FF;
|
|
234
|
+
--text-secondary-hover: #15110FFF;
|
|
129
235
|
--text-primary-active: #15110FCA;
|
|
130
|
-
--text-secondary-active: #
|
|
236
|
+
--text-secondary-active: #15110FC4;
|
|
131
237
|
--text-tertiary: #15110F3D;
|
|
132
|
-
--text-
|
|
133
|
-
--text-
|
|
134
|
-
--
|
|
135
|
-
--on-dark-text-tertiary-
|
|
136
|
-
--on-dark-text-tertiary-active: #FAFAFA56;
|
|
238
|
+
--text-tertiary-hover: #15110FFF;
|
|
239
|
+
--text-tertiary-active: #15110F49;
|
|
240
|
+
--text-primary-brightness: #171717F5;
|
|
241
|
+
--on-dark-text-tertiary-active: #F5F1EF49;
|
|
137
242
|
--on-dark-text-paragraph: #F6F2F07A;
|
|
138
|
-
--on-dark-text-paragraph-hover: #
|
|
139
|
-
--on-dark-text-paragraph-active: #
|
|
243
|
+
--on-dark-text-paragraph-hover: #F5F1EFFF;
|
|
244
|
+
--on-dark-text-paragraph-active: #F5F1EF93;
|
|
140
245
|
--on-dark-text-accent: #61C8B0;
|
|
141
|
-
--on-dark-text-accent-hover: #
|
|
142
|
-
--on-dark-text-accent-active: #
|
|
246
|
+
--on-dark-text-accent-hover: #77CFBBFF;
|
|
247
|
+
--on-dark-text-accent-active: #4ABFA4FF;
|
|
143
248
|
--on-dark-text-accent-minor: #61C8B07A;
|
|
144
|
-
--on-dark-text-accent-minor-active: #
|
|
249
|
+
--on-dark-text-accent-minor-active: #60C7AF93;
|
|
145
250
|
--on-dark-text-positive: #50A84C;
|
|
146
|
-
--on-dark-text-positive-hover: #
|
|
147
|
-
--on-dark-text-positive-active: #
|
|
251
|
+
--on-dark-text-positive-hover: #62B65DFF;
|
|
252
|
+
--on-dark-text-positive-active: #469442FF;
|
|
148
253
|
--on-dark-text-warning: #DA6828;
|
|
149
|
-
--on-dark-text-warning-hover: #
|
|
150
|
-
--on-dark-text-warning-active: #
|
|
254
|
+
--on-dark-text-warning-hover: #DF7D43FF;
|
|
255
|
+
--on-dark-text-warning-active: #C45D21FF;
|
|
151
256
|
--on-dark-text-negative: #F57E83;
|
|
152
|
-
--on-dark-text-negative-hover: #
|
|
153
|
-
--on-dark-text-negative-active: #
|
|
257
|
+
--on-dark-text-negative-hover: #F89BA0FF;
|
|
258
|
+
--on-dark-text-negative-active: #F3626AFF;
|
|
154
259
|
--on-dark-text-info: #70B2F5;
|
|
155
|
-
--on-dark-text-info-hover: #
|
|
156
|
-
--on-dark-text-info-active: #
|
|
157
|
-
--on-dark-text-
|
|
158
|
-
--on-dark-text-
|
|
159
|
-
--on-dark-text-primary: #F6F2F0FC;
|
|
160
|
-
--on-dark-text-primary-active: #F5F1EFCA;
|
|
161
|
-
--on-dark-text-primary-hover: #F5F1EF97;
|
|
162
|
-
--on-dark-text-secondary-hover: #FAFAFAFF;
|
|
163
|
-
--on-dark-text-secondary-active: #FAFAFAAB;
|
|
260
|
+
--on-dark-text-info-hover: #BCDBFAFF;
|
|
261
|
+
--on-dark-text-info-active: #53A3F3FF;
|
|
262
|
+
--on-dark-text-primary-active: #FFFFFFCA;
|
|
263
|
+
--on-dark-text-primary: #FFFFFFFC;
|
|
164
264
|
--on-dark-text-primary-brightness: #FAFAFAF5;
|
|
165
265
|
--on-dark-text-secondary: #F6F2F0A3;
|
|
166
|
-
--on-dark-text-
|
|
167
|
-
--on-
|
|
266
|
+
--on-dark-text-secondary-hover: #F5F1EFFF;
|
|
267
|
+
--on-dark-text-tertiary: #F6F2F03D;
|
|
268
|
+
--on-dark-text-tertiary-hover: #F5F1EFFF;
|
|
269
|
+
--on-dark-text-secondary-active: #F5F1EFC4;
|
|
270
|
+
--on-dark-text-primary-hover: #FFFFFF97;
|
|
168
271
|
--on-light-text-primary-hover: #15110F97;
|
|
169
272
|
--on-light-text-primary-active: #15110FCA;
|
|
170
273
|
--on-light-text-primary-brightness: #171717F5;
|
|
171
274
|
--on-light-text-secondary: #15110FA3;
|
|
172
|
-
--on-light-text-secondary-hover: #
|
|
173
|
-
--on-light-text-secondary-active: #
|
|
275
|
+
--on-light-text-secondary-hover: #15110FFF;
|
|
276
|
+
--on-light-text-secondary-active: #15110FC4;
|
|
174
277
|
--on-light-text-tertiary: #15110F3D;
|
|
175
|
-
--on-light-text-tertiary-hover: #
|
|
176
|
-
--on-light-text-tertiary-active: #
|
|
278
|
+
--on-light-text-tertiary-hover: #15110FFF;
|
|
279
|
+
--on-light-text-tertiary-active: #15110F49;
|
|
177
280
|
--on-light-text-paragraph: #15110F66;
|
|
178
|
-
--on-light-text-paragraph-hover: #
|
|
179
|
-
--on-light-text-paragraph-active: #
|
|
281
|
+
--on-light-text-paragraph-hover: #15110FFF;
|
|
282
|
+
--on-light-text-paragraph-active: #15110F7A;
|
|
180
283
|
--on-light-text-accent: #0A8E73;
|
|
181
|
-
--on-light-text-accent-hover: #
|
|
182
|
-
--on-light-text-accent-active: #
|
|
284
|
+
--on-light-text-accent-hover: #0DB593FF;
|
|
285
|
+
--on-light-text-accent-active: #076955FF;
|
|
183
286
|
--on-light-text-accent-minor: #0A8E7366;
|
|
184
|
-
--on-light-text-accent-minor-hover: #
|
|
185
|
-
--on-light-text-accent-minor-active: #
|
|
287
|
+
--on-light-text-accent-minor-hover: #0A8F74FF;
|
|
288
|
+
--on-light-text-accent-minor-active: #0A8F747A;
|
|
186
289
|
--on-light-text-positive: #207F1F;
|
|
187
|
-
--on-light-text-positive-hover: #
|
|
188
|
-
--on-light-text-positive-active: #
|
|
290
|
+
--on-light-text-positive-hover: #29A027FF;
|
|
291
|
+
--on-light-text-positive-active: #185E17FF;
|
|
189
292
|
--on-light-text-warning: #973C09;
|
|
190
|
-
--on-light-text-warning-hover: #
|
|
191
|
-
--on-
|
|
192
|
-
--
|
|
193
|
-
--
|
|
194
|
-
--
|
|
195
|
-
--on-light-text-positive-minor-hover: #47DC62FF;
|
|
196
|
-
--on-light-text-positive-minor-active: #21B03CFF;
|
|
197
|
-
--on-light-text-warning-minor-hover: #FDB790FF;
|
|
198
|
-
--on-light-text-warning-minor-active: #FC8240FF;
|
|
199
|
-
--on-light-text-negative-minor-hover: #FFB8BFFF;
|
|
200
|
-
--on-light-text-negative-minor-active: #FF6675FF;
|
|
201
|
-
--on-light-text-info-minor-hover: #7ACAFFFF;
|
|
202
|
-
--on-light-text-info-minor-active: #29A9FFFF;
|
|
203
|
-
--inverse-text-primary: #F6F2F0FC;
|
|
204
|
-
--inverse-text-primary-hover: #F5F1EF97;
|
|
205
|
-
--inverse-text-primary-active: #F5F1EFCA;
|
|
293
|
+
--on-light-text-warning-hover: #BC4C0BFF;
|
|
294
|
+
--on-light-text-primary: #15110FFC;
|
|
295
|
+
--inverse-text-primary: #FFFFFFFC;
|
|
296
|
+
--inverse-text-primary-hover: #FFFFFF97;
|
|
297
|
+
--inverse-text-primary-active: #FFFFFFCA;
|
|
206
298
|
--inverse-text-primary-brightness: #FAFAFAF5;
|
|
207
299
|
--inverse-text-secondary: #F6F2F0A3;
|
|
208
|
-
--inverse-text-secondary-hover: #
|
|
209
|
-
--inverse-text-secondary-active: #
|
|
300
|
+
--inverse-text-secondary-hover: #F5F1EFFF;
|
|
301
|
+
--inverse-text-secondary-active: #F5F1EFC4;
|
|
210
302
|
--inverse-text-tertiary: #F6F2F03D;
|
|
211
|
-
--inverse-text-tertiary-hover: #
|
|
212
|
-
--inverse-text-tertiary-active: #
|
|
303
|
+
--inverse-text-tertiary-hover: #F5F1EFFF;
|
|
304
|
+
--inverse-text-tertiary-active: #F5F1EF49;
|
|
213
305
|
--inverse-text-paragraph: #F6F2F07A;
|
|
214
|
-
--inverse-text-paragraph-hover: #
|
|
215
|
-
--inverse-text-paragraph-active: #
|
|
306
|
+
--inverse-text-paragraph-hover: #F5F1EFFF;
|
|
307
|
+
--inverse-text-paragraph-active: #F5F1EF93;
|
|
216
308
|
--inverse-text-accent: #61C8B0;
|
|
217
|
-
--inverse-text-accent-hover: #
|
|
218
|
-
--inverse-text-accent-active: #
|
|
309
|
+
--inverse-text-accent-hover: #77CFBBFF;
|
|
310
|
+
--inverse-text-accent-active: #4ABFA4FF;
|
|
219
311
|
--inverse-text-accent-minor: #61C8B07A;
|
|
220
|
-
--inverse-text-accent-minor-hover: #
|
|
221
|
-
--inverse-text-accent-minor-active: #
|
|
312
|
+
--inverse-text-accent-minor-hover: #60C7AFFF;
|
|
313
|
+
--inverse-text-accent-minor-active: #60C7AF93;
|
|
314
|
+
--on-light-text-negative-active: #AF181DFF;
|
|
222
315
|
--on-light-text-negative: #D11D23;
|
|
223
|
-
--on-light-text-negative-active: #7A101AFF;
|
|
224
|
-
--on-light-text-negative-hover: #C2192AFF;
|
|
225
|
-
--on-light-text-info-active: #116BA7FF;
|
|
226
316
|
--on-light-text-info: #205EA5;
|
|
227
|
-
--on-light-text-info-hover: #
|
|
228
|
-
--
|
|
229
|
-
--
|
|
230
|
-
--inverse-text-warning-active: #
|
|
317
|
+
--on-light-text-info-hover: #000000FF;
|
|
318
|
+
--on-light-text-info-active: #194B85FF;
|
|
319
|
+
--on-light-text-negative-hover: #E3353BFF;
|
|
320
|
+
--inverse-text-warning-active: #C45D21FF;
|
|
231
321
|
--inverse-text-negative: #F57E83;
|
|
232
|
-
--inverse-text-negative-hover: #
|
|
233
|
-
--inverse-text-negative-active: #
|
|
322
|
+
--inverse-text-negative-hover: #F89BA0FF;
|
|
323
|
+
--inverse-text-negative-active: #F3626AFF;
|
|
234
324
|
--inverse-text-info: #70B2F5;
|
|
235
|
-
--inverse-text-info-hover: #
|
|
236
|
-
--inverse-text-info-active: #
|
|
237
|
-
--inverse-text-positive-minor-hover: #0F9527FF;
|
|
238
|
-
--inverse-text-positive-minor-active: #0C7920FF;
|
|
239
|
-
--inverse-text-warning-minor-active: #9F440FFF;
|
|
240
|
-
--inverse-text-negative-minor-hover: #B91828FF;
|
|
241
|
-
--inverse-text-negative-minor-active: #83111CFF;
|
|
242
|
-
--inverse-text-info-minor-hover: #1277BAFF;
|
|
243
|
-
--inverse-text-info-minor-active: #10659EFF;
|
|
325
|
+
--inverse-text-info-hover: #BCDBFAFF;
|
|
326
|
+
--inverse-text-info-active: #53A3F3FF;
|
|
244
327
|
--surface-solid-primary: #FFFFFF;
|
|
245
|
-
--surface-solid-primary-hover: #
|
|
246
|
-
--surface-solid-primary-active: #
|
|
328
|
+
--surface-solid-primary-hover: #FFFFFFFF;
|
|
329
|
+
--surface-solid-primary-active: #FFFFFFFF;
|
|
247
330
|
--surface-solid-primary-brightness: #FFFFFFFF;
|
|
248
331
|
--surface-solid-secondary: #FFFFFF;
|
|
249
|
-
--surface-solid-secondary-hover: #
|
|
250
|
-
--surface-solid-secondary-active: #
|
|
332
|
+
--surface-solid-secondary-hover: #FFFFFFFF;
|
|
333
|
+
--surface-solid-secondary-active: #FFFFFFFF;
|
|
251
334
|
--surface-solid-tertiary: #FFFFFF;
|
|
252
|
-
--surface-solid-tertiary-hover: #
|
|
253
|
-
--inverse-text-positive-hover: #13AA2CFF;
|
|
254
|
-
--inverse-text-positive-active: #0D731EFF;
|
|
335
|
+
--surface-solid-tertiary-hover: #FFFFFFFF;
|
|
255
336
|
--inverse-text-positive: #50A84C;
|
|
256
|
-
--
|
|
257
|
-
--
|
|
258
|
-
--
|
|
337
|
+
--inverse-text-positive-hover: #62B65DFF;
|
|
338
|
+
--inverse-text-warning: #DA6828;
|
|
339
|
+
--inverse-text-warning-hover: #DF7D43FF;
|
|
340
|
+
--inverse-text-positive-active: #469442FF;
|
|
341
|
+
--surface-transparent-primary-active: #15110F0F;
|
|
259
342
|
--surface-transparent-secondary: #15110F14;
|
|
260
|
-
--surface-transparent-secondary-hover: #
|
|
261
|
-
--surface-transparent-secondary-active: #
|
|
343
|
+
--surface-transparent-secondary-hover: #15110F1A;
|
|
344
|
+
--surface-transparent-secondary-active: #15110F1F;
|
|
262
345
|
--surface-transparent-tertiary: #15110F1F;
|
|
263
|
-
--surface-transparent-tertiary-hover: #
|
|
264
|
-
--surface-transparent-tertiary-active: #
|
|
346
|
+
--surface-transparent-tertiary-hover: #15110F2E;
|
|
347
|
+
--surface-transparent-tertiary-active: #15110F33;
|
|
265
348
|
--surface-transparent-deep: #FFFFFFB3;
|
|
266
|
-
--surface-transparent-deep-hover: #
|
|
267
|
-
--surface-transparent-deep-active: #
|
|
349
|
+
--surface-transparent-deep-hover: #FFFFFFC2;
|
|
350
|
+
--surface-transparent-deep-active: #FFFFFFC7;
|
|
268
351
|
--surface-transparent-card: #FFFFFF85;
|
|
269
|
-
--surface-transparent-card-hover: #
|
|
270
|
-
--surface-transparent-card-active: #
|
|
352
|
+
--surface-transparent-card-hover: #FFFFFF94;
|
|
353
|
+
--surface-transparent-card-active: #FFFFFF99;
|
|
271
354
|
--surface-transparent-card-brightness: #FFFFFFFF;
|
|
272
355
|
--surface-clear: #15110F00;
|
|
273
|
-
--surface-clear-hover: #
|
|
274
|
-
--surface-clear-active: #
|
|
356
|
+
--surface-clear-hover: #15110F00;
|
|
357
|
+
--surface-clear-active: #15110F00;
|
|
275
358
|
--surface-accent: #0BA686;
|
|
276
|
-
--surface-accent-hover: #
|
|
277
|
-
--surface-accent-active: #
|
|
359
|
+
--surface-accent-hover: #0CBB98FF;
|
|
360
|
+
--surface-accent-active: #099579FF;
|
|
278
361
|
--surface-accent-minor-hover: #C7F0E5FF;
|
|
279
362
|
--surface-accent-minor-active: #BFEDE1FF;
|
|
280
363
|
--surface-transparent-accent: #0BA6861F;
|
|
281
|
-
--surface-transparent-accent-hover: #
|
|
282
|
-
--surface-transparent-accent-active: #
|
|
283
|
-
--surface-solid-card: #FFFFFF;
|
|
364
|
+
--surface-transparent-accent-hover: #0BA8882E;
|
|
365
|
+
--surface-transparent-accent-active: #0BA88833;
|
|
284
366
|
--surface-solid-card-active: #FFFFFFFF;
|
|
285
|
-
--surface-solid-card
|
|
286
|
-
--surface-solid-default-hover: #262626FF;
|
|
287
|
-
--surface-solid-default-active: #030303FF;
|
|
367
|
+
--surface-solid-card: #FFFFFF;
|
|
288
368
|
--surface-solid-card-brightness: #FFFFFFFF;
|
|
289
369
|
--surface-solid-default: #15110F;
|
|
290
|
-
--surface-
|
|
291
|
-
--surface-
|
|
292
|
-
--surface-
|
|
370
|
+
--surface-solid-default-hover: #271F1CFF;
|
|
371
|
+
--surface-transparent-primary: #15110F0A;
|
|
372
|
+
--surface-transparent-primary-hover: #15110F0D;
|
|
373
|
+
--surface-solid-default-active: #090706FF;
|
|
374
|
+
--surface-solid-card-hover: #FFFFFFFF;
|
|
375
|
+
--surface-positive-active: #20801EFF;
|
|
293
376
|
--surface-warning: #BE4E0C;
|
|
294
|
-
--surface-warning-hover: #
|
|
295
|
-
--surface-warning-active: #
|
|
377
|
+
--surface-warning-hover: #D3560DFF;
|
|
378
|
+
--surface-warning-active: #AD460BFF;
|
|
296
379
|
--surface-negative: #E83439;
|
|
297
|
-
--surface-negative-hover: #
|
|
298
|
-
--surface-negative-active: #
|
|
380
|
+
--surface-negative-hover: #EC5156FF;
|
|
381
|
+
--surface-negative-active: #E72329FF;
|
|
299
382
|
--surface-info: #3776BC;
|
|
300
|
-
--surface-info-hover: #
|
|
301
|
-
--surface-info-active: #
|
|
302
|
-
--surface-positive
|
|
303
|
-
--surface-positive-
|
|
304
|
-
--surface-info-minor-active: #C2E7FFFF;
|
|
305
|
-
--surface-transparent-positive-hover: #0D87242E;
|
|
306
|
-
--surface-transparent-positive-active: #0D872433;
|
|
307
|
-
--surface-transparent-warning-hover: #D14D002E;
|
|
308
|
-
--surface-transparent-warning-active: #D14D0033;
|
|
309
|
-
--surface-transparent-negative-hover: #E212272E;
|
|
310
|
-
--surface-transparent-negative-active: #E2122733;
|
|
311
|
-
--surface-transparent-info-hover: #0C72B62E;
|
|
312
|
-
--surface-transparent-info-active: #0C72B633;
|
|
383
|
+
--surface-info-hover: #4180C8FF;
|
|
384
|
+
--surface-info-active: #326CAEFF;
|
|
385
|
+
--surface-positive: #239322;
|
|
386
|
+
--surface-positive-hover: #28A126FF;
|
|
313
387
|
--surface-read-only: #F9F9F903;
|
|
314
388
|
--surface-read-only-hover: #FAFAFA05;
|
|
315
389
|
--surface-read-only-active: #FAFAFA08;
|
|
316
390
|
--on-dark-surface-solid-primary: #232323;
|
|
317
|
-
--on-dark-surface-solid-primary-hover: #
|
|
318
|
-
--on-dark-surface-solid-primary-active: #
|
|
391
|
+
--on-dark-surface-solid-primary-hover: #2E2E2EFF;
|
|
392
|
+
--on-dark-surface-solid-primary-active: #1F1F1FFF;
|
|
319
393
|
--on-dark-surface-solid-primary-brightness: #262626FF;
|
|
320
394
|
--on-dark-surface-solid-secondary: #292929;
|
|
321
|
-
--on-dark-surface-solid-secondary-hover: #
|
|
322
|
-
--on-dark-surface-solid-secondary-active: #
|
|
395
|
+
--on-dark-surface-solid-secondary-hover: #333333FF;
|
|
396
|
+
--on-dark-surface-solid-secondary-active: #242424FF;
|
|
323
397
|
--on-dark-surface-solid-tertiary: #474747;
|
|
324
|
-
--on-dark-surface-solid-tertiary-hover: #
|
|
325
|
-
--surface-
|
|
326
|
-
--surface-warning-minor-active: #FED9C3FF;
|
|
327
|
-
--surface-info-minor-hover: #C7E9FFFF;
|
|
328
|
-
--surface-negative-minor-hover: #FFD6DAFF;
|
|
329
|
-
--surface-negative-minor-active: #FFD1D6FF;
|
|
330
|
-
--on-dark-surface-transparent-primary: #FFFFFF14;
|
|
331
|
-
--on-dark-surface-transparent-primary-hover: #FAFAFA1F;
|
|
332
|
-
--on-dark-surface-transparent-primary-active: #FAFAFA0A;
|
|
398
|
+
--on-dark-surface-solid-tertiary-hover: #525252FF;
|
|
399
|
+
--on-dark-surface-transparent-primary-active: #FFFFFF0F;
|
|
333
400
|
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
334
|
-
--on-dark-surface-transparent-secondary-hover: #
|
|
335
|
-
--on-dark-surface-transparent-secondary-active: #
|
|
401
|
+
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
402
|
+
--on-dark-surface-transparent-secondary-active: #FFFFFF1A;
|
|
336
403
|
--on-dark-surface-transparent-tertiary: #FFFFFF3D;
|
|
337
|
-
--on-dark-surface-transparent-tertiary-hover: #
|
|
338
|
-
--on-dark-surface-transparent-tertiary-active: #
|
|
404
|
+
--on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
405
|
+
--on-dark-surface-transparent-tertiary-active: #FFFFFF2E;
|
|
339
406
|
--on-dark-surface-transparent-deep: #373737B8;
|
|
340
|
-
--on-dark-surface-transparent-deep-hover: #
|
|
341
|
-
--on-dark-surface-transparent-deep-active: #
|
|
407
|
+
--on-dark-surface-transparent-deep-hover: #383838D6;
|
|
408
|
+
--on-dark-surface-transparent-deep-active: #383838A8;
|
|
342
409
|
--on-dark-surface-transparent-card: #23232380;
|
|
343
|
-
--on-dark-surface-transparent-card-hover: #
|
|
344
|
-
--on-dark-surface-transparent-card-active: #
|
|
410
|
+
--on-dark-surface-transparent-card-hover: #2424249E;
|
|
411
|
+
--on-dark-surface-transparent-card-active: #24242470;
|
|
345
412
|
--on-dark-surface-transparent-card-brightness: #FAFAFA0F;
|
|
346
413
|
--on-dark-surface-clear: #FFFFFF00;
|
|
347
414
|
--on-dark-surface-clear-hover: #FFFFFF00;
|
|
348
415
|
--on-dark-surface-clear-active: #FFFFFF00;
|
|
349
416
|
--on-dark-surface-accent: #0BA686;
|
|
350
|
-
--on-dark-surface-accent-hover: #
|
|
351
|
-
--on-dark-surface-accent-active: #
|
|
417
|
+
--on-dark-surface-accent-hover: #0CBB98FF;
|
|
418
|
+
--on-dark-surface-accent-active: #0A9E81FF;
|
|
352
419
|
--on-dark-surface-accent-minor: #04473B;
|
|
420
|
+
--on-dark-surface-solid-card-active: #1F1F1FFF;
|
|
353
421
|
--on-dark-surface-solid-card: #232323;
|
|
354
|
-
--on-dark-surface-solid-card-
|
|
355
|
-
--on-dark-surface-solid-card-hover: #1C1C1CFF;
|
|
422
|
+
--on-dark-surface-solid-card-brightness: #262626FF;
|
|
356
423
|
--on-dark-surface-solid-default-hover: #F9F7F5FF;
|
|
357
424
|
--on-dark-surface-solid-default-active: #F2ECE9FF;
|
|
358
|
-
--on-dark-surface-
|
|
359
|
-
--on-dark-surface-
|
|
425
|
+
--on-dark-surface-transparent-primary: #FFFFFF14;
|
|
426
|
+
--on-dark-surface-transparent-primary-hover: #FFFFFF24;
|
|
427
|
+
--on-dark-surface-solid-card-hover: #2E2E2EFF;
|
|
360
428
|
--on-dark-surface-positive: #A6D2A2;
|
|
361
|
-
--on-dark-surface-positive-hover: #
|
|
362
|
-
--on-dark-surface-positive-active: #
|
|
429
|
+
--on-dark-surface-positive-hover: #B3D9B0FF;
|
|
430
|
+
--on-dark-surface-positive-active: #9FCF9BFF;
|
|
363
431
|
--on-dark-surface-warning: #F8AD80;
|
|
364
|
-
--on-dark-surface-warning-hover: #
|
|
365
|
-
--on-dark-surface-warning-active: #
|
|
432
|
+
--on-dark-surface-warning-hover: #F9BB94FF;
|
|
433
|
+
--on-dark-surface-warning-active: #F8A977FF;
|
|
366
434
|
--on-dark-surface-negative: #F8A6A9;
|
|
367
|
-
--on-dark-surface-negative-hover: #
|
|
368
|
-
--on-dark-surface-negative-active: #
|
|
435
|
+
--on-dark-surface-negative-hover: #F9B8BAFF;
|
|
436
|
+
--on-dark-surface-negative-active: #F79C9FFF;
|
|
369
437
|
--on-dark-surface-info: #9BCAF8;
|
|
370
|
-
--on-dark-surface-info-hover: #
|
|
371
|
-
--on-dark-surface-info-active: #
|
|
372
|
-
--on-dark-surface-
|
|
373
|
-
--on-dark-surface-positive-minor-active: #08210CFF;
|
|
374
|
-
--on-dark-surface-warning-minor-hover: #4F250DFF;
|
|
375
|
-
--on-dark-surface-warning-minor-active: #351909FF;
|
|
438
|
+
--on-dark-surface-info-hover: #AED4F9FF;
|
|
439
|
+
--on-dark-surface-info-active: #91C4F7FF;
|
|
440
|
+
--on-dark-surface-transparent-accent-active: #0BA88824;
|
|
376
441
|
--on-dark-surface-transparent-accent: #0BA68633;
|
|
377
|
-
--on-dark-surface-transparent-accent-
|
|
378
|
-
--on-dark-surface-transparent-accent-hover: #0D872452;
|
|
379
|
-
--on-dark-surface-transparent-positive-active: #0D872424;
|
|
380
|
-
--on-dark-surface-transparent-warning-hover: #D14D0052;
|
|
381
|
-
--on-dark-surface-transparent-negative-hover: #E2122752;
|
|
382
|
-
--on-dark-surface-transparent-negative-active: #E2122724;
|
|
383
|
-
--on-dark-surface-transparent-info-hover: #0C72B652;
|
|
384
|
-
--on-dark-surface-transparent-info-active: #0C72B624;
|
|
442
|
+
--on-dark-surface-transparent-accent-hover: #0BA88852;
|
|
385
443
|
--on-dark-surface-read-only: #F9F9F905;
|
|
386
444
|
--on-dark-surface-read-only-hover: #FAFAFA0F;
|
|
387
445
|
--on-dark-surface-read-only-active: #FAFAFA00;
|
|
388
446
|
--on-light-surface-solid-primary: #FFFFFF;
|
|
389
|
-
--on-light-surface-solid-primary-hover: #
|
|
390
|
-
--on-light-surface-solid-primary-active: #
|
|
447
|
+
--on-light-surface-solid-primary-hover: #FFFFFFFF;
|
|
448
|
+
--on-light-surface-solid-primary-active: #FFFFFFFF;
|
|
391
449
|
--on-light-surface-solid-primary-brightness: #FFFFFFFF;
|
|
392
450
|
--on-light-surface-solid-secondary: #FFFFFF;
|
|
393
|
-
--on-light-surface-solid-secondary-hover: #
|
|
394
|
-
--on-light-surface-solid-secondary-active: #
|
|
451
|
+
--on-light-surface-solid-secondary-hover: #FFFFFFFF;
|
|
452
|
+
--on-light-surface-solid-secondary-active: #FFFFFFFF;
|
|
395
453
|
--on-light-surface-solid-tertiary: #FFFFFF;
|
|
396
|
-
--on-light-surface-solid-tertiary-hover: #
|
|
397
|
-
--on-
|
|
398
|
-
--on-dark-surface-negative-minor-active: #410B11FF;
|
|
399
|
-
--on-dark-surface-transparent-positive-hover: #0D872452;
|
|
400
|
-
--on-dark-surface-info-minor-hover: #10344CFF;
|
|
401
|
-
--on-dark-surface-info-minor-active: #0A2333FF;
|
|
402
|
-
--on-light-surface-transparent-primary: #15110F0A;
|
|
403
|
-
--on-light-surface-transparent-primary-hover: #0808080D;
|
|
404
|
-
--on-light-surface-transparent-primary-active: #0808080F;
|
|
454
|
+
--on-light-surface-solid-tertiary-hover: #FFFFFFFF;
|
|
455
|
+
--on-light-surface-transparent-primary-active: #15110F0F;
|
|
405
456
|
--on-light-surface-transparent-secondary: #15110F14;
|
|
406
|
-
--on-light-surface-transparent-secondary-hover: #
|
|
407
|
-
--on-light-surface-transparent-secondary-active: #
|
|
457
|
+
--on-light-surface-transparent-secondary-hover: #15110F1A;
|
|
458
|
+
--on-light-surface-transparent-secondary-active: #15110F1F;
|
|
408
459
|
--on-light-surface-transparent-tertiary: #15110F1F;
|
|
409
|
-
--on-light-surface-transparent-tertiary-hover: #
|
|
410
|
-
--on-light-surface-transparent-tertiary-active: #
|
|
460
|
+
--on-light-surface-transparent-tertiary-hover: #15110F2E;
|
|
461
|
+
--on-light-surface-transparent-tertiary-active: #15110F33;
|
|
411
462
|
--on-light-surface-transparent-deep: #FFFFFFB3;
|
|
412
|
-
--on-light-surface-transparent-deep-hover: #
|
|
413
|
-
--on-light-surface-transparent-deep-active: #
|
|
463
|
+
--on-light-surface-transparent-deep-hover: #FFFFFFC2;
|
|
464
|
+
--on-light-surface-transparent-deep-active: #FFFFFFC7;
|
|
414
465
|
--on-light-surface-transparent-card: #FFFFFF85;
|
|
415
|
-
--on-light-surface-transparent-card-hover: #
|
|
416
|
-
--on-light-surface-transparent-card-active: #
|
|
466
|
+
--on-light-surface-transparent-card-hover: #FFFFFF94;
|
|
467
|
+
--on-light-surface-transparent-card-active: #FFFFFF99;
|
|
417
468
|
--on-light-surface-transparent-card-brightness: #FFFFFFFF;
|
|
418
469
|
--on-light-surface-clear: #FFFFFF00;
|
|
419
470
|
--on-light-surface-clear-hover: #FFFFFF00;
|
|
420
471
|
--on-light-surface-clear-active: #FFFFFF00;
|
|
421
472
|
--on-light-surface-accent: #0BA686;
|
|
422
|
-
--on-light-surface-accent-hover: #
|
|
423
|
-
--on-light-surface-accent-active: #
|
|
424
|
-
--on-light-surface-solid-card: #FFFFFF;
|
|
473
|
+
--on-light-surface-accent-hover: #0CBB98FF;
|
|
474
|
+
--on-light-surface-accent-active: #099579FF;
|
|
425
475
|
--on-light-surface-solid-card-active: #FFFFFFFF;
|
|
426
|
-
--on-light-surface-solid-card
|
|
427
|
-
--on-light-surface-solid-default-hover: #262626FF;
|
|
428
|
-
--on-light-surface-solid-default-active: #030303FF;
|
|
476
|
+
--on-light-surface-solid-card: #FFFFFF;
|
|
429
477
|
--on-light-surface-solid-card-brightness: #FFFFFFFF;
|
|
430
478
|
--on-light-surface-solid-default: #15110F;
|
|
479
|
+
--on-light-surface-solid-default-hover: #271F1CFF;
|
|
480
|
+
--on-light-surface-transparent-primary: #15110F0A;
|
|
481
|
+
--on-light-surface-transparent-primary-hover: #15110F0D;
|
|
482
|
+
--on-light-surface-solid-default-active: #090706FF;
|
|
483
|
+
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
431
484
|
--on-light-surface-positive: #239322;
|
|
432
|
-
--on-light-surface-positive-hover: #
|
|
433
|
-
--on-light-surface-positive-active: #
|
|
485
|
+
--on-light-surface-positive-hover: #28A126FF;
|
|
486
|
+
--on-light-surface-positive-active: #20801EFF;
|
|
434
487
|
--on-light-surface-warning: #BE4E0C;
|
|
435
|
-
--on-light-surface-warning-hover: #
|
|
436
|
-
--on-light-surface-warning-active: #
|
|
488
|
+
--on-light-surface-warning-hover: #D3560DFF;
|
|
489
|
+
--on-light-surface-warning-active: #AD460BFF;
|
|
437
490
|
--on-light-surface-negative: #E83439;
|
|
438
|
-
--on-light-surface-negative-hover: #
|
|
439
|
-
--on-light-surface-negative-active: #
|
|
491
|
+
--on-light-surface-negative-hover: #EC5156FF;
|
|
492
|
+
--on-light-surface-negative-active: #E72329FF;
|
|
440
493
|
--on-light-surface-info: #3776BC;
|
|
441
|
-
--on-light-surface-info-hover: #
|
|
442
|
-
--on-light-surface-info-active: #
|
|
443
|
-
--on-light-surface-
|
|
444
|
-
--on-light-surface-positive-minor-active: #8BF99FFF;
|
|
445
|
-
--on-light-surface-warning-minor-hover: #FEDCC8FF;
|
|
446
|
-
--on-light-surface-accent-minor-active: #8BF99FFF;
|
|
447
|
-
--on-light-surface-transparent-accent-hover: #0D87242E;
|
|
494
|
+
--on-light-surface-info-hover: #4180C8FF;
|
|
495
|
+
--on-light-surface-info-active: #326CAEFF;
|
|
496
|
+
--on-light-surface-transparent-accent-active: #0BA88833;
|
|
448
497
|
--on-light-surface-transparent-accent: #0BA6861F;
|
|
449
|
-
--on-light-surface-transparent-accent-
|
|
450
|
-
--on-light-surface-transparent-positive-hover: #0D87242E;
|
|
451
|
-
--on-light-surface-transparent-positive-active: #0D872433;
|
|
452
|
-
--on-light-surface-transparent-warning-hover: #D14D002E;
|
|
453
|
-
--on-light-surface-transparent-warning-active: #D14D0033;
|
|
454
|
-
--on-light-surface-transparent-negative-hover: #E212272E;
|
|
455
|
-
--on-light-surface-transparent-negative-active: #E2122733;
|
|
456
|
-
--on-light-surface-transparent-info-hover: #0C72B62E;
|
|
457
|
-
--on-light-surface-transparent-info-active: #0C72B633;
|
|
498
|
+
--on-light-surface-transparent-accent-hover: #0BA8882E;
|
|
458
499
|
--on-light-surface-read-only: #F9F9F903;
|
|
459
500
|
--on-light-surface-read-only-hover: #FAFAFA05;
|
|
460
501
|
--on-light-surface-read-only-active: #FAFAFA08;
|
|
461
502
|
--inverse-surface-solid-primary: #232323;
|
|
462
|
-
--inverse-surface-solid-primary-hover: #
|
|
463
|
-
--inverse-surface-solid-primary-active: #
|
|
503
|
+
--inverse-surface-solid-primary-hover: #2E2E2EFF;
|
|
504
|
+
--inverse-surface-solid-primary-active: #1F1F1FFF;
|
|
464
505
|
--inverse-surface-solid-primary-brightness: #262626FF;
|
|
465
506
|
--inverse-surface-solid-secondary: #292929;
|
|
466
|
-
--inverse-surface-solid-secondary-hover: #
|
|
467
|
-
--inverse-surface-solid-secondary-active: #
|
|
468
|
-
--
|
|
469
|
-
--
|
|
470
|
-
--on-light-surface-info-minor-active: #C2E7FFFF;
|
|
471
|
-
--on-light-surface-info-minor-hover: #C7E9FFFF;
|
|
472
|
-
--inverse-surface-solid-default-hover: #F9F7F5FF;
|
|
473
|
-
--inverse-surface-solid-default-active: #F2ECE9FF;
|
|
474
|
-
--inverse-surface-transparent-primary: #FFFFFF14;
|
|
475
|
-
--inverse-surface-transparent-primary-hover: #FAFAFA1F;
|
|
476
|
-
--inverse-surface-transparent-primary-active: #FAFAFA0A;
|
|
507
|
+
--inverse-surface-solid-secondary-hover: #333333FF;
|
|
508
|
+
--inverse-surface-solid-secondary-active: #242424FF;
|
|
509
|
+
--inverse-surface-transparent-primary-hover: #FFFFFF24;
|
|
510
|
+
--inverse-surface-transparent-primary-active: #FFFFFF0F;
|
|
477
511
|
--inverse-surface-transparent-secondary: #FFFFFF29;
|
|
478
|
-
--inverse-surface-transparent-secondary-hover: #
|
|
479
|
-
--inverse-surface-transparent-secondary-active: #
|
|
512
|
+
--inverse-surface-transparent-secondary-hover: #FFFFFF47;
|
|
513
|
+
--inverse-surface-transparent-secondary-active: #FFFFFF1A;
|
|
480
514
|
--inverse-surface-transparent-tertiary: #FFFFFF3D;
|
|
481
|
-
--inverse-surface-transparent-tertiary-hover: #
|
|
482
|
-
--inverse-surface-transparent-tertiary-active: #
|
|
515
|
+
--inverse-surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
516
|
+
--inverse-surface-transparent-tertiary-active: #FFFFFF2E;
|
|
483
517
|
--inverse-surface-transparent-deep: #373737B8;
|
|
484
|
-
--inverse-surface-transparent-deep-hover: #
|
|
485
|
-
--inverse-surface-transparent-deep-active: #
|
|
518
|
+
--inverse-surface-transparent-deep-hover: #383838D6;
|
|
519
|
+
--inverse-surface-transparent-deep-active: #383838A8;
|
|
486
520
|
--inverse-surface-transparent-card: #23232380;
|
|
487
|
-
--inverse-surface-transparent-card-hover: #
|
|
488
|
-
--inverse-surface-transparent-card-active: #
|
|
521
|
+
--inverse-surface-transparent-card-hover: #2424249E;
|
|
522
|
+
--inverse-surface-transparent-card-active: #24242470;
|
|
489
523
|
--inverse-surface-transparent-card-brightness: #FAFAFA0F;
|
|
490
524
|
--inverse-surface-clear: #FFFFFF00;
|
|
491
525
|
--inverse-surface-clear-hover: #FFFFFF00;
|
|
492
526
|
--inverse-surface-clear-active: #FFFFFF00;
|
|
493
527
|
--inverse-surface-accent: #0BA686;
|
|
494
|
-
--inverse-surface-solid-tertiary-
|
|
528
|
+
--inverse-surface-solid-tertiary-active: #424242FF;
|
|
529
|
+
--inverse-surface-solid-tertiary-hover: #525252FF;
|
|
495
530
|
--inverse-surface-solid-card: #232323;
|
|
496
|
-
--inverse-surface-solid-
|
|
531
|
+
--inverse-surface-solid-card-active: #1F1F1FFF;
|
|
532
|
+
--inverse-surface-solid-card-hover: #2E2E2EFF;
|
|
533
|
+
--inverse-surface-solid-default-hover: #F9F7F5FF;
|
|
534
|
+
--inverse-surface-solid-default-active: #F2ECE9FF;
|
|
497
535
|
--inverse-surface-solid-card-brightness: #262626FF;
|
|
498
536
|
--inverse-surface-solid-default: #F6F2F0;
|
|
499
|
-
--inverse-surface-
|
|
500
|
-
--inverse-surface-solid-card-active: #121212FF;
|
|
537
|
+
--inverse-surface-transparent-primary: #FFFFFF14;
|
|
501
538
|
--inverse-surface-positive: #A6D2A2;
|
|
502
|
-
--inverse-surface-positive-hover: #
|
|
503
|
-
--inverse-surface-positive-active: #
|
|
539
|
+
--inverse-surface-positive-hover: #B3D9B0FF;
|
|
540
|
+
--inverse-surface-positive-active: #9FCF9BFF;
|
|
504
541
|
--inverse-surface-warning: #F8AD80;
|
|
505
|
-
--inverse-surface-warning-hover: #
|
|
506
|
-
--inverse-surface-warning-active: #
|
|
542
|
+
--inverse-surface-warning-hover: #F9BB94FF;
|
|
543
|
+
--inverse-surface-warning-active: #F8A977FF;
|
|
507
544
|
--inverse-surface-negative: #F8A6A9;
|
|
508
|
-
--inverse-surface-negative-hover: #
|
|
509
|
-
--inverse-surface-negative-active: #
|
|
545
|
+
--inverse-surface-negative-hover: #F9B8BAFF;
|
|
546
|
+
--inverse-surface-negative-active: #F79C9FFF;
|
|
510
547
|
--inverse-surface-info: #9BCAF8;
|
|
511
|
-
--inverse-surface-info-hover: #
|
|
512
|
-
--inverse-surface-info-active: #
|
|
513
|
-
--inverse-surface-
|
|
514
|
-
--inverse-surface-accent-hover: #
|
|
515
|
-
--inverse-surface-accent-minor-hover: #0E3A16FF;
|
|
516
|
-
--inverse-surface-accent-active: #0C7D21FF;
|
|
517
|
-
--inverse-surface-transparent-accent-hover: #0D872452;
|
|
518
|
-
--inverse-surface-transparent-accent-active: #0D872424;
|
|
519
|
-
--inverse-surface-accent-minor-active: #08210CFF;
|
|
548
|
+
--inverse-surface-info-hover: #AED4F9FF;
|
|
549
|
+
--inverse-surface-info-active: #91C4F7FF;
|
|
550
|
+
--inverse-surface-accent-minor-active: #043F34FF;
|
|
551
|
+
--inverse-surface-accent-hover: #0CBB98FF;
|
|
520
552
|
--inverse-surface-transparent-accent: #0BA68633;
|
|
521
|
-
--inverse-surface-
|
|
522
|
-
--inverse-surface-
|
|
523
|
-
--inverse-surface-
|
|
524
|
-
--inverse-surface-transparent-positive-active: #0D872424;
|
|
525
|
-
--inverse-surface-transparent-warning-hover: #D14D0052;
|
|
526
|
-
--inverse-surface-transparent-warning-active: #D14D0024;
|
|
527
|
-
--inverse-surface-transparent-negative-hover: #E2122752;
|
|
528
|
-
--inverse-surface-transparent-negative-active: #E2122724;
|
|
529
|
-
--inverse-surface-transparent-info-hover: #0C72B652;
|
|
530
|
-
--inverse-surface-transparent-info-active: #0C72B624;
|
|
553
|
+
--inverse-surface-transparent-accent-hover: #0BA88852;
|
|
554
|
+
--inverse-surface-transparent-accent-active: #0BA88824;
|
|
555
|
+
--inverse-surface-accent-active: #0A9E81FF;
|
|
531
556
|
--inverse-surface-read-only: #F9F9F905;
|
|
532
557
|
--inverse-surface-read-only-hover: #FAFAFA0F;
|
|
533
558
|
--inverse-surface-read-only-active: #FAFAFA00;
|
|
@@ -538,350 +563,195 @@
|
|
|
538
563
|
--dark-background-secondary: #0F0F0F;
|
|
539
564
|
--dark-background-tertiary: #141413;
|
|
540
565
|
--light-background-primary: #EBE7E5;
|
|
541
|
-
--inverse-surface-warning-minor-hover: #4F250DFF;
|
|
542
|
-
--inverse-surface-warning-minor-active: #351909FF;
|
|
543
|
-
--inverse-surface-negative-minor-active: #410B11FF;
|
|
544
|
-
--inverse-surface-negative-minor-hover: #5B1018FF;
|
|
545
|
-
--on-dark-overlay-soft: #0000001F;
|
|
546
|
-
--on-dark-overlay-hard: #00000029;
|
|
547
566
|
--on-light-overlay-soft: #0000003D;
|
|
548
567
|
--on-light-overlay-hard: #00000052;
|
|
549
568
|
--inverse-overlay-soft: #0000001F;
|
|
550
569
|
--inverse-overlay-hard: #00000029;
|
|
551
|
-
--outline-solid-primary-hover: #ABABABFF;
|
|
552
|
-
--outline-solid-primary-active: #C4C4C4FF;
|
|
553
|
-
--outline-solid-secondary-hover: #DBDBDBFF;
|
|
554
|
-
--outline-solid-secondary-active: #8F8F8FFF;
|
|
555
|
-
--outline-solid-tertiary-active: #5C5C5CFF;
|
|
556
|
-
--outline-solid-default-hover: #969696FF;
|
|
557
|
-
--outline-solid-default-active: #080808FF;
|
|
558
570
|
--outline-transparent-primary: #15110F3D;
|
|
559
|
-
--outline-transparent-primary-hover: #
|
|
560
|
-
--outline-transparent-primary-active: #
|
|
561
|
-
--outline-transparent-secondary-hover: #0808082B;
|
|
562
|
-
--outline-transparent-secondary-active: #08080872;
|
|
563
|
-
--outline-transparent-tertiary-hover: #08080847;
|
|
564
|
-
--outline-transparent-tertiary-active: #080808FF;
|
|
571
|
+
--outline-transparent-primary-hover: #15110F25;
|
|
572
|
+
--outline-transparent-primary-active: #15110F62;
|
|
565
573
|
--outline-clear: #FFFFFF00;
|
|
566
|
-
--light-background-tertiary: #FFFFFF;
|
|
567
574
|
--inverse-background-secondary: #0F0F0F;
|
|
568
|
-
--
|
|
569
|
-
--overlay-hard: #00000052;
|
|
575
|
+
--light-background-tertiary: #FFFFFF;
|
|
570
576
|
--inverse-background-tertiary: #141413;
|
|
571
577
|
--overlay-soft: #0000003D;
|
|
572
|
-
--
|
|
573
|
-
--
|
|
578
|
+
--overlay-hard: #00000052;
|
|
579
|
+
--on-dark-overlay-soft: #0000001F;
|
|
580
|
+
--on-dark-overlay-hard: #00000029;
|
|
581
|
+
--inverse-background-primary: #141413;
|
|
574
582
|
--outline-positive: #239322;
|
|
575
|
-
--outline-positive-hover: #
|
|
576
|
-
--outline-positive-active: #
|
|
583
|
+
--outline-positive-hover: #32CA2FFF;
|
|
584
|
+
--outline-positive-active: #20801EFF;
|
|
577
585
|
--outline-warning: #BE4E0C;
|
|
578
|
-
--outline-warning-hover: #
|
|
579
|
-
--outline-warning-active: #
|
|
586
|
+
--outline-warning-hover: #F3813FFF;
|
|
587
|
+
--outline-warning-active: #A3420AFF;
|
|
580
588
|
--outline-negative: #E83439;
|
|
581
|
-
--outline-negative-hover: #
|
|
582
|
-
--outline-negative-active: #
|
|
589
|
+
--outline-negative-hover: #F17E82FF;
|
|
590
|
+
--outline-negative-active: #DC181FFF;
|
|
583
591
|
--outline-info: #3776BC;
|
|
584
|
-
--outline-info-hover: #
|
|
585
|
-
--outline-info-active: #
|
|
586
|
-
--outline-positive-minor-hover: #7AE68EFF;
|
|
587
|
-
--outline-positive-minor-active: #23B83EFF;
|
|
588
|
-
--outline-warning-minor-hover: #FDB790FF;
|
|
589
|
-
--outline-warning-minor-active: #FC8240FF;
|
|
590
|
-
--outline-negative-minor-hover: #FFB8BFFF;
|
|
591
|
-
--outline-negative-minor-active: #FF6675FF;
|
|
592
|
-
--outline-info-minor-hover: #A3DAFFFF;
|
|
593
|
-
--outline-info-minor-active: #29A9FFFF;
|
|
594
|
-
--outline-clear-hover: #FFFFFF00;
|
|
592
|
+
--outline-info-hover: #81AADAFF;
|
|
593
|
+
--outline-info-active: #3067A6FF;
|
|
595
594
|
--outline-clear-active: #FFFFFF00;
|
|
596
|
-
--outline-
|
|
597
|
-
--outline-accent-minor-active: #23B83EFF;
|
|
598
|
-
--outline-accent-hover: #0F9527FF;
|
|
599
|
-
--outline-accent-active: #074A14FF;
|
|
600
|
-
--outline-transparent-info-hover: #137DC3FF;
|
|
601
|
-
--outline-transparent-info-active: #093B5DFF;
|
|
602
|
-
--outline-read-only-hover: #FAFAFA36;
|
|
603
|
-
--outline-read-only-active: #FAFAFA1C;
|
|
604
|
-
--on-dark-outline-solid-primary-hover: #545454FF;
|
|
605
|
-
--on-dark-outline-solid-primary-active: #171717FF;
|
|
606
|
-
--on-dark-outline-solid-secondary-hover: #ABABABFF;
|
|
607
|
-
--on-dark-outline-solid-secondary-active: #363636FF;
|
|
608
|
-
--on-dark-outline-solid-tertiary-hover: #FFFFFFFF;
|
|
609
|
-
--on-dark-outline-solid-tertiary-active: #525252FF;
|
|
610
|
-
--on-dark-outline-solid-default-hover: #808080FF;
|
|
611
|
-
--on-dark-outline-solid-default-active: #616161FF;
|
|
595
|
+
--outline-clear-hover: #FFFFFF00;
|
|
612
596
|
--on-dark-outline-transparent-primary: #FFFFFF1F;
|
|
613
|
-
--on-dark-outline-transparent-primary-hover: #
|
|
614
|
-
--on-dark-outline-transparent-primary-active: #
|
|
615
|
-
--on-dark-outline-transparent-secondary-hover: #FAFAFAB3;
|
|
616
|
-
--on-dark-outline-transparent-secondary-active: #FAFAFA2B;
|
|
617
|
-
--on-dark-outline-transparent-tertiary-hover: #FAFAFAFF;
|
|
618
|
-
--outline-transparent-positive-active: #074A14FF;
|
|
619
|
-
--outline-transparent-warning-hover: #B14B10FF;
|
|
620
|
-
--outline-transparent-negative-active: #8C121EFF;
|
|
621
|
-
--outline-transparent-warning-active: #5D2809FF;
|
|
622
|
-
--on-dark-outline-accent-minor-hover: #0F9527FF;
|
|
623
|
-
--on-dark-outline-accent-minor-active: #074A14FF;
|
|
624
|
-
--on-dark-outline-transparent-accent-hover: #108E25B3;
|
|
625
|
-
--on-dark-outline-transparent-accent-active: #108E252B;
|
|
597
|
+
--on-dark-outline-transparent-primary-hover: #FFFFFF4D;
|
|
598
|
+
--on-dark-outline-transparent-primary-active: #FFFFFF12;
|
|
626
599
|
--on-dark-outline-positive: #A6D2A2;
|
|
627
|
-
--on-dark-outline-positive-hover: #
|
|
628
|
-
--on-dark-outline-positive-active: #
|
|
600
|
+
--on-dark-outline-positive-hover: #DBEDD9FF;
|
|
601
|
+
--on-dark-outline-positive-active: #92C88DFF;
|
|
629
602
|
--on-dark-outline-warning: #F8AD80;
|
|
630
|
-
--on-dark-outline-warning-hover: #
|
|
631
|
-
--on-dark-outline-warning-active: #
|
|
603
|
+
--on-dark-outline-warning-hover: #FCE0CFFF;
|
|
604
|
+
--on-dark-outline-warning-active: #F79C64FF;
|
|
632
605
|
--on-dark-outline-negative: #F8A6A9;
|
|
633
|
-
--on-dark-outline-negative-hover: #
|
|
634
|
-
--on-dark-outline-negative-active: #
|
|
606
|
+
--on-dark-outline-negative-hover: #F25A5FFF;
|
|
607
|
+
--on-dark-outline-negative-active: #EF343AFF;
|
|
635
608
|
--on-dark-outline-info: #9BCAF8;
|
|
636
|
-
--on-dark-outline-info-hover: #
|
|
637
|
-
--on-dark-outline-info-active: #
|
|
638
|
-
--on-dark-outline-positive-minor-hover: #0F9527FF;
|
|
639
|
-
--on-dark-outline-warning-minor-hover: #BB4F11FF;
|
|
640
|
-
--on-dark-outline-clear: #FFFFFF00;
|
|
609
|
+
--on-dark-outline-info-hover: #E7F2FDFF;
|
|
610
|
+
--on-dark-outline-info-active: #7EBAF6FF;
|
|
641
611
|
--on-dark-outline-clear-active: #FFFFFF00;
|
|
612
|
+
--on-dark-outline-clear: #FFFFFF00;
|
|
642
613
|
--on-dark-outline-clear-hover: #FFFFFF00;
|
|
643
|
-
--on-dark-outline-accent-active: #0E7C20FF;
|
|
644
|
-
--on-dark-outline-accent-hover: #16C533FF;
|
|
645
|
-
--on-dark-outline-transparent-positive-hover: #16C533FF;
|
|
646
|
-
--on-dark-outline-transparent-positive-active: #0E7C20FF;
|
|
647
|
-
--on-dark-outline-transparent-warning-hover: #FD9253FF;
|
|
648
|
-
--on-dark-outline-transparent-negative-hover: #F76977FF;
|
|
649
|
-
--on-dark-outline-transparent-negative-active: #E40C22FF;
|
|
650
|
-
--on-dark-outline-transparent-info-hover: #47B0F5FF;
|
|
651
|
-
--on-dark-outline-transparent-info-active: #096CAEFF;
|
|
652
|
-
--on-dark-outline-read-only-hover: #FAFAFA4D;
|
|
653
|
-
--on-dark-outline-read-only-active: #FAFAFA12;
|
|
654
|
-
--on-light-outline-solid-primary-hover: #ABABABFF;
|
|
655
|
-
--on-light-outline-solid-primary-active: #C4C4C4FF;
|
|
656
|
-
--on-light-outline-solid-secondary-hover: #DBDBDBFF;
|
|
657
|
-
--on-light-outline-solid-secondary-active: #8F8F8FFF;
|
|
658
|
-
--on-dark-outline-negative-minor-active: #8C121EFF;
|
|
659
|
-
--on-dark-outline-negative-minor-hover: #D41C2EFF;
|
|
660
|
-
--on-dark-outline-info-minor-active: #0B476FFF;
|
|
661
|
-
--on-dark-outline-info-minor-hover: #1277BAFF;
|
|
662
|
-
--on-light-outline-transparent-secondary-hover: #0808082B;
|
|
663
|
-
--on-light-outline-transparent-secondary-active: #08080872;
|
|
664
|
-
--on-light-outline-transparent-tertiary-hover: #08080847;
|
|
665
|
-
--on-light-outline-transparent-tertiary-active: #080808FF;
|
|
666
614
|
--on-light-outline-clear: #FFFFFF00;
|
|
667
615
|
--on-light-outline-clear-hover: #FFFFFF00;
|
|
668
616
|
--on-light-outline-clear-active: #FFFFFF00;
|
|
669
|
-
--on-light-outline-accent-hover: #0F9527FF;
|
|
670
|
-
--on-light-outline-accent-active: #074A14FF;
|
|
671
|
-
--on-light-outline-accent-minor-hover: #7AE68EFF;
|
|
672
|
-
--on-light-outline-accent-minor-active: #23B83EFF;
|
|
673
|
-
--on-light-outline-transparent-accent-hover: #095D191F;
|
|
674
|
-
--on-light-outline-transparent-accent-active: #095D1952;
|
|
675
617
|
--on-light-outline-positive: #239322;
|
|
676
|
-
--on-light-outline-positive-hover: #
|
|
677
|
-
--on-light-outline-
|
|
678
|
-
--on-light-outline-solid-default-hover: #969696FF;
|
|
618
|
+
--on-light-outline-positive-hover: #32CA2FFF;
|
|
619
|
+
--on-light-outline-transparent-primary: #15110F3D;
|
|
679
620
|
--on-light-outline-transparent-primary-hover: #15110F25;
|
|
680
621
|
--on-light-outline-transparent-primary-active: #15110F62;
|
|
681
|
-
--on-light-outline-solid-default-active: #080808FF;
|
|
682
|
-
--on-light-outline-transparent-primary: #15110F3D;
|
|
683
|
-
--on-light-outline-info-active: #093B5DFF;
|
|
684
|
-
--on-light-outline-positive-minor-hover: #7AE68EFF;
|
|
685
|
-
--on-light-outline-positive-minor-active: #23B83EFF;
|
|
686
|
-
--on-light-outline-warning-minor-hover: #FDB790FF;
|
|
687
|
-
--on-light-outline-warning-minor-active: #FC8240FF;
|
|
688
|
-
--on-light-outline-negative-minor-hover: #FFB8BFFF;
|
|
689
|
-
--on-light-outline-negative-minor-active: #FF6675FF;
|
|
690
|
-
--on-light-outline-info-minor-hover: #A3DAFFFF;
|
|
691
|
-
--on-light-outline-info-minor-active: #29A9FFFF;
|
|
692
|
-
--on-light-outline-transparent-positive-hover: #0F9527FF;
|
|
693
|
-
--on-light-outline-transparent-positive-active: #074A14FF;
|
|
694
|
-
--on-light-outline-transparent-warning-hover: #B14B10FF;
|
|
695
|
-
--on-light-outline-transparent-warning-active: #5D2809FF;
|
|
696
|
-
--on-light-outline-transparent-negative-hover: #DD1D30FF;
|
|
697
|
-
--on-light-outline-transparent-negative-active: #8C121EFF;
|
|
698
|
-
--on-light-outline-transparent-info-hover: #137DC3FF;
|
|
699
|
-
--on-light-outline-transparent-info-active: #093B5DFF;
|
|
700
|
-
--on-light-outline-warning: #BE4E0C;
|
|
701
622
|
--on-light-outline-negative: #E83439;
|
|
702
|
-
--on-light-outline-warning
|
|
703
|
-
--on-light-outline-info: #3776BC;
|
|
704
|
-
--on-light-outline-info-hover: #137DC3FF;
|
|
623
|
+
--on-light-outline-warning: #BE4E0C;
|
|
705
624
|
--on-light-outline-negative-hover: #F17E82FF;
|
|
706
625
|
--on-light-outline-negative-active: #DC181FFF;
|
|
707
|
-
--
|
|
708
|
-
--
|
|
709
|
-
--
|
|
710
|
-
--
|
|
626
|
+
--on-light-outline-info: #3776BC;
|
|
627
|
+
--on-light-outline-info-active: #3067A6FF;
|
|
628
|
+
--on-light-outline-info-hover: #81AADAFF;
|
|
629
|
+
--on-light-outline-warning-hover: #F3813FFF;
|
|
711
630
|
--inverse-outline-transparent-primary: #FFFFFF1F;
|
|
712
|
-
--inverse-outline-transparent-primary-hover: #
|
|
713
|
-
--inverse-outline-transparent-primary-active: #
|
|
714
|
-
--inverse-outline-transparent-secondary-hover: #FAFAFAB3;
|
|
715
|
-
--inverse-outline-transparent-tertiary-hover: #FAFAFAFF;
|
|
716
|
-
--inverse-outline-transparent-tertiary-active: #FAFAFA47;
|
|
631
|
+
--inverse-outline-transparent-primary-hover: #FFFFFF4D;
|
|
632
|
+
--inverse-outline-transparent-primary-active: #FFFFFF12;
|
|
717
633
|
--inverse-outline-clear: #FFFFFF00;
|
|
718
634
|
--inverse-outline-clear-hover: #FFFFFF00;
|
|
719
635
|
--inverse-outline-clear-active: #FFFFFF00;
|
|
720
|
-
--inverse-outline-
|
|
721
|
-
--inverse-outline-accent-active: #0E7C20FF;
|
|
722
|
-
--inverse-outline-accent-minor-hover: #0F9527FF;
|
|
723
|
-
--inverse-outline-accent-minor-active: #074A14FF;
|
|
724
|
-
--on-light-outline-read-only-active: #FAFAFA1C;
|
|
725
|
-
--inverse-outline-solid-primary-hover: #545454FF;
|
|
726
|
-
--inverse-outline-solid-secondary-hover: #ABABABFF;
|
|
727
|
-
--inverse-outline-solid-secondary-active: #363636FF;
|
|
728
|
-
--inverse-outline-solid-primary-active: #171717FF;
|
|
729
|
-
--inverse-outline-positive: #A6D2A2;
|
|
730
|
-
--inverse-outline-positive-hover: #16C533FF;
|
|
731
|
-
--inverse-outline-positive-active: #0E7C20FF;
|
|
636
|
+
--inverse-outline-positive-active: #92C88DFF;
|
|
732
637
|
--inverse-outline-warning: #F8AD80;
|
|
733
|
-
--inverse-outline-warning-hover: #
|
|
734
|
-
--inverse-outline-warning-active: #
|
|
638
|
+
--inverse-outline-warning-hover: #FCE0CFFF;
|
|
639
|
+
--inverse-outline-warning-active: #F79C64FF;
|
|
735
640
|
--inverse-outline-negative: #F8A6A9;
|
|
736
|
-
--inverse-outline-negative-hover: #
|
|
737
|
-
--inverse-outline-negative-active: #
|
|
641
|
+
--inverse-outline-negative-hover: #F25A5FFF;
|
|
642
|
+
--inverse-outline-negative-active: #EF343AFF;
|
|
738
643
|
--inverse-outline-info: #9BCAF8;
|
|
739
|
-
--inverse-outline-info-hover: #
|
|
740
|
-
--inverse-outline-info-active: #
|
|
741
|
-
--inverse-outline-positive
|
|
742
|
-
--inverse-outline-positive-
|
|
743
|
-
--
|
|
744
|
-
--
|
|
745
|
-
--
|
|
746
|
-
--inverse-
|
|
747
|
-
--inverse-outline-info-minor-active: #0B476FFF;
|
|
748
|
-
--inverse-outline-transparent-positive-hover: #16C533FF;
|
|
749
|
-
--inverse-outline-transparent-positive-active: #0E7C20FF;
|
|
750
|
-
--inverse-outline-transparent-accent-active: #108E252B;
|
|
751
|
-
--inverse-outline-read-only-hover: #FAFAFA4D;
|
|
752
|
-
--inverse-outline-read-only-active: #FAFAFA12;
|
|
753
|
-
--data-yellow-hover: #F5B638FF;
|
|
754
|
-
--data-yellow-active: #E49C0CFF;
|
|
755
|
-
--data-yellow-minor-hover: #FFCF70FF;
|
|
756
|
-
--data-yellow-minor-active: #FFCC66FF;
|
|
757
|
-
--data-yellow-transparent-hover: #F3A8129E;
|
|
758
|
-
--data-yellow-transparent-active: #F3A812A3;
|
|
759
|
-
--on-dark-data-yellow-hover: #F4B22FFF;
|
|
760
|
-
--on-dark-data-yellow-active: #EDA20CFF;
|
|
761
|
-
--on-dark-data-yellow-minor-hover: #B87A00FF;
|
|
762
|
-
--on-dark-data-yellow-minor-active: #996600FF;
|
|
763
|
-
--on-dark-data-yellow-transparent-hover: #F3A812AD;
|
|
764
|
-
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
765
|
-
--on-light-data-yellow-hover: #F5B638FF;
|
|
766
|
-
--on-light-data-yellow-active: #E49C0CFF;
|
|
767
|
-
--on-light-data-yellow-minor-hover: #FFCF70FF;
|
|
768
|
-
--on-light-data-yellow-minor-active: #FFCC66FF;
|
|
769
|
-
--inverse-outline-transparent-warning-hover: #FD9253FF;
|
|
770
|
-
--inverse-outline-transparent-negative-hover: #F76977FF;
|
|
771
|
-
--inverse-outline-transparent-info-hover: #47B0F5FF;
|
|
772
|
-
--inverse-outline-transparent-info-active: #096CAEFF;
|
|
773
|
-
--inverse-outline-transparent-negative-active: #E40C22FF;
|
|
774
|
-
--inverse-data-yellow-transparent-hover: #F3A812AD;
|
|
775
|
-
--inverse-data-yellow-transparent-active: #F3A81280;
|
|
776
|
-
--on-light-data-yellow-transparent-active: #F3A812A3;
|
|
777
|
-
--inverse-data-yellow-hover: #F4B22FFF;
|
|
778
|
-
--inverse-data-yellow-active: #EDA20CFF;
|
|
779
|
-
--inverse-data-yellow-minor-active: #996600FF;
|
|
644
|
+
--inverse-outline-info-hover: #E7F2FDFF;
|
|
645
|
+
--inverse-outline-info-active: #7EBAF6FF;
|
|
646
|
+
--inverse-outline-positive: #A6D2A2;
|
|
647
|
+
--inverse-outline-positive-hover: #DBEDD9FF;
|
|
648
|
+
--text-primary-hover: #15110F97;
|
|
649
|
+
--on-dark-surface-solid-default: #F6F2F0;
|
|
650
|
+
--on-light-surface-accent-minor-active: #BFEDE1FF;
|
|
651
|
+
--inverse-surface-accent-minor-hover: #055C4CFF;
|
|
780
652
|
color: var(--text-primary);
|
|
781
653
|
background-color: var(--background-primary);
|
|
782
654
|
}
|
|
783
655
|
|
|
784
656
|
:root {
|
|
785
657
|
--on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
658
|
+
--on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
|
|
659
|
+
--light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
660
|
+
--surface-skeleton-gradient: linear-gradient(180deg, #080808 0.0%, #080808 10.0%, #080808 20.0%, #080808 25.0%, #080808 30.0%, #080808 40.0%, #080808 50.0%, #080808 60.0%, #080808 70.0%, #080808 75.0%, #080808 80.0%, #080808 90.0%, #080808 100.0%);
|
|
661
|
+
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
662
|
+
--overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
663
|
+
--on-light-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.8) 100.0%);
|
|
786
664
|
--inverse-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
665
|
+
--background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
787
666
|
--on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
788
|
-
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
789
|
-
--inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
|
|
790
|
-
--dark-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
791
|
-
--on-dark-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
|
|
792
667
|
--inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
793
668
|
--outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.6) 100.0%);
|
|
794
|
-
--inverse-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
795
|
-
--personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
|
|
796
669
|
--personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
797
670
|
--inverse-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);
|
|
798
|
-
--personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
|
|
799
|
-
--inverse-overlay-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
800
671
|
--on-light-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
|
|
801
|
-
--
|
|
672
|
+
--inverse-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
|
|
802
673
|
--on-dark-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);
|
|
803
|
-
--surface-
|
|
804
|
-
--
|
|
674
|
+
--personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
|
|
675
|
+
--inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
|
|
676
|
+
--on-light-surface-skeleton-gradient: linear-gradient(180deg, #080808 0.0%, #080808 10.0%, #080808 20.0%, #080808 25.0%, #080808 30.0%, #080808 40.0%, #080808 50.0%, #080808 60.0%, #080808 70.0%, #080808 75.0%, #080808 80.0%, #080808 90.0%, #080808 100.0%);
|
|
805
677
|
--inverse-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);
|
|
806
|
-
--
|
|
678
|
+
--dark-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
679
|
+
--on-dark-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
|
|
807
680
|
--on-dark-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
681
|
+
--inverse-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
682
|
+
--inverse-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
683
|
+
--on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
684
|
+
--personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
|
|
808
685
|
--on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
|
|
809
|
-
--inverse-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
|
|
810
|
-
--background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
811
686
|
--inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
812
|
-
--
|
|
813
|
-
--on-light-
|
|
814
|
-
--on-light-surface-
|
|
687
|
+
--inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
688
|
+
--on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
689
|
+
--on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
690
|
+
--personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
691
|
+
--on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
692
|
+
--surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
693
|
+
--inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
815
694
|
--personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
816
|
-
--
|
|
817
|
-
--
|
|
818
|
-
--on-dark-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.6) 100.0%);
|
|
819
|
-
--on-dark-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
|
|
820
|
-
--on-light-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
695
|
+
--inverse-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.6) 100.0%);
|
|
696
|
+
--on-light-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
|
|
821
697
|
--personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
|
|
822
|
-
--on-
|
|
823
|
-
--
|
|
698
|
+
--on-dark-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.6) 100.0%);
|
|
699
|
+
--inverse-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
824
700
|
--on-light-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);
|
|
825
|
-
--
|
|
701
|
+
--inverse-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
|
|
702
|
+
--on-light-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
703
|
+
--on-light-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
704
|
+
--on-light-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);
|
|
705
|
+
--on-dark-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
|
|
706
|
+
--on-dark-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
|
|
826
707
|
--on-dark-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);
|
|
827
708
|
--personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
|
|
828
|
-
--
|
|
829
|
-
--
|
|
709
|
+
--text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
|
|
710
|
+
--on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
|
|
830
711
|
--on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
831
|
-
--inverse-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
|
|
832
|
-
--on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
833
|
-
--inverse-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
834
|
-
--surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
835
712
|
--personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
836
|
-
--inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
837
|
-
--on-light-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
|
|
838
|
-
--on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
839
|
-
--personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
840
|
-
--inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
841
713
|
--surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
842
714
|
--surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
|
|
843
715
|
--on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
844
716
|
--on-dark-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
|
|
845
|
-
--inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
846
717
|
--inverse-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
|
|
847
718
|
--on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
848
719
|
--on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
|
|
720
|
+
--inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
849
721
|
}
|
|
850
722
|
|
|
851
723
|
:root {
|
|
852
724
|
--shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
|
|
853
725
|
--shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
|
|
854
|
-
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
855
726
|
--shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
|
|
727
|
+
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
856
728
|
--shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
|
|
857
729
|
--shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
|
|
858
|
-
--shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
|
|
859
730
|
--shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
860
731
|
--shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
|
|
861
|
-
--shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
|
|
862
732
|
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
863
733
|
--shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
734
|
+
--shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
|
|
735
|
+
--shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
|
|
864
736
|
}
|
|
865
737
|
|
|
866
738
|
:root {
|
|
867
739
|
--border-radius-4xl: 2rem;
|
|
868
740
|
--border-radius-3xl: 1.75rem;
|
|
869
741
|
--border-radius-5xl: 2.5rem;
|
|
870
|
-
--border-radius-l: 1rem;
|
|
871
|
-
--border-radius-xl: 1.25rem;
|
|
872
|
-
--border-radius-xxl: 1.5rem;
|
|
873
742
|
--border-radius-circle: 100rem;
|
|
743
|
+
--border-radius-m: 0.75rem;
|
|
744
|
+
--border-radius-l: 1rem;
|
|
745
|
+
--border-radius-xxs: 0.25rem;
|
|
874
746
|
--border-radius-xs: 0.375rem;
|
|
747
|
+
--border-radius-xxl: 1.5rem;
|
|
875
748
|
--border-radius-s: 0.5rem;
|
|
876
|
-
--border-radius-
|
|
877
|
-
--border-radius-m: 0.75rem;
|
|
749
|
+
--border-radius-xl: 1.25rem;
|
|
878
750
|
}
|
|
879
751
|
|
|
880
752
|
:root {
|
|
881
753
|
--spacing-16x: 2rem;
|
|
882
|
-
--spacing-1x: 0.125rem;
|
|
883
754
|
--spacing-3x: 0.375rem;
|
|
884
|
-
--spacing-4x: 0.5rem;
|
|
885
755
|
--spacing-6x: 0.75rem;
|
|
886
756
|
--spacing-8x: 1rem;
|
|
887
757
|
--spacing-10x: 1.25rem;
|
|
@@ -891,8 +761,10 @@
|
|
|
891
761
|
--spacing-32x: 4rem;
|
|
892
762
|
--spacing-40x: 5rem;
|
|
893
763
|
--spacing-60x: 7.5rem;
|
|
764
|
+
--spacing-4x: 0.5rem;
|
|
894
765
|
--spacing-2x: 0.25rem;
|
|
895
766
|
--spacing-0x: 0rem;
|
|
767
|
+
--spacing-1x: 0.125rem;
|
|
896
768
|
}
|
|
897
769
|
|
|
898
770
|
:root {
|
|
@@ -957,12 +829,6 @@
|
|
|
957
829
|
--plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
|
|
958
830
|
--plasma-typo-body-l-bold-letter-spacing: normal;
|
|
959
831
|
--plasma-typo-body-l-bold-font-style: normal;
|
|
960
|
-
--plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
|
|
961
|
-
--plasma-typo-body-s-letter-spacing: normal;
|
|
962
|
-
--plasma-typo-body-s-font-style: normal;
|
|
963
|
-
--plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
|
|
964
|
-
--plasma-typo-body-s-bold-letter-spacing: normal;
|
|
965
|
-
--plasma-typo-body-s-bold-font-style: normal;
|
|
966
832
|
--plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);
|
|
967
833
|
--plasma-typo-body-s-medium-letter-spacing: normal;
|
|
968
834
|
--plasma-typo-body-s-medium-font-style: normal;
|
|
@@ -978,18 +844,24 @@
|
|
|
978
844
|
--plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);
|
|
979
845
|
--plasma-typo-body-xxs-letter-spacing: normal;
|
|
980
846
|
--plasma-typo-body-xxs-font-style: normal;
|
|
981
|
-
--plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
|
|
982
|
-
--plasma-typo-body-l-medium-letter-spacing: normal;
|
|
983
|
-
--plasma-typo-body-l-medium-font-style: normal;
|
|
984
|
-
--plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
|
|
985
|
-
--plasma-typo-body-m-letter-spacing: normal;
|
|
986
|
-
--plasma-typo-body-m-font-style: normal;
|
|
987
847
|
--plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);
|
|
988
848
|
--plasma-typo-body-m-bold-letter-spacing: normal;
|
|
989
849
|
--plasma-typo-body-m-bold-font-style: normal;
|
|
990
850
|
--plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);
|
|
991
851
|
--plasma-typo-body-m-medium-letter-spacing: normal;
|
|
992
852
|
--plasma-typo-body-m-medium-font-style: normal;
|
|
853
|
+
--plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
|
|
854
|
+
--plasma-typo-body-s-letter-spacing: normal;
|
|
855
|
+
--plasma-typo-body-s-font-style: normal;
|
|
856
|
+
--plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
|
|
857
|
+
--plasma-typo-body-s-bold-letter-spacing: normal;
|
|
858
|
+
--plasma-typo-body-s-bold-font-style: normal;
|
|
859
|
+
--plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
|
|
860
|
+
--plasma-typo-body-l-medium-letter-spacing: normal;
|
|
861
|
+
--plasma-typo-body-l-medium-font-style: normal;
|
|
862
|
+
--plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
|
|
863
|
+
--plasma-typo-body-m-letter-spacing: normal;
|
|
864
|
+
--plasma-typo-body-m-font-style: normal;
|
|
993
865
|
--plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
|
|
994
866
|
--plasma-typo-body-xxs-medium-letter-spacing: normal;
|
|
995
867
|
--plasma-typo-body-xxs-medium-font-style: normal;
|
|
@@ -1051,12 +923,6 @@
|
|
|
1051
923
|
--plasma-typo-body-l-bold-font-size: 0.9375rem;
|
|
1052
924
|
--plasma-typo-body-l-bold-font-weight: 700;
|
|
1053
925
|
--plasma-typo-body-l-bold-line-height: 1.25rem;
|
|
1054
|
-
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1055
|
-
--plasma-typo-body-s-font-weight: 400;
|
|
1056
|
-
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1057
|
-
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1058
|
-
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1059
|
-
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1060
926
|
--plasma-typo-body-s-medium-font-size: 0.8125rem;
|
|
1061
927
|
--plasma-typo-body-s-medium-font-weight: 500;
|
|
1062
928
|
--plasma-typo-body-s-medium-line-height: 0.9375rem;
|
|
@@ -1072,18 +938,24 @@
|
|
|
1072
938
|
--plasma-typo-body-xxs-font-size: 0.6875rem;
|
|
1073
939
|
--plasma-typo-body-xxs-font-weight: 400;
|
|
1074
940
|
--plasma-typo-body-xxs-line-height: 0.8125rem;
|
|
1075
|
-
--plasma-typo-body-l-medium-font-size: 0.9375rem;
|
|
1076
|
-
--plasma-typo-body-l-medium-font-weight: 500;
|
|
1077
|
-
--plasma-typo-body-l-medium-line-height: 1.25rem;
|
|
1078
|
-
--plasma-typo-body-m-font-size: 0.875rem;
|
|
1079
|
-
--plasma-typo-body-m-font-weight: 400;
|
|
1080
|
-
--plasma-typo-body-m-line-height: 1.125rem;
|
|
1081
941
|
--plasma-typo-body-m-bold-font-size: 0.875rem;
|
|
1082
942
|
--plasma-typo-body-m-bold-font-weight: 600;
|
|
1083
943
|
--plasma-typo-body-m-bold-line-height: 1.125rem;
|
|
1084
944
|
--plasma-typo-body-m-medium-font-size: 0.875rem;
|
|
1085
945
|
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1086
946
|
--plasma-typo-body-m-medium-line-height: 1.125rem;
|
|
947
|
+
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
948
|
+
--plasma-typo-body-s-font-weight: 400;
|
|
949
|
+
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
950
|
+
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
951
|
+
--plasma-typo-body-s-bold-font-weight: 600;
|
|
952
|
+
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
953
|
+
--plasma-typo-body-l-medium-font-size: 0.9375rem;
|
|
954
|
+
--plasma-typo-body-l-medium-font-weight: 500;
|
|
955
|
+
--plasma-typo-body-l-medium-line-height: 1.25rem;
|
|
956
|
+
--plasma-typo-body-m-font-size: 0.875rem;
|
|
957
|
+
--plasma-typo-body-m-font-weight: 400;
|
|
958
|
+
--plasma-typo-body-m-line-height: 1.125rem;
|
|
1087
959
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
1088
960
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1089
961
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
@@ -1196,21 +1068,15 @@
|
|
|
1196
1068
|
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1197
1069
|
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1198
1070
|
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1199
|
-
--plasma-typo-body-
|
|
1200
|
-
--plasma-typo-body-
|
|
1201
|
-
--plasma-typo-body-
|
|
1202
|
-
--plasma-typo-
|
|
1203
|
-
--plasma-typo-
|
|
1204
|
-
--plasma-typo-
|
|
1205
|
-
--plasma-typo-
|
|
1206
|
-
--plasma-typo-
|
|
1207
|
-
--plasma-typo-
|
|
1208
|
-
--plasma-typo-h3-font-size: 1.25rem;
|
|
1209
|
-
--plasma-typo-h3-font-weight: 400;
|
|
1210
|
-
--plasma-typo-h3-line-height: 1.4375rem;
|
|
1211
|
-
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1212
|
-
--plasma-typo-h3-bold-font-weight: 700;
|
|
1213
|
-
--plasma-typo-h3-bold-line-height: 1.4375rem;
|
|
1071
|
+
--plasma-typo-body-m-medium-font-size: 0.875rem;
|
|
1072
|
+
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1073
|
+
--plasma-typo-body-m-medium-line-height: 1.125rem;
|
|
1074
|
+
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1075
|
+
--plasma-typo-body-s-font-weight: 400;
|
|
1076
|
+
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1077
|
+
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1078
|
+
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1079
|
+
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1214
1080
|
--plasma-typo-h1-font-size: 1.75rem;
|
|
1215
1081
|
--plasma-typo-h1-font-weight: 400;
|
|
1216
1082
|
--plasma-typo-h1-line-height: 2.25rem;
|
|
@@ -1223,6 +1089,18 @@
|
|
|
1223
1089
|
--plasma-typo-h2-font-size: 1.375rem;
|
|
1224
1090
|
--plasma-typo-h2-font-weight: 400;
|
|
1225
1091
|
--plasma-typo-h2-line-height: 1.75rem;
|
|
1092
|
+
--plasma-typo-h2-bold-font-size: 1.375rem;
|
|
1093
|
+
--plasma-typo-h2-bold-font-weight: 700;
|
|
1094
|
+
--plasma-typo-h2-bold-line-height: 1.75rem;
|
|
1095
|
+
--plasma-typo-h2-medium-font-size: 1.375rem;
|
|
1096
|
+
--plasma-typo-h2-medium-font-weight: 500;
|
|
1097
|
+
--plasma-typo-h2-medium-line-height: 1.75rem;
|
|
1098
|
+
--plasma-typo-h3-font-size: 1.25rem;
|
|
1099
|
+
--plasma-typo-h3-font-weight: 400;
|
|
1100
|
+
--plasma-typo-h3-line-height: 1.4375rem;
|
|
1101
|
+
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1102
|
+
--plasma-typo-h3-bold-font-weight: 700;
|
|
1103
|
+
--plasma-typo-h3-bold-line-height: 1.4375rem;
|
|
1226
1104
|
--plasma-typo-h3-medium-font-size: 1.25rem;
|
|
1227
1105
|
--plasma-typo-h3-medium-font-weight: 500;
|
|
1228
1106
|
--plasma-typo-h3-medium-line-height: 1.4375rem;
|
|
@@ -1235,6 +1113,9 @@
|
|
|
1235
1113
|
--plasma-typo-h4-medium-font-size: 1rem;
|
|
1236
1114
|
--plasma-typo-h4-medium-font-weight: 500;
|
|
1237
1115
|
--plasma-typo-h4-medium-line-height: 1.25rem;
|
|
1116
|
+
--plasma-typo-body-l-font-size: 1.125rem;
|
|
1117
|
+
--plasma-typo-body-l-font-weight: 400;
|
|
1118
|
+
--plasma-typo-body-l-line-height: 1.375rem;
|
|
1238
1119
|
--plasma-typo-body-l-bold-font-size: 0.9375rem;
|
|
1239
1120
|
--plasma-typo-body-l-bold-font-weight: 700;
|
|
1240
1121
|
--plasma-typo-body-l-bold-line-height: 1.25rem;
|
|
@@ -1247,35 +1128,26 @@
|
|
|
1247
1128
|
--plasma-typo-body-m-bold-font-size: 0.875rem;
|
|
1248
1129
|
--plasma-typo-body-m-bold-font-weight: 600;
|
|
1249
1130
|
--plasma-typo-body-m-bold-line-height: 1.125rem;
|
|
1250
|
-
--plasma-typo-body-
|
|
1251
|
-
--plasma-typo-body-
|
|
1252
|
-
--plasma-typo-body-
|
|
1253
|
-
--plasma-typo-body-
|
|
1254
|
-
--plasma-typo-body-
|
|
1255
|
-
--plasma-typo-body-
|
|
1256
|
-
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1257
|
-
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1258
|
-
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1131
|
+
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1132
|
+
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1133
|
+
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1134
|
+
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1135
|
+
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1136
|
+
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
1259
1137
|
--plasma-typo-body-xxs-font-size: 0.6875rem;
|
|
1260
1138
|
--plasma-typo-body-xxs-font-weight: 400;
|
|
1261
1139
|
--plasma-typo-body-xxs-line-height: 0.8125rem;
|
|
1262
|
-
--plasma-typo-body-xxs-bold-font-size: 0.6875rem;
|
|
1263
|
-
--plasma-typo-body-xxs-bold-font-weight: 600;
|
|
1264
|
-
--plasma-typo-body-xxs-bold-line-height: 0.8125rem;
|
|
1265
1140
|
--plasma-typo-body-xxs-medium-font-size: 0.625rem;
|
|
1266
1141
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1267
1142
|
--plasma-typo-body-xxs-medium-line-height: 0.75rem;
|
|
1143
|
+
--plasma-typo-body-xxs-bold-font-size: 0.6875rem;
|
|
1144
|
+
--plasma-typo-body-xxs-bold-font-weight: 600;
|
|
1145
|
+
--plasma-typo-body-xxs-bold-line-height: 0.8125rem;
|
|
1268
1146
|
--plasma-typo-body-s-medium-font-size: 0.8125rem;
|
|
1269
1147
|
--plasma-typo-body-s-medium-font-weight: 500;
|
|
1270
1148
|
--plasma-typo-body-s-medium-line-height: 0.9375rem;
|
|
1271
1149
|
--plasma-typo-body-xs-font-size: 0.75rem;
|
|
1272
1150
|
--plasma-typo-body-xs-font-weight: 400;
|
|
1273
1151
|
--plasma-typo-body-xs-line-height: 0.875rem;
|
|
1274
|
-
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1275
|
-
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1276
|
-
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1277
|
-
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1278
|
-
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1279
|
-
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
1280
1152
|
}
|
|
1281
1153
|
}
|