@salutejs-ds/sdds_sbcom 0.1.12 → 0.1.13
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 +7 -7
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1nf8fsa.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +3 -3
- package/components/Checkbox/Checkbox.config.d.ts +2 -2
- package/components/Checkbox/Checkbox.config.js +5 -5
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_1pgnntn.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Checkbox/Checkbox.d.ts +2 -2
- 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/{es/components/Counter/Counter.config_yoygvx.css → components/Counter/Counter.config_ebr9b5.css} +8 -8
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +4 -4
- package/components/IconButton/IconButton.config.d.ts +2 -2
- package/components/IconButton/IconButton.config.js +5 -5
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_145mdq5.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Link/Link.config.d.ts +3 -3
- package/components/Link/Link.config.js +7 -7
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/Link.config_1y1mon9.css +8 -0
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +3 -3
- package/components/Radiobox/Radiobox.config.d.ts +1 -1
- package/components/Radiobox/Radiobox.config.js +3 -3
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_jinig9.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/css/sdds_sbcom.module.css +126 -118
- package/css/sdds_sbcom__dark.css +76 -72
- package/css/sdds_sbcom__light.css +76 -72
- package/es/components/Button/Button.config.js +7 -7
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_1nf8fsa.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +5 -5
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_1pgnntn.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/{components/Counter/Counter.config_yoygvx.css → es/components/Counter/Counter.config_ebr9b5.css} +8 -8
- package/es/components/Counter/Counter.css +10 -10
- package/es/components/IconButton/IconButton.config.js +5 -5
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_145mdq5.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_1y1mon9.css +8 -0
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +3 -3
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_jinig9.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 +138 -126
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/index.js +4 -0
- 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 +6 -6
- package/styled-components/cjs/Counter/Counter.config.js +8 -8
- package/styled-components/cjs/IconButton/IconButton.config.js +6 -6
- package/styled-components/cjs/Link/Link.config.js +6 -6
- package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
- package/styled-components/es/Button/Button.config.js +9 -9
- package/styled-components/es/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/es/Counter/Counter.config.js +8 -8
- package/styled-components/es/IconButton/IconButton.config.js +6 -6
- package/styled-components/es/Link/Link.config.js +6 -6
- package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
- 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 +101 -93
- package/theme/tokens/index.js +141 -125
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_b4txnl.css +0 -10
- package/components/Checkbox/Checkbox.config_j2f4po.css +0 -6
- package/components/IconButton/IconButton.config_1q8h816.css +0 -9
- package/components/Link/Link.config_e4pw7e.css +0 -8
- package/components/Radiobox/Radiobox.config_10j4d0h.css +0 -6
- package/es/components/Button/Button.config_b4txnl.css +0 -10
- package/es/components/Checkbox/Checkbox.config_j2f4po.css +0 -6
- package/es/components/IconButton/IconButton.config_1q8h816.css +0 -9
- package/es/components/Link/Link.config_e4pw7e.css +0 -8
- package/es/components/Radiobox/Radiobox.config_10j4d0h.css +0 -6
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
--inverse-personas-sea-blue-text-accent-active: #4BB4B4FF;
|
|
9
9
|
--inverse-personas-violet-text-accent-active: #81288FFF;
|
|
10
10
|
--on-dark-surface-transparent-navi-active: #2424248A;
|
|
11
|
-
--on-light-outline-default-hover: #CCCCCCFF;
|
|
12
11
|
--inverse-outline-primary-active: #C4BEBAFF;
|
|
13
|
-
--on-
|
|
12
|
+
--on-light-outline-default-hover: #CCCCCCFF;
|
|
14
13
|
--on-dark-outline-default-hover: #666666FF;
|
|
14
|
+
--on-dark-outline-default-active: #292929FF;
|
|
15
15
|
--personas-green-text-accent-hover: #04C396FF;
|
|
16
16
|
--personas-sea-blue-text-accent-hover: #00C5CCFF;
|
|
17
17
|
--inverse-surface-accent-secondary-hover: #50C3A8FF;
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
--outline-default-active: #666666FF;
|
|
23
23
|
--on-dark-outline-primary-active: #2B2827FF;
|
|
24
24
|
--personas-olive-text-accent-active: #7DC07CFF;
|
|
25
|
-
--on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
26
25
|
--inverse-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
26
|
+
--on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
27
27
|
--inverse-surface-transparent-navi-active: #FFFFFFAD;
|
|
28
28
|
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
29
29
|
--on-light-personas-violet-text-accent-active: #81288FFF;
|
|
@@ -32,9 +32,8 @@
|
|
|
32
32
|
--inverse-personas-green-text-accent-hover: #8CDECAFF;
|
|
33
33
|
--on-light-personas-pink-text-accent-hover: #E47777FF;
|
|
34
34
|
--surface-accent-secondary-hover: #70CDB7FF;
|
|
35
|
-
--personas-pink-text-accent-hover: #E26E6EFF;
|
|
36
|
-
--personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
37
35
|
--personas-pink-text-accent-active: #D83B3BFF;
|
|
36
|
+
--personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
38
37
|
--on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
39
38
|
--on-light-outline-primary: #DDD9D7;
|
|
40
39
|
--inverse-outline-default: #FFFFFF;
|
|
@@ -46,21 +45,21 @@
|
|
|
46
45
|
--on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
|
|
47
46
|
--on-light-outline-default: #FFFFFF;
|
|
48
47
|
--personas-ochre-text-accent-active: #F19F7EFF;
|
|
49
|
-
--inverse-background-hardline: #000000;
|
|
50
48
|
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
49
|
+
--inverse-background-hardline: #000000;
|
|
51
50
|
--on-dark-surface-transparent-accent-minor-active: #0BA88838;
|
|
52
51
|
--on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
|
|
53
|
-
--on-light-surface-accent-secondary: #41BDA1;
|
|
54
52
|
--surface-transparent-navi: #23232399;
|
|
53
|
+
--on-light-surface-accent-secondary: #41BDA1;
|
|
55
54
|
--personas-violet-text-accent-active: #892B97FF;
|
|
56
55
|
--personas-blue-text-accent-hover: #C3DDF9FF;
|
|
57
56
|
--outline-default: #FFFFFF;
|
|
58
57
|
--text-primary-brightness-active: #FAFAFAC4;
|
|
59
|
-
--surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
60
|
-
--surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
61
58
|
--surface-solid-card-brightness-hover: #303030FF;
|
|
59
|
+
--surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
62
60
|
--surface-solid-card-brightness-active: #212121FF;
|
|
63
61
|
--surface-solid-primary-brightness-hover: #303030FF;
|
|
62
|
+
--surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
64
63
|
--on-dark-surface-solid-primary-brightness-active: #212121FF;
|
|
65
64
|
--on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
66
65
|
--on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
@@ -103,11 +102,10 @@
|
|
|
103
102
|
--on-light-surface-accent-minor: #D0F2E9;
|
|
104
103
|
--inverse-surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
105
104
|
--on-light-outline-warning-active: #A3420AFF;
|
|
106
|
-
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
107
105
|
--inverse-surface-accent-minor: #D0F2E9;
|
|
108
106
|
--inverse-surface-solid-card-brightness-active: #FFFFFFFF;
|
|
109
107
|
--on-dark-surface-accent-minor-hover: #055C4CFF;
|
|
110
|
-
--on-light-surface-
|
|
108
|
+
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
111
109
|
--on-dark-personas-blue-text-accent: #79B3F2;
|
|
112
110
|
--on-light-personas-indigo-text-accent: #7133BE;
|
|
113
111
|
--on-light-personas-sea-blue-text-accent: #00898D;
|
|
@@ -115,10 +113,7 @@
|
|
|
115
113
|
--personas-ochre-text-accent: #F4B49B;
|
|
116
114
|
--on-dark-surface-transparent-accent-minor: #0BA68647;
|
|
117
115
|
--on-dark-personas-violet-text-accent: #E19DED;
|
|
118
|
-
--on-light-
|
|
119
|
-
--on-light-outline-primary-active: #C4BEBAFF;
|
|
120
|
-
--inverse-personas-blue-text-accent-active: #0D4F96FF;
|
|
121
|
-
--inverse-surface-transparent-accent-minor-active: #0BA8885C;
|
|
116
|
+
--on-light-surface-transparent-navi: #FFFFFF99;
|
|
122
117
|
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
123
118
|
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
124
119
|
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
@@ -147,18 +142,16 @@
|
|
|
147
142
|
--on-light-personas-green-text-accent: #038768;
|
|
148
143
|
--text-primary-brightness-hover: #FAFAFA93;
|
|
149
144
|
--on-dark-text-primary-brightness-hover: #FAFAFA93;
|
|
150
|
-
--on-
|
|
151
|
-
--on-
|
|
152
|
-
--
|
|
153
|
-
--inverse-
|
|
154
|
-
--personas-violet-text-accent: #9E32AF;
|
|
145
|
+
--on-light-text-warning-active: #6F2D06FF;
|
|
146
|
+
--on-light-outline-primary-active: #C4BEBAFF;
|
|
147
|
+
--inverse-personas-blue-text-accent-active: #0D4F96FF;
|
|
148
|
+
--inverse-surface-transparent-accent-minor-active: #0BA8885C;
|
|
155
149
|
--inverse-personas-sea-blue-text-accent-hover: #000000FF;
|
|
156
150
|
--inverse-personas-blue-text-accent-hover: #1477E1FF;
|
|
157
151
|
--inverse-personas-violet-text-accent-hover: #B740C9FF;
|
|
158
152
|
--inverse-surface-transparent-accent-minor-hover: #0BA88857;
|
|
159
153
|
--on-light-personas-blue-text-accent-hover: #1477E1FF;
|
|
160
154
|
--on-dark-surface-transparent-navi-hover: #242424B8;
|
|
161
|
-
--inverse-outline-primary-hover: #ADA39FFF;
|
|
162
155
|
--on-light-surface-accent-secondary-hover: #50C3A8FF;
|
|
163
156
|
--surface-transparent-navi-hover: #242424B8;
|
|
164
157
|
--on-light-surface-transparent-accent-minor-hover: #0BA8884D;
|
|
@@ -177,11 +170,25 @@
|
|
|
177
170
|
--on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
|
|
178
171
|
--on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
179
172
|
--on-dark-personas-ochre-text-accent: #F4B49B;
|
|
180
|
-
--personas-
|
|
181
|
-
--personas-
|
|
173
|
+
--on-dark-personas-green-text-accent-active: #54CFB0FF;
|
|
174
|
+
--on-dark-personas-ochre-text-accent-active: #F19F7EFF;
|
|
175
|
+
--surface-transparent-accent-minor-active: #0BA88838;
|
|
176
|
+
--inverse-outline-default-hover: #CCCCCCFF;
|
|
177
|
+
--personas-violet-text-accent: #9E32AF;
|
|
178
|
+
--inverse-outline-primary-hover: #ADA39FFF;
|
|
182
179
|
--surface-accent-secondary-active: #59C5ACFF;
|
|
183
180
|
--surface-transparent-accent-minor: #0BA68647;
|
|
184
181
|
--inverse-personas-sea-blue-text-accent: #7BC8C8;
|
|
182
|
+
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
183
|
+
--on-light-text-primary-brightness-hover: #17171793;
|
|
184
|
+
--inverse-text-primary-brightness-hover: #17171793;
|
|
185
|
+
--surface-solid-primary-brightness-active: #212121FF;
|
|
186
|
+
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
187
|
+
--inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
188
|
+
--personas-pink-text-accent: #DE5555;
|
|
189
|
+
--personas-blue-text-accent: #79B3F2;
|
|
190
|
+
--personas-sea-blue-text-accent: #00898D;
|
|
191
|
+
--personas-violet-text-accent-hover: #B438C7FF;
|
|
185
192
|
--background-hardline: #000000;
|
|
186
193
|
--inverse-personas-blue-text-accent: #1063BA;
|
|
187
194
|
--inverse-personas-violet-text-accent: #9E32AF;
|
|
@@ -195,21 +202,13 @@
|
|
|
195
202
|
--personas-blue-text-accent-active: #5DA3EFFF;
|
|
196
203
|
--dark-background-hardline: #000000;
|
|
197
204
|
--on-dark-outline-primary: #3B3735;
|
|
198
|
-
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
199
|
-
--on-light-text-primary-brightness-hover: #17171793;
|
|
200
|
-
--inverse-text-primary-brightness-hover: #17171793;
|
|
201
|
-
--surface-solid-primary-brightness-active: #212121FF;
|
|
202
|
-
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
203
|
-
--inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
204
|
-
--personas-pink-text-accent: #DE5555;
|
|
205
|
-
--personas-blue-text-accent: #79B3F2;
|
|
206
205
|
--on-dark-text-primary-brightness-active: #FAFAFAC4;
|
|
207
206
|
--on-light-text-primary-brightness-active: #171717C4;
|
|
208
207
|
--inverse-text-primary-brightness-active: #171717C4;
|
|
209
208
|
--personas-indigo-text-accent: #BD91F5;
|
|
210
209
|
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
211
210
|
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
212
|
-
--text-
|
|
211
|
+
--personas-pink-text-accent-hover: #E26E6EFF;
|
|
213
212
|
--text-paragraph-active: #F5F1EF93;
|
|
214
213
|
--text-accent: #61C8B0;
|
|
215
214
|
--text-accent-hover: #77CFBBFF;
|
|
@@ -238,7 +237,7 @@
|
|
|
238
237
|
--text-tertiary-active: #F5F1EF49;
|
|
239
238
|
--text-primary-brightness: #FAFAFAF5;
|
|
240
239
|
--text-paragraph: #F6F2F07A;
|
|
241
|
-
--
|
|
240
|
+
--text-paragraph-hover: #F5F1EFFF;
|
|
242
241
|
--on-dark-text-paragraph-active: #F5F1EF93;
|
|
243
242
|
--on-dark-text-accent: #61C8B0ED;
|
|
244
243
|
--on-dark-text-accent-hover: #60C7AF8E;
|
|
@@ -268,7 +267,7 @@
|
|
|
268
267
|
--on-dark-text-secondary-active: #F5F1EFC4;
|
|
269
268
|
--on-dark-text-primary-hover: #FFFFFF97;
|
|
270
269
|
--on-dark-text-paragraph: #F6F2F07A;
|
|
271
|
-
--on-
|
|
270
|
+
--on-dark-text-paragraph-hover: #F5F1EFFF;
|
|
272
271
|
--on-light-text-primary-brightness: #171717F5;
|
|
273
272
|
--on-light-text-secondary: #15110FA3;
|
|
274
273
|
--on-light-text-secondary-hover: #15110FFF;
|
|
@@ -292,6 +291,7 @@
|
|
|
292
291
|
--on-light-text-warning-hover: #BC4C0BFF;
|
|
293
292
|
--on-light-text-primary: #15110FFC;
|
|
294
293
|
--on-light-text-primary-hover: #15110F97;
|
|
294
|
+
--on-light-text-primary-active: #15110FCA;
|
|
295
295
|
--inverse-text-primary: #15110FFC;
|
|
296
296
|
--inverse-text-primary-hover: #15110F97;
|
|
297
297
|
--inverse-text-primary-active: #15110FCA;
|
|
@@ -317,7 +317,6 @@
|
|
|
317
317
|
--on-light-text-info-hover: #000000FF;
|
|
318
318
|
--on-light-text-info-active: #194B85FF;
|
|
319
319
|
--on-light-text-negative-hover: #E3353BFF;
|
|
320
|
-
--inverse-text-negative-hover: #E3353BFF;
|
|
321
320
|
--inverse-text-negative-active: #AF181DFF;
|
|
322
321
|
--inverse-text-info: #205EA5;
|
|
323
322
|
--inverse-text-info-hover: #000000FF;
|
|
@@ -338,7 +337,7 @@
|
|
|
338
337
|
--inverse-text-warning-hover: #BC4C0BFF;
|
|
339
338
|
--inverse-text-positive-active: #185E17FF;
|
|
340
339
|
--inverse-text-negative: #D11D23;
|
|
341
|
-
--
|
|
340
|
+
--inverse-text-negative-hover: #E3353BFF;
|
|
342
341
|
--surface-transparent-secondary-active: #FFFFFF1A;
|
|
343
342
|
--surface-transparent-tertiary: #FFFFFF3D;
|
|
344
343
|
--surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
@@ -372,7 +371,7 @@
|
|
|
372
371
|
--surface-solid-card-hover: #2E2E2EFF;
|
|
373
372
|
--surface-transparent-primary-active: #FFFFFF0F;
|
|
374
373
|
--surface-transparent-secondary: #FFFFFF29;
|
|
375
|
-
--surface-
|
|
374
|
+
--surface-transparent-secondary-hover: #FFFFFF47;
|
|
376
375
|
--surface-warning-active: #F8A977FF;
|
|
377
376
|
--surface-negative: #F8A6A9;
|
|
378
377
|
--surface-negative-hover: #F9B8BAFF;
|
|
@@ -384,6 +383,8 @@
|
|
|
384
383
|
--surface-positive: #A6D2A2;
|
|
385
384
|
--surface-positive-hover: #B3D9B0FF;
|
|
386
385
|
--surface-warning: #F8AD80;
|
|
386
|
+
--surface-warning-hover: #F9BB94FF;
|
|
387
|
+
--surface-transparent-negative: #F8A6A980;
|
|
387
388
|
--surface-read-only: #F9F9F905;
|
|
388
389
|
--surface-read-only-hover: #FAFAFA0F;
|
|
389
390
|
--surface-read-only-active: #FAFAFA00;
|
|
@@ -396,7 +397,6 @@
|
|
|
396
397
|
--on-dark-surface-solid-secondary-active: #242424FF;
|
|
397
398
|
--on-dark-surface-solid-tertiary: #474747;
|
|
398
399
|
--on-dark-surface-solid-tertiary-hover: #525252FF;
|
|
399
|
-
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
400
400
|
--on-dark-surface-transparent-secondary-active: #FFFFFF1A;
|
|
401
401
|
--on-dark-surface-transparent-tertiary: #FFFFFF3D;
|
|
402
402
|
--on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
@@ -425,6 +425,7 @@
|
|
|
425
425
|
--on-dark-surface-solid-card-hover: #2E2E2EFF;
|
|
426
426
|
--on-dark-surface-transparent-primary-active: #FFFFFF0F;
|
|
427
427
|
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
428
|
+
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
428
429
|
--on-dark-surface-positive: #A6D2A2;
|
|
429
430
|
--on-dark-surface-positive-hover: #B3D9B0FF;
|
|
430
431
|
--on-dark-surface-positive-active: #9FCF9BFF;
|
|
@@ -452,7 +453,7 @@
|
|
|
452
453
|
--on-light-surface-solid-secondary-active: #FFFFFFFF;
|
|
453
454
|
--on-light-surface-solid-tertiary: #FFFFFF;
|
|
454
455
|
--on-light-surface-solid-tertiary-hover: #FFFFFFFF;
|
|
455
|
-
--on-
|
|
456
|
+
--on-dark-surface-transparent-negative: #F8A6A980;
|
|
456
457
|
--on-light-surface-transparent-secondary-active: #15110F1F;
|
|
457
458
|
--on-light-surface-transparent-tertiary: #15110F1F;
|
|
458
459
|
--on-light-surface-transparent-tertiary-hover: #15110F2E;
|
|
@@ -481,6 +482,7 @@
|
|
|
481
482
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
482
483
|
--on-light-surface-transparent-primary-active: #15110F0F;
|
|
483
484
|
--on-light-surface-transparent-secondary: #15110F14;
|
|
485
|
+
--on-light-surface-transparent-secondary-hover: #15110F1A;
|
|
484
486
|
--on-light-surface-positive: #239322;
|
|
485
487
|
--on-light-surface-positive-hover: #28A126FF;
|
|
486
488
|
--on-light-surface-positive-active: #20801EFF;
|
|
@@ -496,6 +498,7 @@
|
|
|
496
498
|
--on-light-surface-transparent-accent-active: #0BA88833;
|
|
497
499
|
--on-light-surface-transparent-accent: #0BA6861F;
|
|
498
500
|
--on-light-surface-transparent-accent-hover: #0BA8882E;
|
|
501
|
+
--on-light-surface-transparent-negative: #E8343929;
|
|
499
502
|
--on-light-surface-read-only: #F9F9F903;
|
|
500
503
|
--on-light-surface-read-only-hover: #FAFAFA05;
|
|
501
504
|
--on-light-surface-read-only-active: #FAFAFA08;
|
|
@@ -506,7 +509,6 @@
|
|
|
506
509
|
--inverse-surface-solid-secondary: #FFFFFF;
|
|
507
510
|
--inverse-surface-solid-secondary-hover: #FFFFFFFF;
|
|
508
511
|
--inverse-surface-solid-secondary-active: #FFFFFFFF;
|
|
509
|
-
--inverse-surface-transparent-secondary: #15110F14;
|
|
510
512
|
--inverse-surface-transparent-secondary-hover: #15110F1A;
|
|
511
513
|
--inverse-surface-transparent-secondary-active: #15110F1F;
|
|
512
514
|
--inverse-surface-transparent-tertiary: #15110F1F;
|
|
@@ -535,6 +537,7 @@
|
|
|
535
537
|
--inverse-surface-transparent-primary: #15110F0A;
|
|
536
538
|
--inverse-surface-transparent-primary-hover: #15110F0D;
|
|
537
539
|
--inverse-surface-transparent-primary-active: #15110F0F;
|
|
540
|
+
--inverse-surface-transparent-secondary: #15110F14;
|
|
538
541
|
--inverse-surface-positive: #239322;
|
|
539
542
|
--inverse-surface-positive-hover: #28A126FF;
|
|
540
543
|
--inverse-surface-positive-active: #20801EFF;
|
|
@@ -553,6 +556,7 @@
|
|
|
553
556
|
--inverse-surface-transparent-accent-hover: #0BA8882E;
|
|
554
557
|
--inverse-surface-transparent-accent-active: #0BA88833;
|
|
555
558
|
--inverse-surface-accent-active: #099579FF;
|
|
559
|
+
--inverse-surface-transparent-negative: #E8343929;
|
|
556
560
|
--inverse-surface-read-only: #F9F9F903;
|
|
557
561
|
--inverse-surface-read-only-hover: #FAFAFA05;
|
|
558
562
|
--inverse-surface-read-only-active: #FAFAFA08;
|
|
@@ -563,7 +567,6 @@
|
|
|
563
567
|
--dark-background-secondary: #0F0F0F;
|
|
564
568
|
--dark-background-tertiary: #141413;
|
|
565
569
|
--light-background-primary: #EBE7E5;
|
|
566
|
-
--on-light-overlay-hard: #00000052;
|
|
567
570
|
--inverse-overlay-soft: #0000003D;
|
|
568
571
|
--inverse-overlay-hard: #00000052;
|
|
569
572
|
--outline-transparent-primary: #FFFFFF1F;
|
|
@@ -579,6 +582,7 @@
|
|
|
579
582
|
--on-dark-overlay-hard: #00000029;
|
|
580
583
|
--inverse-background-primary: #EBE7E5;
|
|
581
584
|
--on-light-overlay-soft: #0000003D;
|
|
585
|
+
--on-light-overlay-hard: #00000052;
|
|
582
586
|
--outline-positive: #A6D2A2;
|
|
583
587
|
--outline-positive-hover: #DBEDD9FF;
|
|
584
588
|
--outline-positive-active: #92C88DFF;
|
|
@@ -633,7 +637,6 @@
|
|
|
633
637
|
--inverse-outline-clear: #FFFFFF00;
|
|
634
638
|
--inverse-outline-clear-hover: #FFFFFF00;
|
|
635
639
|
--inverse-outline-clear-active: #FFFFFF00;
|
|
636
|
-
--inverse-outline-warning-hover: #F3813FFF;
|
|
637
640
|
--inverse-outline-warning-active: #A3420AFF;
|
|
638
641
|
--inverse-outline-negative: #E83439;
|
|
639
642
|
--inverse-outline-negative-hover: #F17E82FF;
|
|
@@ -645,6 +648,7 @@
|
|
|
645
648
|
--inverse-outline-positive: #239322;
|
|
646
649
|
--inverse-outline-positive-hover: #32CA2FFF;
|
|
647
650
|
--inverse-outline-warning: #BE4E0C;
|
|
651
|
+
--inverse-outline-warning-hover: #F3813FFF;
|
|
648
652
|
--text-primary-hover: #FFFFFF97;
|
|
649
653
|
--on-dark-surface-solid-default: #F6F2F0;
|
|
650
654
|
--on-light-surface-accent-minor-active: #BFEDE1FF;
|
|
@@ -655,12 +659,9 @@
|
|
|
655
659
|
|
|
656
660
|
.dark {
|
|
657
661
|
--on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
658
|
-
--surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
659
662
|
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
660
|
-
--overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
661
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%);
|
|
662
664
|
--inverse-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%);
|
|
663
|
-
--background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
664
665
|
--on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
665
666
|
--inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
666
667
|
--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%);
|
|
@@ -683,8 +684,10 @@
|
|
|
683
684
|
--inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
684
685
|
--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%);
|
|
685
686
|
--light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
687
|
+
--surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
688
|
+
--overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
686
689
|
--on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
687
|
-
--
|
|
690
|
+
--background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
688
691
|
--personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
689
692
|
--on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
690
693
|
--surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
@@ -710,6 +713,7 @@
|
|
|
710
713
|
--personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);
|
|
711
714
|
--inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
|
|
712
715
|
--on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
716
|
+
--on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
713
717
|
--surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
714
718
|
--surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
|
|
715
719
|
--on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
@@ -728,10 +732,10 @@
|
|
|
728
732
|
--inverse-personas-sea-blue-text-accent-active: #00A8ADFF;
|
|
729
733
|
--inverse-personas-violet-text-accent-active: #D982E8FF;
|
|
730
734
|
--on-dark-surface-transparent-navi-active: #2424248A;
|
|
731
|
-
--on-light-outline-default-hover: #CCCCCCFF;
|
|
732
735
|
--inverse-outline-primary-active: #2B2827FF;
|
|
733
|
-
--on-
|
|
736
|
+
--on-light-outline-default-hover: #CCCCCCFF;
|
|
734
737
|
--on-dark-outline-default-hover: #666666FF;
|
|
738
|
+
--on-dark-outline-default-active: #292929FF;
|
|
735
739
|
--personas-green-text-accent-hover: #8CDECAFF;
|
|
736
740
|
--personas-sea-blue-text-accent-hover: #000000FF;
|
|
737
741
|
--inverse-surface-accent-secondary-hover: #70CDB7FF;
|
|
@@ -742,8 +746,8 @@
|
|
|
742
746
|
--outline-default-active: #6B6B6BFF;
|
|
743
747
|
--on-dark-outline-primary-active: #2B2827FF;
|
|
744
748
|
--personas-olive-text-accent-active: #179315FF;
|
|
745
|
-
--on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
746
749
|
--inverse-personas-ochre-text-accent-active: #F19F7EFF;
|
|
750
|
+
--on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
747
751
|
--inverse-surface-transparent-navi-active: #2424248A;
|
|
748
752
|
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
749
753
|
--on-light-personas-violet-text-accent-active: #81288FFF;
|
|
@@ -752,9 +756,8 @@
|
|
|
752
756
|
--inverse-personas-green-text-accent-hover: #04C396FF;
|
|
753
757
|
--on-light-personas-pink-text-accent-hover: #E47777FF;
|
|
754
758
|
--surface-accent-secondary-hover: #50C3A8FF;
|
|
755
|
-
--personas-pink-text-accent-hover: #FBCBCBFF;
|
|
756
|
-
--personas-indigo-text-accent-hover: #000000FF;
|
|
757
759
|
--personas-pink-text-accent-active: #F48080FF;
|
|
760
|
+
--personas-indigo-text-accent-hover: #000000FF;
|
|
758
761
|
--on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
759
762
|
--on-light-outline-primary: #DDD9D7;
|
|
760
763
|
--inverse-outline-default: #383838;
|
|
@@ -766,21 +769,21 @@
|
|
|
766
769
|
--on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
|
|
767
770
|
--on-light-outline-default: #FFFFFF;
|
|
768
771
|
--personas-ochre-text-accent-active: #AA4A0EFF;
|
|
769
|
-
--inverse-background-hardline: #FFFFFF;
|
|
770
772
|
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
773
|
+
--inverse-background-hardline: #FFFFFF;
|
|
771
774
|
--on-dark-surface-transparent-accent-minor-active: #0BA88838;
|
|
772
775
|
--on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
|
|
773
|
-
--on-light-surface-accent-secondary: #41BDA1;
|
|
774
776
|
--surface-transparent-navi: #FFFFFF99;
|
|
777
|
+
--on-light-surface-accent-secondary: #41BDA1;
|
|
775
778
|
--personas-violet-text-accent-active: #D679E6FF;
|
|
776
779
|
--personas-blue-text-accent-hover: #1477E1FF;
|
|
777
780
|
--outline-default: #383838;
|
|
778
781
|
--text-primary-brightness-active: #171717C4;
|
|
779
|
-
--surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
780
|
-
--surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
781
782
|
--surface-solid-card-brightness-hover: #FFFFFFFF;
|
|
783
|
+
--surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
782
784
|
--surface-solid-card-brightness-active: #FFFFFFFF;
|
|
783
785
|
--surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
786
|
+
--surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
784
787
|
--on-dark-surface-solid-primary-brightness-active: #212121FF;
|
|
785
788
|
--on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
|
|
786
789
|
--on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
@@ -823,11 +826,10 @@
|
|
|
823
826
|
--on-light-surface-accent-minor: #D0F2E9;
|
|
824
827
|
--inverse-surface-transparent-card-brightness-active: #FAFAFA0A;
|
|
825
828
|
--on-light-outline-warning-active: #A3420AFF;
|
|
826
|
-
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
827
829
|
--inverse-surface-accent-minor: #04473B;
|
|
828
830
|
--inverse-surface-solid-card-brightness-active: #212121FF;
|
|
829
831
|
--on-dark-surface-accent-minor-hover: #055C4CFF;
|
|
830
|
-
--on-light-surface-
|
|
832
|
+
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
831
833
|
--on-dark-personas-blue-text-accent: #79B3F2;
|
|
832
834
|
--on-light-personas-indigo-text-accent: #7133BE;
|
|
833
835
|
--on-light-personas-sea-blue-text-accent: #00898D;
|
|
@@ -835,10 +837,7 @@
|
|
|
835
837
|
--personas-ochre-text-accent: #D15A11;
|
|
836
838
|
--on-dark-surface-transparent-accent-minor: #0BA68647;
|
|
837
839
|
--on-dark-personas-violet-text-accent: #E19DED;
|
|
838
|
-
--on-light-
|
|
839
|
-
--on-light-outline-primary-active: #C4BEBAFF;
|
|
840
|
-
--inverse-personas-blue-text-accent-active: #5DA3EFFF;
|
|
841
|
-
--inverse-surface-transparent-accent-minor-active: #0BA8882E;
|
|
840
|
+
--on-light-surface-transparent-navi: #FFFFFF99;
|
|
842
841
|
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
843
842
|
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
844
843
|
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
@@ -867,18 +866,16 @@
|
|
|
867
866
|
--on-light-personas-green-text-accent: #038768;
|
|
868
867
|
--text-primary-brightness-hover: #17171793;
|
|
869
868
|
--on-dark-text-primary-brightness-hover: #FAFAFA93;
|
|
870
|
-
--on-
|
|
871
|
-
--on-
|
|
872
|
-
--
|
|
873
|
-
--inverse-
|
|
874
|
-
--personas-violet-text-accent: #E19DED;
|
|
869
|
+
--on-light-text-warning-active: #6F2D06FF;
|
|
870
|
+
--on-light-outline-primary-active: #C4BEBAFF;
|
|
871
|
+
--inverse-personas-blue-text-accent-active: #5DA3EFFF;
|
|
872
|
+
--inverse-surface-transparent-accent-minor-active: #0BA8882E;
|
|
875
873
|
--inverse-personas-sea-blue-text-accent-hover: #00C5CCFF;
|
|
876
874
|
--inverse-personas-blue-text-accent-hover: #C3DDF9FF;
|
|
877
875
|
--inverse-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
878
876
|
--inverse-surface-transparent-accent-minor-hover: #0BA8885C;
|
|
879
877
|
--on-light-personas-blue-text-accent-hover: #1477E1FF;
|
|
880
878
|
--on-dark-surface-transparent-navi-hover: #242424B8;
|
|
881
|
-
--inverse-outline-primary-hover: #6B6461FF;
|
|
882
879
|
--on-light-surface-accent-secondary-hover: #50C3A8FF;
|
|
883
880
|
--surface-transparent-navi-hover: #FFFFFFA8;
|
|
884
881
|
--on-light-surface-transparent-accent-minor-hover: #0BA8884D;
|
|
@@ -897,11 +894,25 @@
|
|
|
897
894
|
--on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
|
|
898
895
|
--on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
899
896
|
--on-dark-personas-ochre-text-accent: #F4B49B;
|
|
900
|
-
--personas-
|
|
901
|
-
--personas-
|
|
897
|
+
--on-dark-personas-green-text-accent-active: #54CFB0FF;
|
|
898
|
+
--on-dark-personas-ochre-text-accent-active: #F19F7EFF;
|
|
899
|
+
--surface-transparent-accent-minor-active: #0BA88852;
|
|
900
|
+
--inverse-outline-default-hover: #666666FF;
|
|
901
|
+
--personas-violet-text-accent: #E19DED;
|
|
902
|
+
--inverse-outline-primary-hover: #6B6461FF;
|
|
902
903
|
--surface-accent-secondary-active: #3CAF94FF;
|
|
903
904
|
--surface-transparent-accent-minor: #0BA6863D;
|
|
904
905
|
--inverse-personas-sea-blue-text-accent: #00898D;
|
|
906
|
+
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
907
|
+
--on-light-text-primary-brightness-hover: #17171793;
|
|
908
|
+
--inverse-text-primary-brightness-hover: #FAFAFA93;
|
|
909
|
+
--surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
910
|
+
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
911
|
+
--inverse-surface-solid-card-brightness-hover: #303030FF;
|
|
912
|
+
--personas-pink-text-accent: #F7A4A4;
|
|
913
|
+
--personas-blue-text-accent: #1063BA;
|
|
914
|
+
--personas-sea-blue-text-accent: #7BC8C8;
|
|
915
|
+
--personas-violet-text-accent-hover: #EBBEF3FF;
|
|
905
916
|
--background-hardline: #FFFFFF;
|
|
906
917
|
--inverse-personas-blue-text-accent: #79B3F2;
|
|
907
918
|
--inverse-personas-violet-text-accent: #E19DED;
|
|
@@ -915,21 +926,13 @@
|
|
|
915
926
|
--personas-blue-text-accent-active: #0D4F96FF;
|
|
916
927
|
--dark-background-hardline: #000000;
|
|
917
928
|
--on-dark-outline-primary: #3B3735;
|
|
918
|
-
--on-dark-personas-pink-text-accent: #F7A4A4;
|
|
919
|
-
--on-light-text-primary-brightness-hover: #17171793;
|
|
920
|
-
--inverse-text-primary-brightness-hover: #FAFAFA93;
|
|
921
|
-
--surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
922
|
-
--on-dark-surface-solid-primary-brightness-hover: #303030FF;
|
|
923
|
-
--inverse-surface-solid-card-brightness-hover: #303030FF;
|
|
924
|
-
--personas-pink-text-accent: #F7A4A4;
|
|
925
|
-
--personas-blue-text-accent: #1063BA;
|
|
926
929
|
--on-dark-text-primary-brightness-active: #FAFAFAC4;
|
|
927
930
|
--on-light-text-primary-brightness-active: #171717C4;
|
|
928
931
|
--inverse-text-primary-brightness-active: #FAFAFAC4;
|
|
929
932
|
--personas-indigo-text-accent: #7133BE;
|
|
930
933
|
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
931
934
|
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
932
|
-
--text-
|
|
935
|
+
--personas-pink-text-accent-hover: #FBCBCBFF;
|
|
933
936
|
--text-paragraph-active: #15110F7A;
|
|
934
937
|
--text-accent: #0A8E73;
|
|
935
938
|
--text-accent-hover: #0DB593FF;
|
|
@@ -958,7 +961,7 @@
|
|
|
958
961
|
--text-tertiary-active: #15110F49;
|
|
959
962
|
--text-primary-brightness: #171717F5;
|
|
960
963
|
--text-paragraph: #15110F66;
|
|
961
|
-
--
|
|
964
|
+
--text-paragraph-hover: #15110FFF;
|
|
962
965
|
--on-dark-text-paragraph-active: #F5F1EF93;
|
|
963
966
|
--on-dark-text-accent: #61C8B0;
|
|
964
967
|
--on-dark-text-accent-hover: #77CFBBFF;
|
|
@@ -988,7 +991,7 @@
|
|
|
988
991
|
--on-dark-text-secondary-active: #F5F1EFC4;
|
|
989
992
|
--on-dark-text-primary-hover: #FFFFFF97;
|
|
990
993
|
--on-dark-text-paragraph: #F6F2F07A;
|
|
991
|
-
--on-
|
|
994
|
+
--on-dark-text-paragraph-hover: #F5F1EFFF;
|
|
992
995
|
--on-light-text-primary-brightness: #171717F5;
|
|
993
996
|
--on-light-text-secondary: #15110FA3;
|
|
994
997
|
--on-light-text-secondary-hover: #15110FFF;
|
|
@@ -1012,6 +1015,7 @@
|
|
|
1012
1015
|
--on-light-text-warning-hover: #BC4C0BFF;
|
|
1013
1016
|
--on-light-text-primary: #15110FFC;
|
|
1014
1017
|
--on-light-text-primary-hover: #15110F97;
|
|
1018
|
+
--on-light-text-primary-active: #15110FCA;
|
|
1015
1019
|
--inverse-text-primary: #FFFFFFFC;
|
|
1016
1020
|
--inverse-text-primary-hover: #FFFFFF97;
|
|
1017
1021
|
--inverse-text-primary-active: #FFFFFFCA;
|
|
@@ -1037,7 +1041,6 @@
|
|
|
1037
1041
|
--on-light-text-info-hover: #000000FF;
|
|
1038
1042
|
--on-light-text-info-active: #194B85FF;
|
|
1039
1043
|
--on-light-text-negative-hover: #E3353BFF;
|
|
1040
|
-
--inverse-text-negative-hover: #F89BA0FF;
|
|
1041
1044
|
--inverse-text-negative-active: #F3626AFF;
|
|
1042
1045
|
--inverse-text-info: #70B2F5;
|
|
1043
1046
|
--inverse-text-info-hover: #BCDBFAFF;
|
|
@@ -1058,7 +1061,7 @@
|
|
|
1058
1061
|
--inverse-text-warning-hover: #DF7D43FF;
|
|
1059
1062
|
--inverse-text-positive-active: #469442FF;
|
|
1060
1063
|
--inverse-text-negative: #F57E83;
|
|
1061
|
-
--
|
|
1064
|
+
--inverse-text-negative-hover: #F89BA0FF;
|
|
1062
1065
|
--surface-transparent-secondary-active: #15110F1F;
|
|
1063
1066
|
--surface-transparent-tertiary: #15110F1F;
|
|
1064
1067
|
--surface-transparent-tertiary-hover: #15110F2E;
|
|
@@ -1092,7 +1095,7 @@
|
|
|
1092
1095
|
--surface-solid-card-hover: #FFFFFFFF;
|
|
1093
1096
|
--surface-transparent-primary-active: #15110F0F;
|
|
1094
1097
|
--surface-transparent-secondary: #15110F14;
|
|
1095
|
-
--surface-
|
|
1098
|
+
--surface-transparent-secondary-hover: #15110F1A;
|
|
1096
1099
|
--surface-warning-active: #AD460BFF;
|
|
1097
1100
|
--surface-negative: #E83439;
|
|
1098
1101
|
--surface-negative-hover: #EC5156FF;
|
|
@@ -1104,6 +1107,8 @@
|
|
|
1104
1107
|
--surface-positive: #239322;
|
|
1105
1108
|
--surface-positive-hover: #28A126FF;
|
|
1106
1109
|
--surface-warning: #BE4E0C;
|
|
1110
|
+
--surface-warning-hover: #D3560DFF;
|
|
1111
|
+
--surface-transparent-negative: #E8343929;
|
|
1107
1112
|
--surface-read-only: #F9F9F903;
|
|
1108
1113
|
--surface-read-only-hover: #FAFAFA05;
|
|
1109
1114
|
--surface-read-only-active: #FAFAFA08;
|
|
@@ -1116,7 +1121,6 @@
|
|
|
1116
1121
|
--on-dark-surface-solid-secondary-active: #242424FF;
|
|
1117
1122
|
--on-dark-surface-solid-tertiary: #474747;
|
|
1118
1123
|
--on-dark-surface-solid-tertiary-hover: #525252FF;
|
|
1119
|
-
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
1120
1124
|
--on-dark-surface-transparent-secondary-active: #FFFFFF1A;
|
|
1121
1125
|
--on-dark-surface-transparent-tertiary: #FFFFFF3D;
|
|
1122
1126
|
--on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;
|
|
@@ -1145,6 +1149,7 @@
|
|
|
1145
1149
|
--on-dark-surface-solid-card-hover: #2E2E2EFF;
|
|
1146
1150
|
--on-dark-surface-transparent-primary-active: #FFFFFF0F;
|
|
1147
1151
|
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
1152
|
+
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
1148
1153
|
--on-dark-surface-positive: #A6D2A2;
|
|
1149
1154
|
--on-dark-surface-positive-hover: #B3D9B0FF;
|
|
1150
1155
|
--on-dark-surface-positive-active: #9FCF9BFF;
|
|
@@ -1172,7 +1177,7 @@
|
|
|
1172
1177
|
--on-light-surface-solid-secondary-active: #FFFFFFFF;
|
|
1173
1178
|
--on-light-surface-solid-tertiary: #FFFFFF;
|
|
1174
1179
|
--on-light-surface-solid-tertiary-hover: #FFFFFFFF;
|
|
1175
|
-
--on-
|
|
1180
|
+
--on-dark-surface-transparent-negative: #F8A6A980;
|
|
1176
1181
|
--on-light-surface-transparent-secondary-active: #15110F1F;
|
|
1177
1182
|
--on-light-surface-transparent-tertiary: #15110F1F;
|
|
1178
1183
|
--on-light-surface-transparent-tertiary-hover: #15110F2E;
|
|
@@ -1201,6 +1206,7 @@
|
|
|
1201
1206
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
1202
1207
|
--on-light-surface-transparent-primary-active: #15110F0F;
|
|
1203
1208
|
--on-light-surface-transparent-secondary: #15110F14;
|
|
1209
|
+
--on-light-surface-transparent-secondary-hover: #15110F1A;
|
|
1204
1210
|
--on-light-surface-positive: #239322;
|
|
1205
1211
|
--on-light-surface-positive-hover: #28A126FF;
|
|
1206
1212
|
--on-light-surface-positive-active: #20801EFF;
|
|
@@ -1216,6 +1222,7 @@
|
|
|
1216
1222
|
--on-light-surface-transparent-accent-active: #0BA88833;
|
|
1217
1223
|
--on-light-surface-transparent-accent: #0BA6861F;
|
|
1218
1224
|
--on-light-surface-transparent-accent-hover: #0BA8882E;
|
|
1225
|
+
--on-light-surface-transparent-negative: #E8343929;
|
|
1219
1226
|
--on-light-surface-read-only: #F9F9F903;
|
|
1220
1227
|
--on-light-surface-read-only-hover: #FAFAFA05;
|
|
1221
1228
|
--on-light-surface-read-only-active: #FAFAFA08;
|
|
@@ -1226,7 +1233,6 @@
|
|
|
1226
1233
|
--inverse-surface-solid-secondary: #292929;
|
|
1227
1234
|
--inverse-surface-solid-secondary-hover: #333333FF;
|
|
1228
1235
|
--inverse-surface-solid-secondary-active: #242424FF;
|
|
1229
|
-
--inverse-surface-transparent-secondary: #FFFFFF29;
|
|
1230
1236
|
--inverse-surface-transparent-secondary-hover: #FFFFFF47;
|
|
1231
1237
|
--inverse-surface-transparent-secondary-active: #FFFFFF1A;
|
|
1232
1238
|
--inverse-surface-transparent-tertiary: #FFFFFF3D;
|
|
@@ -1255,6 +1261,7 @@
|
|
|
1255
1261
|
--inverse-surface-transparent-primary: #FFFFFF14;
|
|
1256
1262
|
--inverse-surface-transparent-primary-hover: #FFFFFF24;
|
|
1257
1263
|
--inverse-surface-transparent-primary-active: #FFFFFF0F;
|
|
1264
|
+
--inverse-surface-transparent-secondary: #FFFFFF29;
|
|
1258
1265
|
--inverse-surface-positive: #A6D2A2;
|
|
1259
1266
|
--inverse-surface-positive-hover: #B3D9B0FF;
|
|
1260
1267
|
--inverse-surface-positive-active: #9FCF9BFF;
|
|
@@ -1273,6 +1280,7 @@
|
|
|
1273
1280
|
--inverse-surface-transparent-accent-hover: #0BA88852;
|
|
1274
1281
|
--inverse-surface-transparent-accent-active: #0BA88824;
|
|
1275
1282
|
--inverse-surface-accent-active: #0A9E81FF;
|
|
1283
|
+
--inverse-surface-transparent-negative: #F8A6A980;
|
|
1276
1284
|
--inverse-surface-read-only: #F9F9F905;
|
|
1277
1285
|
--inverse-surface-read-only-hover: #FAFAFA0F;
|
|
1278
1286
|
--inverse-surface-read-only-active: #FAFAFA00;
|
|
@@ -1283,7 +1291,6 @@
|
|
|
1283
1291
|
--dark-background-secondary: #0F0F0F;
|
|
1284
1292
|
--dark-background-tertiary: #141413;
|
|
1285
1293
|
--light-background-primary: #EBE7E5;
|
|
1286
|
-
--on-light-overlay-hard: #00000052;
|
|
1287
1294
|
--inverse-overlay-soft: #0000001F;
|
|
1288
1295
|
--inverse-overlay-hard: #00000029;
|
|
1289
1296
|
--outline-transparent-primary: #15110F3D;
|
|
@@ -1299,6 +1306,7 @@
|
|
|
1299
1306
|
--on-dark-overlay-hard: #00000029;
|
|
1300
1307
|
--inverse-background-primary: #141413;
|
|
1301
1308
|
--on-light-overlay-soft: #0000003D;
|
|
1309
|
+
--on-light-overlay-hard: #00000052;
|
|
1302
1310
|
--outline-positive: #239322;
|
|
1303
1311
|
--outline-positive-hover: #32CA2FFF;
|
|
1304
1312
|
--outline-positive-active: #20801EFF;
|
|
@@ -1353,7 +1361,6 @@
|
|
|
1353
1361
|
--inverse-outline-clear: #FFFFFF00;
|
|
1354
1362
|
--inverse-outline-clear-hover: #FFFFFF00;
|
|
1355
1363
|
--inverse-outline-clear-active: #FFFFFF00;
|
|
1356
|
-
--inverse-outline-warning-hover: #FCE0CFFF;
|
|
1357
1364
|
--inverse-outline-warning-active: #F79C64FF;
|
|
1358
1365
|
--inverse-outline-negative: #F8A6A9;
|
|
1359
1366
|
--inverse-outline-negative-hover: #F25A5FFF;
|
|
@@ -1365,6 +1372,7 @@
|
|
|
1365
1372
|
--inverse-outline-positive: #A6D2A2;
|
|
1366
1373
|
--inverse-outline-positive-hover: #DBEDD9FF;
|
|
1367
1374
|
--inverse-outline-warning: #F8AD80;
|
|
1375
|
+
--inverse-outline-warning-hover: #FCE0CFFF;
|
|
1368
1376
|
--text-primary-hover: #15110F97;
|
|
1369
1377
|
--on-dark-surface-solid-default: #F6F2F0;
|
|
1370
1378
|
--on-light-surface-accent-minor-active: #BFEDE1FF;
|
|
@@ -1375,12 +1383,9 @@
|
|
|
1375
1383
|
|
|
1376
1384
|
.light {
|
|
1377
1385
|
--on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
1378
|
-
--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%);
|
|
1379
1386
|
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
1380
|
-
--overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
1381
1387
|
--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%);
|
|
1382
1388
|
--inverse-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
1383
|
-
--background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
1384
1389
|
--on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
1385
1390
|
--inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
1386
1391
|
--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%);
|
|
@@ -1403,8 +1408,10 @@
|
|
|
1403
1408
|
--inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
1404
1409
|
--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%);
|
|
1405
1410
|
--light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
1411
|
+
--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%);
|
|
1412
|
+
--overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
1406
1413
|
--on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
1407
|
-
--
|
|
1414
|
+
--background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
1408
1415
|
--personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
|
|
1409
1416
|
--on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
1410
1417
|
--surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
@@ -1430,6 +1437,7 @@
|
|
|
1430
1437
|
--personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
|
|
1431
1438
|
--inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
1432
1439
|
--on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
1440
|
+
--on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
1433
1441
|
--surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
1434
1442
|
--surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
|
|
1435
1443
|
--on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
@@ -1442,24 +1450,23 @@
|
|
|
1442
1450
|
|
|
1443
1451
|
.dark, .light {
|
|
1444
1452
|
--shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
|
|
1445
|
-
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
1446
1453
|
--shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
|
|
1447
1454
|
--shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
|
|
1455
|
+
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
1448
1456
|
--shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
|
|
1449
1457
|
--shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
|
|
1450
|
-
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
1451
1458
|
--shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
1452
1459
|
--shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
|
|
1453
1460
|
--shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
|
|
1454
1461
|
--shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
1455
1462
|
--shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
|
|
1463
|
+
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
1456
1464
|
}
|
|
1457
1465
|
|
|
1458
1466
|
.dark, .light {
|
|
1459
1467
|
--border-radius-4xl: 2rem;
|
|
1460
|
-
--border-radius-3xl: 1.75rem;
|
|
1461
1468
|
--border-radius-5xl: 2.5rem;
|
|
1462
|
-
--border-radius-
|
|
1469
|
+
--border-radius-3xl: 1.75rem;
|
|
1463
1470
|
--border-radius-xxs: 0.25rem;
|
|
1464
1471
|
--border-radius-xs: 0.375rem;
|
|
1465
1472
|
--border-radius-xxl: 1.5rem;
|
|
@@ -1467,11 +1474,11 @@
|
|
|
1467
1474
|
--border-radius-xl: 1.25rem;
|
|
1468
1475
|
--border-radius-circle: 100rem;
|
|
1469
1476
|
--border-radius-m: 0.75rem;
|
|
1477
|
+
--border-radius-l: 1rem;
|
|
1470
1478
|
}
|
|
1471
1479
|
|
|
1472
1480
|
.dark, .light {
|
|
1473
1481
|
--spacing-16x: 2rem;
|
|
1474
|
-
--spacing-8x: 1rem;
|
|
1475
1482
|
--spacing-10x: 1.25rem;
|
|
1476
1483
|
--spacing-12x: 1.5rem;
|
|
1477
1484
|
--spacing-20x: 2.5rem;
|
|
@@ -1485,6 +1492,7 @@
|
|
|
1485
1492
|
--spacing-1x: 0.125rem;
|
|
1486
1493
|
--spacing-3x: 0.375rem;
|
|
1487
1494
|
--spacing-6x: 0.75rem;
|
|
1495
|
+
--spacing-8x: 1rem;
|
|
1488
1496
|
}
|
|
1489
1497
|
|
|
1490
1498
|
.dark, .light {
|
|
@@ -1846,9 +1854,6 @@
|
|
|
1846
1854
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
1847
1855
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1848
1856
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
1849
|
-
--plasma-typo-text-m-font-size: 1rem;
|
|
1850
|
-
--plasma-typo-text-m-font-weight: 400;
|
|
1851
|
-
--plasma-typo-text-m-line-height: 1.5rem;
|
|
1852
1857
|
--plasma-typo-text-m-bold-font-size: 1rem;
|
|
1853
1858
|
--plasma-typo-text-m-bold-font-weight: 600;
|
|
1854
1859
|
--plasma-typo-text-m-bold-line-height: 1.5rem;
|
|
@@ -1873,6 +1878,9 @@
|
|
|
1873
1878
|
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
1874
1879
|
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
1875
1880
|
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
1881
|
+
--plasma-typo-text-m-font-size: 1rem;
|
|
1882
|
+
--plasma-typo-text-m-font-weight: 400;
|
|
1883
|
+
--plasma-typo-text-m-line-height: 1.5rem;
|
|
1876
1884
|
--plasma-typo-text-l-font-size: 1.25rem;
|
|
1877
1885
|
--plasma-typo-text-l-font-weight: 400;
|
|
1878
1886
|
--plasma-typo-text-l-line-height: 1.75rem;
|
|
@@ -1887,15 +1895,30 @@
|
|
|
1887
1895
|
|
|
1888
1896
|
@media (min-width: 960px) {
|
|
1889
1897
|
.dark, .light {
|
|
1890
|
-
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1891
|
-
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1892
|
-
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1893
1898
|
--plasma-typo-dspl-s-font-size: 2.125rem;
|
|
1894
1899
|
--plasma-typo-dspl-s-font-weight: 400;
|
|
1895
1900
|
--plasma-typo-dspl-s-line-height: 2.5625rem;
|
|
1896
1901
|
--plasma-typo-dspl-s-bold-font-size: 2.125rem;
|
|
1897
1902
|
--plasma-typo-dspl-s-bold-font-weight: 700;
|
|
1898
1903
|
--plasma-typo-dspl-s-bold-line-height: 2.5625rem;
|
|
1904
|
+
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1905
|
+
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1906
|
+
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1907
|
+
--plasma-typo-h4-bold-font-size: 1rem;
|
|
1908
|
+
--plasma-typo-h4-bold-font-weight: 700;
|
|
1909
|
+
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
1910
|
+
--plasma-typo-h4-medium-font-size: 1rem;
|
|
1911
|
+
--plasma-typo-h4-medium-font-weight: 500;
|
|
1912
|
+
--plasma-typo-h4-medium-line-height: 1.25rem;
|
|
1913
|
+
--plasma-typo-body-m-medium-font-size: 0.875rem;
|
|
1914
|
+
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1915
|
+
--plasma-typo-body-m-medium-line-height: 1.125rem;
|
|
1916
|
+
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1917
|
+
--plasma-typo-body-s-font-weight: 400;
|
|
1918
|
+
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1919
|
+
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1920
|
+
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1921
|
+
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1899
1922
|
--plasma-typo-body-l-font-size: 1.125rem;
|
|
1900
1923
|
--plasma-typo-body-l-font-weight: 400;
|
|
1901
1924
|
--plasma-typo-body-l-line-height: 1.375rem;
|
|
@@ -1941,21 +1964,6 @@
|
|
|
1941
1964
|
--plasma-typo-h4-font-size: 1.25rem;
|
|
1942
1965
|
--plasma-typo-h4-font-weight: 400;
|
|
1943
1966
|
--plasma-typo-h4-line-height: 1.625rem;
|
|
1944
|
-
--plasma-typo-h4-bold-font-size: 1rem;
|
|
1945
|
-
--plasma-typo-h4-bold-font-weight: 700;
|
|
1946
|
-
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
1947
|
-
--plasma-typo-h4-medium-font-size: 1rem;
|
|
1948
|
-
--plasma-typo-h4-medium-font-weight: 500;
|
|
1949
|
-
--plasma-typo-h4-medium-line-height: 1.25rem;
|
|
1950
|
-
--plasma-typo-body-m-medium-font-size: 0.875rem;
|
|
1951
|
-
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1952
|
-
--plasma-typo-body-m-medium-line-height: 1.125rem;
|
|
1953
|
-
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1954
|
-
--plasma-typo-body-s-font-weight: 400;
|
|
1955
|
-
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1956
|
-
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1957
|
-
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1958
|
-
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1959
1967
|
--plasma-typo-text-l-font-size: 1.5rem;
|
|
1960
1968
|
--plasma-typo-text-l-font-weight: 400;
|
|
1961
1969
|
--plasma-typo-text-l-line-height: 2rem;
|