@salutejs-ds/sdds_sbcom 0.1.4 → 0.1.6
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 +4 -4
- package/components/Button/Button.config.js +7 -7
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1ccu9cu.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +4 -4
- package/components/Checkbox/Checkbox.config.d.ts +1 -1
- package/components/Checkbox/Checkbox.config.js +4 -4
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_1rh5bl.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Checkbox/Checkbox.d.ts +1 -1
- 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_cfiy79.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 +4 -4
- package/components/Link/Link.config.js +5 -5
- package/components/Link/Link.config.js.map +1 -1
- package/{es/components/Link/Link.config_1fm95cc.css → components/Link/Link.config_xhilcr.css} +6 -6
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +4 -4
- package/components/Radiobox/Radiobox.config.js +1 -1
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_hk6a3j.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/css/sdds_sbcom.module.css +291 -151
- package/css/sdds_sbcom__dark.css +150 -81
- package/css/sdds_sbcom__light.css +153 -82
- 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_1ccu9cu.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +4 -4
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_1rh5bl.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- 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_cfiy79.css +9 -0
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Link/Link.config.js +5 -5
- package/es/components/Link/Link.config.js.map +1 -1
- package/{components/Link/Link.config_1fm95cc.css → es/components/Link/Link.config_xhilcr.css} +6 -6
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +1 -1
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_hk6a3j.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -6
- package/es/index.css +37 -37
- 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 +367 -160
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +37 -37
- package/index.js +69 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +7 -7
- package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
- 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 +7 -7
- package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
- 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 +255 -117
- package/theme/tokens/index.js +435 -159
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_1ufeha7.css +0 -10
- package/components/Checkbox/Checkbox.config_1637oeq.css +0 -6
- package/components/IconButton/IconButton.config_4rapku.css +0 -9
- package/components/Radiobox/Radiobox.config_wxwhpp.css +0 -6
- package/es/components/Button/Button.config_1ufeha7.css +0 -10
- package/es/components/Checkbox/Checkbox.config_1637oeq.css +0 -6
- package/es/components/IconButton/IconButton.config_4rapku.css +0 -9
- package/es/components/Radiobox/Radiobox.config_wxwhpp.css +0 -6
package/css/sdds_sbcom__dark.css
CHANGED
|
@@ -2,6 +2,98 @@
|
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
4
|
--text-tertiary-hover: #F5F5F5FF;
|
|
5
|
+
--inverse-text-paragraph: #15110F66;
|
|
6
|
+
--inverse-text-accent-minor: #52804A66;
|
|
7
|
+
--surface-solid-primary-hover: #1C1C1CFF;
|
|
8
|
+
--surface-solid-default-hover: #FFFFFFFF;
|
|
9
|
+
--surface-accent-minor-hover: #2A390EFF;
|
|
10
|
+
--surface-transparent-primary: #FFFFFF14;
|
|
11
|
+
--on-dark-surface-solid-primary-brightness: #252525FF;
|
|
12
|
+
--on-dark-surface-transparent-card: #23232399;
|
|
13
|
+
--on-light-surface-solid-tertiary-hover: #D9D9D9FF;
|
|
14
|
+
--on-light-surface-solid-default-hover: #262626FF;
|
|
15
|
+
--on-light-surface-negative-active: #FF142CFF;
|
|
16
|
+
--inverse-surface-solid-default-active: #030303FF;
|
|
17
|
+
--inverse-surface-transparent-tertiary-active: #08080833;
|
|
18
|
+
--inverse-surface-positive-hover: #6FA706FF;
|
|
19
|
+
--outline-positive-hover: #96E208FF;
|
|
20
|
+
--inverse-surface-accent-minor-hover: #D7FD91FF;
|
|
21
|
+
--on-light-outline-positive-hover: #79B706FF;
|
|
22
|
+
--on-dark-outline-transparent-primary-active: #FFFFFF12;
|
|
23
|
+
--on-light-outline-warning: #BE4E0CFF;
|
|
24
|
+
--text-secondary-hover: #F5F5F5FF;
|
|
25
|
+
--on-dark-outline-minor-brightness: #383838FF;
|
|
26
|
+
--background-secondary-brightness: #000000FF;
|
|
27
|
+
--persona-blue-text-accent-brightness: #15110FFF;
|
|
28
|
+
--persona-green-text-accent-brightness: #15110FFF;
|
|
29
|
+
--persona-indigo-text-accent-brightness: #15110FFF;
|
|
30
|
+
--persona-ochre-text-accent-brightness: #15110FFF;
|
|
31
|
+
--persona-olive-text-accent-brightness: #15110FFF;
|
|
32
|
+
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
33
|
+
--on-dark-background-secondary-hover: #CCCCCCFF;
|
|
34
|
+
--persona-indigo-text-accent: #9291E5;
|
|
35
|
+
--on-dark-persona-pink-text-accent-brightness: #15110FFF;
|
|
36
|
+
--on-dark-persona-sea-blue-text-accent-brightness: #15110FFF;
|
|
37
|
+
--on-light-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
38
|
+
--on-light-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
39
|
+
--on-light-persona-olive-text-accent-active: #E6E6E6FF;
|
|
40
|
+
--on-dark-persona-violet-text-accent-brightness: #15110FFF;
|
|
41
|
+
--on-dark-text-accent-minor-active: #2F4408FF;
|
|
42
|
+
--on-light-surface-accent-secondary-brightness: #688F61FF;
|
|
43
|
+
--surface-transparent-accent-minor-brightness: #B4AE7B47;
|
|
44
|
+
--on-dark-surface-accent-secondary-brightness: #B4AE7BFF;
|
|
45
|
+
--inverse-persona-ochre-text-accent-brightness: #EBE7E5FF;
|
|
46
|
+
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
47
|
+
--outline-transparent-clear: #00000000;
|
|
48
|
+
--inverse-background-secondary-brightness: #FFFFFFFF;
|
|
49
|
+
--persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
50
|
+
--inverse-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
51
|
+
--on-dark-persona-ochre-text-accent: #E0AB69;
|
|
52
|
+
--on-light-persona-blue-text-accent-brightness: #EBE7E5FF;
|
|
53
|
+
--on-light-persona-green-text-accent-brightness: #EBE7E5FF;
|
|
54
|
+
--on-light-persona-indigo-text-accent-brightness: #EBE7E5FF;
|
|
55
|
+
--on-light-persona-ochre-text-accent-brightness: #EBE7E5FF;
|
|
56
|
+
--on-dark-surface-accent-minor: #3E4C2FFF;
|
|
57
|
+
--inverse-surface-transparent-accent: #527E4B1F;
|
|
58
|
+
--on-dark-outline-default-brightness: #3B3735FF;
|
|
59
|
+
--on-light-outline-warning-hover: #FD9253FF;
|
|
60
|
+
--inverse-surface-transparent-accent-minor-brightness: #527E4B3D;
|
|
61
|
+
--on-light-surface-accent-primary-brightness: #527E4BFF;
|
|
62
|
+
--surface-accent-secondary-brightness: #B4AE7BFF;
|
|
63
|
+
--on-dark-background-secondary-brightness: #0F0F0FFF;
|
|
64
|
+
--on-light-background-secondary-brightness: #F6F2F0FF;
|
|
65
|
+
--outline-default-brightness: #3B3735FF;
|
|
66
|
+
--outline-minor-brightness: #383838FF;
|
|
67
|
+
--outline-transparent-clear-brightness: #00000000;
|
|
68
|
+
--inverse-outline-default-brightness: #DDD9D7FF;
|
|
69
|
+
--inverse-outline-outline-minor-brightness: #FFFFFFFF;
|
|
70
|
+
--inverse-persona-olive-text-accent-brightness: #EBE7E5FF;
|
|
71
|
+
--inverse-persona-pink-text-accent-brightness: #EBE7E5FF;
|
|
72
|
+
--inverse-persona-sea-blue-text-accent-brightness: #EBE7E5FF;
|
|
73
|
+
--inverse-persona-violet-text-accent-brightness: #EBE7E5FF;
|
|
74
|
+
--on-dark-persona-blue-text-accent-brightness: #15110FFF;
|
|
75
|
+
--on-dark-persona-indigo-text-accent-brightness: #15110FFF;
|
|
76
|
+
--on-dark-persona-ochre-text-accent-brightness: #15110FFF;
|
|
77
|
+
--on-dark-persona-olive-text-accent-brightness: #15110FFF;
|
|
78
|
+
--on-light-persona-olive-text-accent-brightness: #EBE7E5FF;
|
|
79
|
+
--on-light-persona-violet-text-accent-brightness: #EBE7E5FF;
|
|
80
|
+
--inverse-surface-accent-secondary-brightness: #688F61FF;
|
|
81
|
+
--on-dark-surface-transparent-accent-minor-brightness: #B4AE7B47;
|
|
82
|
+
--surface-accent-primary-brightness: #B4AE7BFF;
|
|
83
|
+
--on-dark-surface-solid-primary-hover: #1C1C1CFF;
|
|
84
|
+
--on-dark-persona-green-text-accent-brightness: #15110FFF;
|
|
85
|
+
--on-light-persona-sea-blue-text-accent-brightness: #EBE7E5FF;
|
|
86
|
+
--on-light-outline-minor-brightness: #FFFFFFFF;
|
|
87
|
+
--persona-sea-blue-text-accent-brightness: #15110FFF;
|
|
88
|
+
--persona-violet-text-accent-brightness: #15110FFF;
|
|
89
|
+
--inverse-persona-blue-text-accent-brightness: #EBE7E5FF;
|
|
90
|
+
--inverse-persona-green-text-accent-brightness: #EBE7E5FF;
|
|
91
|
+
--inverse-persona-indigo-text-accent-brightness: #EBE7E5FF;
|
|
92
|
+
--on-light-persona-pink-text-accent-brightness: #EBE7E5FF;
|
|
93
|
+
--on-dark-surface-accent-primary-brightness: #B4AE7BFF;
|
|
94
|
+
--on-light-surface-transparent-accent-minor-brightness: #527E4B3D;
|
|
95
|
+
--on-light-outline-default-brightness: #DDD9D7FF;
|
|
96
|
+
--persona-pink-text-accent-brightness: #15110FFF;
|
|
5
97
|
--text-tertiary-active: #F5F5F556;
|
|
6
98
|
--text-tertiary: #F6F2F03D;
|
|
7
99
|
--text-paragraph-hover: #F5F5F57A;
|
|
@@ -94,7 +186,6 @@
|
|
|
94
186
|
--inverse-text-tertiary: #15110F3D;
|
|
95
187
|
--inverse-text-paragraph-hover: #1717177A;
|
|
96
188
|
--inverse-text-paragraph-active: #171717A3;
|
|
97
|
-
--inverse-text-paragraph: #15110F66;
|
|
98
189
|
--inverse-text-accent-hover: #79B706FF;
|
|
99
190
|
--on-light-text-accent-active: #3E5E03FF;
|
|
100
191
|
--on-light-text-accent-minor-active: #70AA03FF;
|
|
@@ -111,8 +202,6 @@
|
|
|
111
202
|
--inverse-text-info: #205EA5FF;
|
|
112
203
|
--inverse-text-accent: #52804AFF;
|
|
113
204
|
--inverse-text-positive: #207F1FFF;
|
|
114
|
-
--inverse-text-accent-minor: #52804A66;
|
|
115
|
-
--surface-solid-primary-hover: #1C1C1CFF;
|
|
116
205
|
--surface-solid-primary-active: #121212FF;
|
|
117
206
|
--surface-solid-primary: #232323FF;
|
|
118
207
|
--surface-solid-primary-brightness: #252525FF;
|
|
@@ -126,7 +215,6 @@
|
|
|
126
215
|
--surface-solid-card-active: #121212FF;
|
|
127
216
|
--surface-solid-card: #232323FF;
|
|
128
217
|
--surface-solid-card-brightness: #252525FF;
|
|
129
|
-
--surface-solid-default-hover: #FFFFFFFF;
|
|
130
218
|
--surface-solid-default-active: #F5F5F5FF;
|
|
131
219
|
--inverse-text-accent-minor-hover: #B6FB37FF;
|
|
132
220
|
--inverse-text-accent-minor-active: #70AA03FF;
|
|
@@ -143,7 +231,6 @@
|
|
|
143
231
|
--surface-clear-hover: #00000000;
|
|
144
232
|
--surface-clear-active: #00000000;
|
|
145
233
|
--surface-clear: #00000000;
|
|
146
|
-
--surface-accent-minor-hover: #2A390EFF;
|
|
147
234
|
--surface-accent-minor-active: #182108FF;
|
|
148
235
|
--surface-transparent-accent-hover: #1A9E3252;
|
|
149
236
|
--surface-transparent-accent-active: #1A9E3224;
|
|
@@ -152,7 +239,6 @@
|
|
|
152
239
|
--surface-warning-hover: #FB7223FF;
|
|
153
240
|
--surface-transparent-primary-hover: #FFFFFF1F;
|
|
154
241
|
--surface-transparent-primary-active: #FFFFFF0A;
|
|
155
|
-
--surface-transparent-primary: #FFFFFF14;
|
|
156
242
|
--surface-transparent-secondary-active: #FFFFFF0F;
|
|
157
243
|
--surface-transparent-secondary: #FFFFFF29;
|
|
158
244
|
--surface-transparent-accent: #B4AE7B33;
|
|
@@ -160,7 +246,6 @@
|
|
|
160
246
|
--surface-positive: #A6D2A2FF;
|
|
161
247
|
--surface-accent-minor: #3E4C2FFF;
|
|
162
248
|
--on-dark-surface-solid-primary: #232323FF;
|
|
163
|
-
--on-dark-surface-solid-primary-brightness: #252525FF;
|
|
164
249
|
--on-dark-surface-solid-secondary-hover: #303030FF;
|
|
165
250
|
--on-dark-surface-solid-secondary-active: #212121FF;
|
|
166
251
|
--on-dark-surface-solid-secondary: #292929FF;
|
|
@@ -185,7 +270,6 @@
|
|
|
185
270
|
--surface-info-hover: #1798EEFF;
|
|
186
271
|
--surface-info-active: #1086D5FF;
|
|
187
272
|
--on-dark-surface-transparent-card-active: #FFFFFF0A;
|
|
188
|
-
--on-dark-surface-transparent-card: #23232399;
|
|
189
273
|
--on-dark-surface-transparent-card-brightness: #FFFF1DFF;
|
|
190
274
|
--on-dark-surface-accent-minor-hover: #2A390EFF;
|
|
191
275
|
--on-dark-surface-accent-minor-active: #182108FF;
|
|
@@ -208,14 +292,12 @@
|
|
|
208
292
|
--on-light-surface-solid-secondary-hover: #E8E8E8FF;
|
|
209
293
|
--on-light-surface-solid-secondary-active: #E6E6E6FF;
|
|
210
294
|
--on-light-surface-solid-secondary: #FFFFFFFF;
|
|
211
|
-
--on-light-surface-solid-tertiary-hover: #D9D9D9FF;
|
|
212
295
|
--on-light-surface-solid-tertiary-active: #D4D4D4FF;
|
|
213
296
|
--on-light-surface-solid-tertiary: #FFFFFFFF;
|
|
214
297
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
215
298
|
--on-light-surface-solid-card-active: #FFFFFFFF;
|
|
216
299
|
--on-light-surface-solid-card: #FFFFFFFF;
|
|
217
300
|
--on-light-surface-solid-card-brightness: #FFFFFFFF;
|
|
218
|
-
--on-light-surface-solid-default-hover: #262626FF;
|
|
219
301
|
--on-light-surface-solid-default-active: #030303FF;
|
|
220
302
|
--on-light-surface-solid-default: #15110FFF;
|
|
221
303
|
--on-light-surface-transparent-primary-hover: #0808080A;
|
|
@@ -241,7 +323,6 @@
|
|
|
241
323
|
--on-light-surface-warning-active: #E65705FF;
|
|
242
324
|
--on-light-surface-warning: #BE4E0CFF;
|
|
243
325
|
--on-light-surface-negative-hover: #FF5263FF;
|
|
244
|
-
--on-light-surface-negative-active: #FF142CFF;
|
|
245
326
|
--on-light-surface-negative: #E83439FF;
|
|
246
327
|
--on-light-surface-info-hover: #209CEEFF;
|
|
247
328
|
--on-light-surface-info-active: #0F81CCFF;
|
|
@@ -262,7 +343,6 @@
|
|
|
262
343
|
--inverse-surface-solid-card: #FFFFFFFF;
|
|
263
344
|
--inverse-surface-solid-card-brightness: #FFFFFFFF;
|
|
264
345
|
--inverse-surface-solid-default-hover: #262626FF;
|
|
265
|
-
--inverse-surface-solid-default-active: #030303FF;
|
|
266
346
|
--inverse-surface-solid-default: #15110FFF;
|
|
267
347
|
--inverse-surface-transparent-primary-hover: #0808080A;
|
|
268
348
|
--inverse-surface-transparent-primary-active: #0808080D;
|
|
@@ -270,7 +350,6 @@
|
|
|
270
350
|
--inverse-surface-transparent-secondary-active: #0808081A;
|
|
271
351
|
--inverse-surface-transparent-secondary: #15110F14;
|
|
272
352
|
--inverse-surface-transparent-tertiary-hover: #0808082E;
|
|
273
|
-
--inverse-surface-transparent-tertiary-active: #08080833;
|
|
274
353
|
--inverse-surface-transparent-tertiary: #15110F1F;
|
|
275
354
|
--inverse-surface-transparent-deep-hover: #080808B3;
|
|
276
355
|
--on-light-surface-info: #3776BCFF;
|
|
@@ -283,7 +362,6 @@
|
|
|
283
362
|
--inverse-surface-accent-minor-active: #BEFB4BFF;
|
|
284
363
|
--inverse-surface-transparent-accent-hover: #1A9E322E;
|
|
285
364
|
--inverse-surface-transparent-accent-active: #1A9E3233;
|
|
286
|
-
--inverse-surface-positive-hover: #6FA706FF;
|
|
287
365
|
--inverse-surface-positive-active: #558005FF;
|
|
288
366
|
--inverse-surface-warning-hover: #FB782DFF;
|
|
289
367
|
--inverse-surface-warning-active: #E65705FF;
|
|
@@ -314,7 +392,6 @@
|
|
|
314
392
|
--outline-transparent-primary-hover: #FFFFFF4D;
|
|
315
393
|
--outline-transparent-primary-active: #FFFFFF12;
|
|
316
394
|
--on-light-outline-positive: #239322FF;
|
|
317
|
-
--outline-positive-hover: #96E208FF;
|
|
318
395
|
--outline-positive-active: #629405FF;
|
|
319
396
|
--outline-warning-hover: #FFA575FF;
|
|
320
397
|
--outline-warning-active: #FF5D05FF;
|
|
@@ -325,7 +402,6 @@
|
|
|
325
402
|
--outline-warning: #F8AD80FF;
|
|
326
403
|
--inverse-surface-transparent-primary: #15110F0A;
|
|
327
404
|
--inverse-surface-accent: #527E4BFF;
|
|
328
|
-
--inverse-surface-accent-minor-hover: #D7FD91FF;
|
|
329
405
|
--background-primary: #15110FFF;
|
|
330
406
|
--on-dark-outline-positive-hover: #96E208FF;
|
|
331
407
|
--on-dark-outline-positive-active: #629405FF;
|
|
@@ -343,11 +419,9 @@
|
|
|
343
419
|
--inverse-outline-warning-active: #CA4B02FF;
|
|
344
420
|
--on-light-outline-transparent-primary-hover: #08080852;
|
|
345
421
|
--on-light-outline-transparent-primary-active: #08080838;
|
|
346
|
-
--on-light-outline-positive-hover: #79B706FF;
|
|
347
422
|
--on-light-outline-positive-active: #3E5E03FF;
|
|
348
423
|
--outline-text-info: #9BCAF8FF;
|
|
349
424
|
--outline-transparent-primary: #FFFFFF1F;
|
|
350
|
-
--on-dark-outline-transparent-primary-active: #FFFFFF12;
|
|
351
425
|
--on-light-outline-text-info: #3776BCFF;
|
|
352
426
|
--inverse-outline-transparent-primary-hover: #08080852;
|
|
353
427
|
--inverse-outline-transparent-primary-active: #08080838;
|
|
@@ -372,9 +446,7 @@
|
|
|
372
446
|
--on-light-outline-negative-hover: #F87C89FF;
|
|
373
447
|
--on-light-outline-warning-active: #CA4B02FF;
|
|
374
448
|
--on-light-outline-text-info-hover: #47B0F5FF;
|
|
375
|
-
--on-light-outline-warning: #BE4E0CFF;
|
|
376
449
|
--on-light-outline-negative: #E83439FF;
|
|
377
|
-
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
378
450
|
--on-light-data-yellow: #F3A912;
|
|
379
451
|
--on-light-data-yellow-hover: #F5B638FF;
|
|
380
452
|
--on-light-data-yellow-active: #E49C0CFF;
|
|
@@ -402,9 +474,6 @@
|
|
|
402
474
|
--on-dark-data-yellow-minor: #A16B00;
|
|
403
475
|
--on-dark-data-yellow-minor-active: #996600FF;
|
|
404
476
|
--on-dark-data-yellow-transparent-hover: #F3A812AD;
|
|
405
|
-
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
406
|
-
--text-secondary-hover: #F5F5F5FF;
|
|
407
|
-
--on-dark-background-secondary-hover: #CCCCCCFF;
|
|
408
477
|
--on-dark-background-primary: #15110FFF;
|
|
409
478
|
--on-dark-background-primary-hover: #CCCCCCFF;
|
|
410
479
|
--on-dark-background-primary-active: #E6E6E6FF;
|
|
@@ -422,7 +491,6 @@
|
|
|
422
491
|
--outline-minor: #383838FF;
|
|
423
492
|
--outline-minor-hover: #CCCCCCFF;
|
|
424
493
|
--outline-minor-active: #E6E6E6FF;
|
|
425
|
-
--outline-transparent-clear: #00000000;
|
|
426
494
|
--outline-transparent-clear-hover: #CCCCCCFF;
|
|
427
495
|
--outline-transparent-clear-active: #E6E6E6FF;
|
|
428
496
|
--inverse-outline-default: #DDD9D7FF;
|
|
@@ -442,107 +510,98 @@
|
|
|
442
510
|
--on-dark-outline-default-hover: #CCCCCCFF;
|
|
443
511
|
--inverse-background-secondary-hover: #CCCCCCFF;
|
|
444
512
|
--on-dark-background-secondary: #000000FF;
|
|
445
|
-
--persona-blue-text-accent: #
|
|
513
|
+
--persona-blue-text-accent: #87BEE5;
|
|
446
514
|
--persona-blue-text-accent-hover: #CCCCCCFF;
|
|
447
515
|
--persona-blue-text-accent-active: #E6E6E6FF;
|
|
448
|
-
--persona-green-text-accent: #
|
|
516
|
+
--persona-green-text-accent: #8BCB94;
|
|
449
517
|
--persona-green-text-accent-hover: #CCCCCCFF;
|
|
450
518
|
--persona-green-text-accent-active: #E6E6E6FF;
|
|
451
|
-
--persona-indigo-text-accent: #15110FFF;
|
|
452
519
|
--persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
453
520
|
--persona-indigo-text-accent-active: #E6E6E6FF;
|
|
454
|
-
--persona-ochre-text-accent: #
|
|
521
|
+
--persona-ochre-text-accent: #935B18;
|
|
455
522
|
--persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
456
523
|
--persona-ochre-text-accent-active: #E6E6E6FF;
|
|
457
|
-
--persona-olive-text-accent: #
|
|
524
|
+
--persona-olive-text-accent: #B3BA8D;
|
|
458
525
|
--persona-olive-text-accent-hover: #CCCCCCFF;
|
|
459
526
|
--persona-olive-text-accent-active: #E6E6E6FF;
|
|
460
527
|
--on-light-outline-default-active: #E6E6E6FF;
|
|
461
528
|
--on-light-outline-minor: #FFFFFFFF;
|
|
462
529
|
--on-light-outline-minor-hover: #CCCCCCFF;
|
|
463
|
-
--persona-sea-blue-text-accent: #
|
|
530
|
+
--persona-sea-blue-text-accent: #7BC8C8;
|
|
464
531
|
--persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
465
|
-
--persona-
|
|
466
|
-
--persona-violet-text-accent: #15110FFF;
|
|
532
|
+
--persona-violet-text-accent: #C6A0DC;
|
|
467
533
|
--persona-violet-text-accent-hover: #CCCCCCFF;
|
|
468
534
|
--persona-violet-text-accent-active: #E6E6E6FF;
|
|
469
|
-
--inverse-persona-blue-text-accent: #
|
|
535
|
+
--inverse-persona-blue-text-accent: #3A6D96;
|
|
470
536
|
--inverse-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
471
537
|
--inverse-persona-blue-text-accent-active: #E6E6E6FF;
|
|
472
|
-
--inverse-persona-green-text-accent: #
|
|
538
|
+
--inverse-persona-green-text-accent: #3D7B45;
|
|
473
539
|
--inverse-persona-green-text-accent-hover: #CCCCCCFF;
|
|
474
540
|
--inverse-persona-green-text-accent-active: #E6E6E6FF;
|
|
475
|
-
--inverse-persona-indigo-text-accent: #
|
|
541
|
+
--inverse-persona-indigo-text-accent: #3B3AAE;
|
|
476
542
|
--inverse-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
477
|
-
--
|
|
478
|
-
--persona-pink-text-accent: #15110FFF;
|
|
543
|
+
--persona-pink-text-accent: #DE9EA5;
|
|
479
544
|
--persona-pink-text-accent-hover: #CCCCCCFF;
|
|
480
545
|
--persona-pink-text-accent-active: #E6E6E6FF;
|
|
481
|
-
--inverse-persona-olive-text-accent: #
|
|
546
|
+
--inverse-persona-olive-text-accent: #636A40;
|
|
482
547
|
--inverse-persona-olive-text-accent-active: #E6E6E6FF;
|
|
483
|
-
--inverse-persona-pink-text-accent: #
|
|
548
|
+
--inverse-persona-pink-text-accent: #904D55;
|
|
484
549
|
--inverse-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
485
550
|
--inverse-persona-pink-text-accent-active: #E6E6E6FF;
|
|
486
|
-
--inverse-persona-sea-blue-text-accent: #
|
|
551
|
+
--inverse-persona-sea-blue-text-accent: #348282;
|
|
487
552
|
--inverse-persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
488
553
|
--inverse-persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
489
|
-
--inverse-persona-violet-text-accent: #
|
|
554
|
+
--inverse-persona-violet-text-accent: #75508C;
|
|
490
555
|
--inverse-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
491
556
|
--inverse-persona-violet-text-accent-active: #E6E6E6FF;
|
|
492
|
-
--on-dark-persona-blue-text-accent: #
|
|
557
|
+
--on-dark-persona-blue-text-accent: #87BEE5;
|
|
493
558
|
--on-dark-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
494
559
|
--on-dark-persona-blue-text-accent-active: #E6E6E6FF;
|
|
495
|
-
--inverse-persona-ochre-text-accent: #
|
|
560
|
+
--inverse-persona-ochre-text-accent: #935B18;
|
|
496
561
|
--inverse-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
497
562
|
--inverse-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
498
563
|
--inverse-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
499
|
-
--on-dark-persona-indigo-text-accent: #
|
|
564
|
+
--on-dark-persona-indigo-text-accent: #9291E5;
|
|
500
565
|
--on-dark-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
501
566
|
--on-dark-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
502
|
-
--on-dark-persona-ochre-text-accent: #15110FFF;
|
|
503
567
|
--on-dark-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
504
568
|
--on-dark-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
505
|
-
--on-dark-persona-olive-text-accent: #
|
|
569
|
+
--on-dark-persona-olive-text-accent: #B3BA8D;
|
|
506
570
|
--on-dark-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
507
571
|
--on-dark-persona-olive-text-accent-active: #E6E6E6FF;
|
|
508
|
-
--on-dark-persona-pink-text-accent: #
|
|
572
|
+
--on-dark-persona-pink-text-accent: #DE9EA5;
|
|
509
573
|
--on-dark-persona-pink-text-accent-active: #E6E6E6FF;
|
|
510
|
-
--on-dark-persona-sea-blue-text-accent: #
|
|
574
|
+
--on-dark-persona-sea-blue-text-accent: #7BC8C8;
|
|
511
575
|
--on-dark-persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
512
576
|
--on-dark-persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
513
|
-
--on-dark-persona-green-text-accent: #
|
|
577
|
+
--on-dark-persona-green-text-accent: #8BCB94;
|
|
514
578
|
--on-dark-persona-green-text-accent-hover: #CCCCCCFF;
|
|
515
579
|
--on-dark-persona-green-text-accent-active: #E6E6E6FF;
|
|
516
580
|
--on-light-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
517
581
|
--on-light-persona-blue-text-accent-active: #E6E6E6FF;
|
|
518
|
-
--on-light-persona-green-text-accent: #
|
|
582
|
+
--on-light-persona-green-text-accent: #3D7B45;
|
|
519
583
|
--on-light-persona-green-text-accent-hover: #CCCCCCFF;
|
|
520
584
|
--on-light-persona-green-text-accent-active: #E6E6E6FF;
|
|
521
|
-
--on-light-persona-indigo-text-accent: #
|
|
522
|
-
--on-light-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
585
|
+
--on-light-persona-indigo-text-accent: #3B3AAE;
|
|
523
586
|
--on-light-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
524
|
-
--on-light-persona-ochre-text-accent: #
|
|
525
|
-
--on-light-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
587
|
+
--on-light-persona-ochre-text-accent: #935B18;
|
|
526
588
|
--on-light-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
527
589
|
--on-light-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
528
|
-
--on-
|
|
529
|
-
--on-dark-persona-violet-text-accent: #15110FFF;
|
|
590
|
+
--on-dark-persona-violet-text-accent: #C6A0DC;
|
|
530
591
|
--on-dark-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
531
|
-
--on-light-persona-blue-text-accent: #
|
|
532
|
-
--on-light-persona-violet-text-accent: #
|
|
592
|
+
--on-light-persona-blue-text-accent: #3A6D96;
|
|
593
|
+
--on-light-persona-violet-text-accent: #75508C;
|
|
533
594
|
--on-light-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
534
595
|
--on-light-persona-violet-text-accent-active: #E6E6E6FF;
|
|
535
596
|
--surface-accent-primary: #B4AE7BFF;
|
|
536
597
|
--surface-accent-primary-hover: #CCCCCCFF;
|
|
537
598
|
--surface-accent-primary-active: #E6E6E6FF;
|
|
538
599
|
--on-light-surface-accent-primary: #527E4BFF;
|
|
539
|
-
--on-dark-surface-accent-minor: #3E4C2FFF;
|
|
540
600
|
--on-light-surface-transparent-tertiary-active: #08080833;
|
|
541
601
|
--on-light-surface-accent-minor-hover: #D7FD91FF;
|
|
542
602
|
--inverse-surface-solid-secondary-active: #E6E6E6FF;
|
|
543
603
|
--inverse-surface-transparent-deep-active: #080808B8;
|
|
544
604
|
--inverse-surface-accent-minor: #D2ECBAFF;
|
|
545
|
-
--on-dark-text-accent-minor-active: #2F4408FF;
|
|
546
605
|
--on-dark-background-secondary-active: #E6E6E6FF;
|
|
547
606
|
--on-light-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
548
607
|
--on-light-data-yellow-minor-active: #FFCC66FF;
|
|
@@ -561,15 +620,14 @@
|
|
|
561
620
|
--on-dark-surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
562
621
|
--on-light-surface-accent-secondary-active: #E6E6E6FF;
|
|
563
622
|
--on-light-surface-transparent-accent-minor-active: #E6E6E6FF;
|
|
564
|
-
--inverse-surface-transparent-accent: #527E4B1F;
|
|
565
623
|
--background-secondary-hover: #CCCCCCFF;
|
|
566
624
|
--outline-negative: #F8A6A9FF;
|
|
567
625
|
--on-dark-text-tertiary: #F6F2F03D;
|
|
568
626
|
--on-light-text-accent-hover: #79B706FF;
|
|
569
627
|
--text-accent-minor-hover: #6EA013FF;
|
|
570
|
-
--on-light-persona-olive-text-accent: #
|
|
628
|
+
--on-light-persona-olive-text-accent: #636A40;
|
|
571
629
|
--on-light-surface-transparent-accent-minor: #527E4B3D;
|
|
572
|
-
--on-light-persona-sea-blue-text-accent: #
|
|
630
|
+
--on-light-persona-sea-blue-text-accent: #348282;
|
|
573
631
|
--surface-accent-secondary: #B4AE7BFF;
|
|
574
632
|
--surface-transparent-accent-minor: #B4AE7B47;
|
|
575
633
|
--inverse-surface-accent-secondary: #688F61FF;
|
|
@@ -582,7 +640,6 @@
|
|
|
582
640
|
--data-yellow-transparent-hover: #F3A812AD;
|
|
583
641
|
--on-dark-surface-negative: #F8A6A9FF;
|
|
584
642
|
--inverse-surface-info: #3776BCFF;
|
|
585
|
-
--on-light-outline-warning-hover: #FD9253FF;
|
|
586
643
|
--on-dark-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
587
644
|
--on-dark-text-accent-hover: #96E208FF;
|
|
588
645
|
--inverse-surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
@@ -594,9 +651,8 @@
|
|
|
594
651
|
--on-dark-surface-accent-secondary-hover: #CCCCCCFF;
|
|
595
652
|
--surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
596
653
|
--inverse-surface-accent-secondary-hover: #CCCCCCFF;
|
|
597
|
-
--on-dark-surface-solid-primary-hover: #1C1C1CFF;
|
|
598
654
|
--inverse-background-secondary-active: #E6E6E6FF;
|
|
599
|
-
--on-light-persona-pink-text-accent: #
|
|
655
|
+
--on-light-persona-pink-text-accent: #904D55;
|
|
600
656
|
--on-dark-surface-transparent-accent-minor-active: #E6E6E6FF;
|
|
601
657
|
--surface-solid-default: #F6F2F0FF;
|
|
602
658
|
--surface-accent-secondary-hover: #CCCCCCFF;
|
|
@@ -622,6 +678,22 @@
|
|
|
622
678
|
}
|
|
623
679
|
|
|
624
680
|
:root {
|
|
681
|
+
--on-dark-surface-accent-gradient-brightness: linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
682
|
+
--on-dark-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
683
|
+
--surface-accent-gradient-brightness: linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
684
|
+
--inverse-persona-pink-surface-accent-gradient-active: #FFFFFFFF;
|
|
685
|
+
--text-accent-gradient-ai-brightness: linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%);
|
|
686
|
+
--on-light-surface-accent-gradient-brightness: linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%);
|
|
687
|
+
--inverse-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
688
|
+
--on-light-surface-accent-gradient-hover: #CCCCCCFF;
|
|
689
|
+
--persona-green-surface-accent-gradient-hover: #FFFFFFFF;
|
|
690
|
+
--on-dark-text-accent-gradient-ai-brightness: linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%);
|
|
691
|
+
--on-light-text-accent-gradient-ai-brightness: linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%);
|
|
692
|
+
--inverse-surface-accent-gradient-brightness: linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%);
|
|
693
|
+
--inverse-text-accent-gradient-ai-brightness: linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%);
|
|
694
|
+
--on-light-overlay-gradient-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
|
|
695
|
+
--inverse-overlay-gradient-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
|
|
696
|
+
--on-light-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
625
697
|
--on-light-persona-blue-surface-accent-gradient: linear-gradient(135.00deg, #87BEE5FF 0%, #5387AFFF 100%);
|
|
626
698
|
--surface-accent-gradient: linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
627
699
|
--surface-skeleton-gradient: linear-gradient(90.00deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
|
|
@@ -638,7 +710,6 @@
|
|
|
638
710
|
--on-dark-surface-skeleton-deep-gradient: linear-gradient(90deg, #FFFFFF5C 0%, #FFFFFF52 6.25%, #FFFFFF33 12.5%, #FFFFFF0A 25%, #FFFFFF33 37.5%, #FFFFFF52 43.75%, #FFFFFF5C 50%, #FFFFFF14 56.25%, #FFFFFF33 62.5%, #FFFFFF0A 75%, #FFFFFF33 87.5%, #FFFFFF52 93.75%, #FFFFFF5C 100%);
|
|
639
711
|
--on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
|
|
640
712
|
--on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;
|
|
641
|
-
--on-light-surface-accent-gradient-hover: #CCCCCCFF;
|
|
642
713
|
--on-light-surface-accent-gradient-active: #E6E6E6FF;
|
|
643
714
|
--on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;
|
|
644
715
|
--on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
|
|
@@ -666,7 +737,6 @@
|
|
|
666
737
|
--persona-blue-surface-accent-gradient-hover: #FFFFFFFF;
|
|
667
738
|
--persona-blue-surface-accent-gradient-active: #FFFFFFFF;
|
|
668
739
|
--persona-green-surface-accent-gradient: linear-gradient(135.00deg, #8BCB94FF 0%, #56955EFF 100%);
|
|
669
|
-
--persona-green-surface-accent-gradient-hover: #FFFFFFFF;
|
|
670
740
|
--persona-green-surface-accent-gradient-active: #FFFFFFFF;
|
|
671
741
|
--persona-indigo-surface-accent-gradient: linear-gradient(135.00deg, #9291E5FF 0%, #5352C5FF 100%);
|
|
672
742
|
--persona-indigo-surface-accent-gradient-hover: #FFFFFFFF;
|
|
@@ -700,7 +770,6 @@
|
|
|
700
770
|
--inverse-persona-olive-surface-accent-gradient-active: #FFFFFFFF;
|
|
701
771
|
--inverse-persona-pink-surface-accent-gradient: linear-gradient(135.00deg, #DE9EA5FF 0%, #A9656EFF 100%);
|
|
702
772
|
--inverse-persona-pink-surface-accent-gradient-hover: #FFFFFFFF;
|
|
703
|
-
--inverse-persona-pink-surface-accent-gradient-active: #FFFFFFFF;
|
|
704
773
|
--inverse-persona-sea-blue-surface-accent-gradient: linear-gradient(135.00deg, #86D9D9FF 0%, #4E9E9EFF 100%);
|
|
705
774
|
--inverse-persona-sea-blue-surface-accent-gradient-hover: #FFFFFFFF;
|
|
706
775
|
--inverse-persona-sea-blue-surface-accent-gradient-active: #FFFFFFFF;
|
|
@@ -850,6 +919,9 @@
|
|
|
850
919
|
--plasma-typo-body-font-family: 'Roboto', sans-serif;
|
|
851
920
|
--plasma-typo-header-font-family: 'Roboto', sans-serif;
|
|
852
921
|
--plasma-typo-text-font-family: 'undefined', sans-serif;
|
|
922
|
+
--plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
923
|
+
--plasma-typo-body-xs-medium-letter-spacing: -0.02em;
|
|
924
|
+
--plasma-typo-body-xs-medium-font-style: normal;
|
|
853
925
|
--plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
854
926
|
--plasma-typo-body-xxs-medium-letter-spacing: -0.02em;
|
|
855
927
|
--plasma-typo-body-xxs-medium-font-style: normal;
|
|
@@ -886,9 +958,6 @@
|
|
|
886
958
|
--plasma-typo-body-xs-bold-font-family: var(--plasma-typo-body-font-family);
|
|
887
959
|
--plasma-typo-body-xs-bold-letter-spacing: -0.02em;
|
|
888
960
|
--plasma-typo-body-xs-bold-font-style: normal;
|
|
889
|
-
--plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
890
|
-
--plasma-typo-body-xs-medium-letter-spacing: -0.02em;
|
|
891
|
-
--plasma-typo-body-xs-medium-font-style: normal;
|
|
892
961
|
--plasma-typo-body-xs-font-family: var(--plasma-typo-body-font-family);
|
|
893
962
|
--plasma-typo-body-xs-letter-spacing: -0.02em;
|
|
894
963
|
--plasma-typo-body-xs-font-style: normal;
|
|
@@ -908,6 +977,9 @@
|
|
|
908
977
|
|
|
909
978
|
@media (max-width: 559px) {
|
|
910
979
|
:root {
|
|
980
|
+
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
981
|
+
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
982
|
+
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
911
983
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
912
984
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
913
985
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
@@ -944,9 +1016,6 @@
|
|
|
944
1016
|
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
945
1017
|
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
946
1018
|
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
947
|
-
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
948
|
-
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
949
|
-
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
950
1019
|
--plasma-typo-body-xs-font-size: 0.75rem;
|
|
951
1020
|
--plasma-typo-body-xs-font-weight: 400;
|
|
952
1021
|
--plasma-typo-body-xs-line-height: 0.875rem;
|
|
@@ -967,12 +1036,15 @@
|
|
|
967
1036
|
|
|
968
1037
|
@media (min-width: 560px) and (max-width: 959px) {
|
|
969
1038
|
:root {
|
|
970
|
-
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
971
|
-
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
972
|
-
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
973
1039
|
--plasma-typo-dspl-s-font-size: 2.125rem;
|
|
974
1040
|
--plasma-typo-dspl-s-font-weight: 400;
|
|
975
1041
|
--plasma-typo-dspl-s-line-height: 2.5625rem;
|
|
1042
|
+
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1043
|
+
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1044
|
+
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1045
|
+
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1046
|
+
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1047
|
+
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
976
1048
|
--plasma-typo-dspl-s-bold-font-size: 2.125rem;
|
|
977
1049
|
--plasma-typo-dspl-s-bold-font-weight: 600;
|
|
978
1050
|
--plasma-typo-dspl-s-bold-line-height: 2.5625rem;
|
|
@@ -997,9 +1069,6 @@
|
|
|
997
1069
|
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
998
1070
|
--plasma-typo-body-s-font-weight: 400;
|
|
999
1071
|
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1000
|
-
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1001
|
-
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1002
|
-
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1003
1072
|
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1004
1073
|
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1005
1074
|
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|