@salutejs-ds/sdds_sbcom 0.1.11 → 0.1.12
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 +2 -2
- package/components/Button/Button.config.js +7 -7
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_b4txnl.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +2 -2
- 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_j2f4po.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/Counter/Counter.config.d.ts +3 -3
- package/components/Counter/Counter.config.js +10 -10
- package/components/Counter/Counter.config.js.map +1 -1
- package/components/Counter/Counter.config_yoygvx.css +11 -0
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +3 -3
- package/components/IconButton/IconButton.config.js +1 -1
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/{es/components/IconButton/IconButton.config_16whlcu.css → components/IconButton/IconButton.config_1q8h816.css} +4 -4
- package/components/IconButton/IconButton.css +8 -8
- package/components/Link/Link.config.d.ts +1 -1
- package/components/Link/Link.config.js +5 -5
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/{Link.config_16czjeg.css → Link.config_e4pw7e.css} +4 -4
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +1 -1
- package/components/Radiobox/Radiobox.config.js +1 -1
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_10j4d0h.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/css/sdds_sbcom.module.css +124 -124
- package/css/sdds_sbcom__dark.css +93 -93
- package/css/sdds_sbcom__light.css +93 -93
- 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_b4txnl.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_j2f4po.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- package/es/components/Counter/Counter.config.js +10 -10
- package/es/components/Counter/Counter.config.js.map +1 -1
- package/es/components/Counter/Counter.config_yoygvx.css +11 -0
- package/es/components/Counter/Counter.css +10 -10
- package/es/components/IconButton/IconButton.config.js +1 -1
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/{components/IconButton/IconButton.config_16whlcu.css → es/components/IconButton/IconButton.config_1q8h816.css} +4 -4
- 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/es/components/Link/{Link.config_16czjeg.css → Link.config_e4pw7e.css} +4 -4
- 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_10j4d0h.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -6
- package/es/index.css +55 -55
- 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 +131 -131
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +7 -7
- package/styled-components/cjs/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/cjs/Counter/Counter.config.js +10 -10
- package/styled-components/cjs/IconButton/IconButton.config.js +4 -4
- package/styled-components/cjs/Link/Link.config.js +4 -4
- package/styled-components/cjs/Radiobox/Radiobox.config.js +6 -6
- package/styled-components/es/Button/Button.config.js +7 -7
- package/styled-components/es/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/es/Counter/Counter.config.js +10 -10
- package/styled-components/es/IconButton/IconButton.config.js +4 -4
- package/styled-components/es/Link/Link.config.js +4 -4
- package/styled-components/es/Radiobox/Radiobox.config.js +6 -6
- package/theme/themes/sdds_sbcom__dark.js +1 -1
- package/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/theme/themes/sdds_sbcom__light.js +1 -1
- package/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/theme/tokens/index.d.ts +99 -99
- package/theme/tokens/index.js +131 -131
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_1hraf1c.css +0 -10
- package/components/Checkbox/Checkbox.config_eljryy.css +0 -6
- package/components/Counter/Counter.config_1v7pqtf.css +0 -11
- package/components/Radiobox/Radiobox.config_1x0ncs8.css +0 -6
- package/es/components/Button/Button.config_1hraf1c.css +0 -10
- package/es/components/Checkbox/Checkbox.config_eljryy.css +0 -6
- package/es/components/Counter/Counter.config_1v7pqtf.css +0 -11
- package/es/components/Radiobox/Radiobox.config_1x0ncs8.css +0 -6
package/css/sdds_sbcom__dark.css
CHANGED
|
@@ -2,41 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
4
|
--on-dark-personas-green-text-accent: #6CD5BB;
|
|
5
|
-
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
6
5
|
--surface-transparent-accent-minor-hover: #0BA88866;
|
|
7
6
|
--on-light-outline-primary-hover: #ADA39FFF;
|
|
8
7
|
--inverse-outline-default-active: #E6E6E6FF;
|
|
9
8
|
--inverse-personas-sea-blue-text-accent-active: #4BB4B4FF;
|
|
10
9
|
--inverse-personas-violet-text-accent-active: #81288FFF;
|
|
11
10
|
--on-dark-surface-transparent-navi-active: #2424248A;
|
|
12
|
-
--inverse-outline-primary-active: #C4BEBAFF;
|
|
13
11
|
--on-light-outline-default-hover: #CCCCCCFF;
|
|
14
|
-
--
|
|
12
|
+
--inverse-outline-primary-active: #C4BEBAFF;
|
|
15
13
|
--on-dark-outline-default-active: #292929FF;
|
|
14
|
+
--on-dark-outline-default-hover: #666666FF;
|
|
16
15
|
--personas-green-text-accent-hover: #04C396FF;
|
|
17
16
|
--personas-sea-blue-text-accent-hover: #00C5CCFF;
|
|
18
17
|
--inverse-surface-accent-secondary-hover: #50C3A8FF;
|
|
19
18
|
--on-light-surface-accent-secondary-active: #3CAF94FF;
|
|
20
|
-
--surface-transparent-navi-active: #
|
|
19
|
+
--surface-transparent-navi-active: #2424248A;
|
|
21
20
|
--on-light-surface-transparent-accent-minor-active: #0BA88852;
|
|
22
21
|
--on-light-personas-green-text-accent-active: #04AF87FF;
|
|
23
22
|
--outline-default-active: #666666FF;
|
|
24
23
|
--on-dark-outline-primary-active: #2B2827FF;
|
|
25
24
|
--personas-olive-text-accent-active: #7DC07CFF;
|
|
26
|
-
--inverse-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
27
25
|
--on-dark-personas-olive-text-accent-hover: #A6D4A5FF;
|
|
26
|
+
--inverse-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
28
27
|
--inverse-surface-transparent-navi-active: #FFFFFFAD;
|
|
29
28
|
--on-light-personas-olive-text-accent-active: #179315FF;
|
|
30
29
|
--on-light-personas-violet-text-accent-active: #81288FFF;
|
|
31
30
|
--on-light-personas-ochre-text-accent-active: #AA4A0EFF;
|
|
32
|
-
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
33
31
|
--on-dark-surface-accent-secondary-hover: #70CDB7FF;
|
|
34
32
|
--inverse-personas-green-text-accent-hover: #8CDECAFF;
|
|
35
33
|
--on-light-personas-pink-text-accent-hover: #E47777FF;
|
|
36
34
|
--surface-accent-secondary-hover: #70CDB7FF;
|
|
37
35
|
--personas-pink-text-accent-hover: #E26E6EFF;
|
|
38
|
-
--personas-pink-text-accent-active: #D83B3BFF;
|
|
39
36
|
--personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
37
|
+
--personas-pink-text-accent-active: #D83B3BFF;
|
|
40
38
|
--on-dark-personas-violet-text-accent-hover: #E9B6F2FF;
|
|
41
39
|
--on-light-outline-primary: #DDD9D7;
|
|
42
40
|
--inverse-outline-default: #FFFFFF;
|
|
@@ -48,12 +46,12 @@
|
|
|
48
46
|
--on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
|
|
49
47
|
--on-light-outline-default: #FFFFFF;
|
|
50
48
|
--personas-ochre-text-accent-active: #F19F7EFF;
|
|
51
|
-
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
52
49
|
--inverse-background-hardline: #000000;
|
|
50
|
+
--on-dark-surface-transparent-accent-minor-hover: #0BA88866;
|
|
53
51
|
--on-dark-surface-transparent-accent-minor-active: #0BA88838;
|
|
54
52
|
--on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;
|
|
55
|
-
--surface-transparent-navi: #FFFFFF99;
|
|
56
53
|
--on-light-surface-accent-secondary: #41BDA1;
|
|
54
|
+
--surface-transparent-navi: #23232399;
|
|
57
55
|
--personas-violet-text-accent-active: #892B97FF;
|
|
58
56
|
--personas-blue-text-accent-hover: #C3DDF9FF;
|
|
59
57
|
--outline-default: #FFFFFF;
|
|
@@ -91,7 +89,6 @@
|
|
|
91
89
|
--inverse-surface-solid-primary-brightness-hover: #FFFFFFFF;
|
|
92
90
|
--inverse-surface-solid-primary-brightness-active: #FFFFFFFF;
|
|
93
91
|
--inverse-surface-transparent-card-brightness-hover: #FFFFFFFF;
|
|
94
|
-
--on-light-outline-warning-active: #A3420AFF;
|
|
95
92
|
--on-light-personas-violet-text-accent: #9E32AF;
|
|
96
93
|
--on-light-personas-ochre-text-accent: #D15A11;
|
|
97
94
|
--on-dark-personas-indigo-text-accent: #BD91F5;
|
|
@@ -105,11 +102,11 @@
|
|
|
105
102
|
--inverse-surface-solid-tertiary: #FFFFFF;
|
|
106
103
|
--on-light-surface-accent-minor: #D0F2E9;
|
|
107
104
|
--inverse-surface-transparent-card-brightness-active: #FFFFFFFF;
|
|
105
|
+
--on-light-outline-warning-active: #A3420AFF;
|
|
108
106
|
--on-light-surface-accent-minor-hover: #C7F0E5FF;
|
|
109
107
|
--inverse-surface-accent-minor: #D0F2E9;
|
|
110
108
|
--inverse-surface-solid-card-brightness-active: #FFFFFFFF;
|
|
111
109
|
--on-dark-surface-accent-minor-hover: #055C4CFF;
|
|
112
|
-
--on-dark-personas-violet-text-accent: #E19DED;
|
|
113
110
|
--on-light-surface-transparent-navi: #FFFFFF99;
|
|
114
111
|
--on-dark-personas-blue-text-accent: #79B3F2;
|
|
115
112
|
--on-light-personas-indigo-text-accent: #7133BE;
|
|
@@ -117,12 +114,13 @@
|
|
|
117
114
|
--inverse-personas-olive-text-accent: #127210;
|
|
118
115
|
--personas-ochre-text-accent: #F4B49B;
|
|
119
116
|
--on-dark-surface-transparent-accent-minor: #0BA68647;
|
|
117
|
+
--on-dark-personas-violet-text-accent: #E19DED;
|
|
120
118
|
--on-light-text-warning-active: #6F2D06FF;
|
|
121
|
-
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
122
|
-
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
123
119
|
--on-light-outline-primary-active: #C4BEBAFF;
|
|
124
120
|
--inverse-personas-blue-text-accent-active: #0D4F96FF;
|
|
125
121
|
--inverse-surface-transparent-accent-minor-active: #0BA8885C;
|
|
122
|
+
--on-dark-personas-sea-blue-text-accent: #7BC8C8;
|
|
123
|
+
--on-dark-personas-green-text-accent-hover: #84DCC6FF;
|
|
126
124
|
--on-light-personas-blue-text-accent-active: #0D4F96FF;
|
|
127
125
|
--on-light-outline-default-active: #E6E6E6FF;
|
|
128
126
|
--personas-green-text-accent-active: #03A57FFF;
|
|
@@ -149,11 +147,11 @@
|
|
|
149
147
|
--on-light-personas-green-text-accent: #038768;
|
|
150
148
|
--text-primary-brightness-hover: #FAFAFA93;
|
|
151
149
|
--on-dark-text-primary-brightness-hover: #FAFAFA93;
|
|
152
|
-
--personas-violet-text-accent: #9E32AF;
|
|
153
150
|
--on-dark-personas-green-text-accent-active: #54CFB0FF;
|
|
154
151
|
--on-dark-personas-ochre-text-accent-active: #F19F7EFF;
|
|
155
152
|
--surface-transparent-accent-minor-active: #0BA88838;
|
|
156
153
|
--inverse-outline-default-hover: #CCCCCCFF;
|
|
154
|
+
--personas-violet-text-accent: #9E32AF;
|
|
157
155
|
--inverse-personas-sea-blue-text-accent-hover: #000000FF;
|
|
158
156
|
--inverse-personas-blue-text-accent-hover: #1477E1FF;
|
|
159
157
|
--inverse-personas-violet-text-accent-hover: #B740C9FF;
|
|
@@ -162,7 +160,7 @@
|
|
|
162
160
|
--on-dark-surface-transparent-navi-hover: #242424B8;
|
|
163
161
|
--inverse-outline-primary-hover: #ADA39FFF;
|
|
164
162
|
--on-light-surface-accent-secondary-hover: #50C3A8FF;
|
|
165
|
-
--surface-transparent-navi-hover: #
|
|
163
|
+
--surface-transparent-navi-hover: #242424B8;
|
|
166
164
|
--on-light-surface-transparent-accent-minor-hover: #0BA8884D;
|
|
167
165
|
--on-light-personas-green-text-accent-hover: #04D7A6FF;
|
|
168
166
|
--outline-default-hover: #858585FF;
|
|
@@ -179,6 +177,8 @@
|
|
|
179
177
|
--on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
|
|
180
178
|
--on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
|
|
181
179
|
--on-dark-personas-ochre-text-accent: #F4B49B;
|
|
180
|
+
--personas-sea-blue-text-accent: #00898D;
|
|
181
|
+
--personas-violet-text-accent-hover: #B438C7FF;
|
|
182
182
|
--surface-accent-secondary-active: #59C5ACFF;
|
|
183
183
|
--surface-transparent-accent-minor: #0BA68647;
|
|
184
184
|
--inverse-personas-sea-blue-text-accent: #7BC8C8;
|
|
@@ -192,8 +192,6 @@
|
|
|
192
192
|
--inverse-personas-olive-text-accent-active: #179315FF;
|
|
193
193
|
--on-dark-outline-default: #383838;
|
|
194
194
|
--personas-green-text-accent: #038768;
|
|
195
|
-
--personas-sea-blue-text-accent: #00898D;
|
|
196
|
-
--personas-violet-text-accent-hover: #B438C7FF;
|
|
197
195
|
--personas-blue-text-accent-active: #5DA3EFFF;
|
|
198
196
|
--dark-background-hardline: #000000;
|
|
199
197
|
--on-dark-outline-primary: #3B3735;
|
|
@@ -209,7 +207,8 @@
|
|
|
209
207
|
--on-light-text-primary-brightness-active: #171717C4;
|
|
210
208
|
--inverse-text-primary-brightness-active: #171717C4;
|
|
211
209
|
--personas-indigo-text-accent: #BD91F5;
|
|
212
|
-
--text-
|
|
210
|
+
--on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
|
|
211
|
+
--on-dark-personas-indigo-text-accent-active: #AA73F2FF;
|
|
213
212
|
--text-paragraph-hover: #F5F1EFFF;
|
|
214
213
|
--text-paragraph-active: #F5F1EF93;
|
|
215
214
|
--text-accent: #61C8B0;
|
|
@@ -238,7 +237,7 @@
|
|
|
238
237
|
--text-tertiary-hover: #F5F1EFFF;
|
|
239
238
|
--text-tertiary-active: #F5F1EF49;
|
|
240
239
|
--text-primary-brightness: #FAFAFAF5;
|
|
241
|
-
--
|
|
240
|
+
--text-paragraph: #F6F2F07A;
|
|
242
241
|
--on-dark-text-paragraph-hover: #F5F1EFFF;
|
|
243
242
|
--on-dark-text-paragraph-active: #F5F1EF93;
|
|
244
243
|
--on-dark-text-accent: #61C8B0ED;
|
|
@@ -268,7 +267,7 @@
|
|
|
268
267
|
--on-dark-text-tertiary-hover: #F5F1EFFF;
|
|
269
268
|
--on-dark-text-secondary-active: #F5F1EFC4;
|
|
270
269
|
--on-dark-text-primary-hover: #FFFFFF97;
|
|
271
|
-
--on-
|
|
270
|
+
--on-dark-text-paragraph: #F6F2F07A;
|
|
272
271
|
--on-light-text-primary-active: #15110FCA;
|
|
273
272
|
--on-light-text-primary-brightness: #171717F5;
|
|
274
273
|
--on-light-text-secondary: #15110FA3;
|
|
@@ -292,6 +291,7 @@
|
|
|
292
291
|
--on-light-text-warning: #973C09;
|
|
293
292
|
--on-light-text-warning-hover: #BC4C0BFF;
|
|
294
293
|
--on-light-text-primary: #15110FFC;
|
|
294
|
+
--on-light-text-primary-hover: #15110F97;
|
|
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: #D11D23;
|
|
321
320
|
--inverse-text-negative-hover: #E3353BFF;
|
|
322
321
|
--inverse-text-negative-active: #AF181DFF;
|
|
323
322
|
--inverse-text-info: #205EA5;
|
|
@@ -338,7 +337,7 @@
|
|
|
338
337
|
--inverse-text-warning: #973C09;
|
|
339
338
|
--inverse-text-warning-hover: #BC4C0BFF;
|
|
340
339
|
--inverse-text-positive-active: #185E17FF;
|
|
341
|
-
--
|
|
340
|
+
--inverse-text-negative: #D11D23;
|
|
342
341
|
--surface-transparent-secondary-hover: #FFFFFF47;
|
|
343
342
|
--surface-transparent-secondary-active: #FFFFFF1A;
|
|
344
343
|
--surface-transparent-tertiary: #FFFFFF3D;
|
|
@@ -372,7 +371,7 @@
|
|
|
372
371
|
--surface-solid-default-active: #F2ECE9FF;
|
|
373
372
|
--surface-solid-card-hover: #2E2E2EFF;
|
|
374
373
|
--surface-transparent-primary-active: #FFFFFF0F;
|
|
375
|
-
--surface-
|
|
374
|
+
--surface-transparent-secondary: #FFFFFF29;
|
|
376
375
|
--surface-warning-hover: #F9BB94FF;
|
|
377
376
|
--surface-warning-active: #F8A977FF;
|
|
378
377
|
--surface-negative: #F8A6A9;
|
|
@@ -384,6 +383,7 @@
|
|
|
384
383
|
--surface-positive-active: #9FCF9BFF;
|
|
385
384
|
--surface-positive: #A6D2A2;
|
|
386
385
|
--surface-positive-hover: #B3D9B0FF;
|
|
386
|
+
--surface-warning: #F8AD80;
|
|
387
387
|
--surface-read-only: #F9F9F905;
|
|
388
388
|
--surface-read-only-hover: #FAFAFA0F;
|
|
389
389
|
--surface-read-only-active: #FAFAFA00;
|
|
@@ -396,7 +396,6 @@
|
|
|
396
396
|
--on-dark-surface-solid-secondary-active: #242424FF;
|
|
397
397
|
--on-dark-surface-solid-tertiary: #474747;
|
|
398
398
|
--on-dark-surface-solid-tertiary-hover: #525252FF;
|
|
399
|
-
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
400
399
|
--on-dark-surface-transparent-secondary-hover: #FFFFFF47;
|
|
401
400
|
--on-dark-surface-transparent-secondary-active: #FFFFFF1A;
|
|
402
401
|
--on-dark-surface-transparent-tertiary: #FFFFFF3D;
|
|
@@ -425,6 +424,7 @@
|
|
|
425
424
|
--on-dark-surface-transparent-primary-hover: #FFFFFF24;
|
|
426
425
|
--on-dark-surface-solid-card-hover: #2E2E2EFF;
|
|
427
426
|
--on-dark-surface-transparent-primary-active: #FFFFFF0F;
|
|
427
|
+
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
428
428
|
--on-dark-surface-positive: #A6D2A2;
|
|
429
429
|
--on-dark-surface-positive-hover: #B3D9B0FF;
|
|
430
430
|
--on-dark-surface-positive-active: #9FCF9BFF;
|
|
@@ -452,7 +452,6 @@
|
|
|
452
452
|
--on-light-surface-solid-secondary-active: #FFFFFFFF;
|
|
453
453
|
--on-light-surface-solid-tertiary: #FFFFFF;
|
|
454
454
|
--on-light-surface-solid-tertiary-hover: #FFFFFFFF;
|
|
455
|
-
--on-light-surface-transparent-secondary: #15110F14;
|
|
456
455
|
--on-light-surface-transparent-secondary-hover: #15110F1A;
|
|
457
456
|
--on-light-surface-transparent-secondary-active: #15110F1F;
|
|
458
457
|
--on-light-surface-transparent-tertiary: #15110F1F;
|
|
@@ -481,6 +480,7 @@
|
|
|
481
480
|
--on-light-surface-solid-default-active: #090706FF;
|
|
482
481
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
483
482
|
--on-light-surface-transparent-primary-active: #15110F0F;
|
|
483
|
+
--on-light-surface-transparent-secondary: #15110F14;
|
|
484
484
|
--on-light-surface-positive: #239322;
|
|
485
485
|
--on-light-surface-positive-hover: #28A126FF;
|
|
486
486
|
--on-light-surface-positive-active: #20801EFF;
|
|
@@ -506,7 +506,6 @@
|
|
|
506
506
|
--inverse-surface-solid-secondary: #FFFFFF;
|
|
507
507
|
--inverse-surface-solid-secondary-hover: #FFFFFFFF;
|
|
508
508
|
--inverse-surface-solid-secondary-active: #FFFFFFFF;
|
|
509
|
-
--inverse-surface-transparent-primary-active: #15110F0F;
|
|
510
509
|
--inverse-surface-transparent-secondary: #15110F14;
|
|
511
510
|
--inverse-surface-transparent-secondary-hover: #15110F1A;
|
|
512
511
|
--inverse-surface-transparent-secondary-active: #15110F1F;
|
|
@@ -535,6 +534,7 @@
|
|
|
535
534
|
--inverse-surface-solid-default: #15110F;
|
|
536
535
|
--inverse-surface-transparent-primary: #15110F0A;
|
|
537
536
|
--inverse-surface-transparent-primary-hover: #15110F0D;
|
|
537
|
+
--inverse-surface-transparent-primary-active: #15110F0F;
|
|
538
538
|
--inverse-surface-positive: #239322;
|
|
539
539
|
--inverse-surface-positive-hover: #28A126FF;
|
|
540
540
|
--inverse-surface-positive-active: #20801EFF;
|
|
@@ -563,7 +563,6 @@
|
|
|
563
563
|
--dark-background-secondary: #0F0F0F;
|
|
564
564
|
--dark-background-tertiary: #141413;
|
|
565
565
|
--light-background-primary: #EBE7E5;
|
|
566
|
-
--on-light-overlay-soft: #0000003D;
|
|
567
566
|
--on-light-overlay-hard: #00000052;
|
|
568
567
|
--inverse-overlay-soft: #0000003D;
|
|
569
568
|
--inverse-overlay-hard: #00000052;
|
|
@@ -579,6 +578,7 @@
|
|
|
579
578
|
--on-dark-overlay-soft: #0000001F;
|
|
580
579
|
--on-dark-overlay-hard: #00000029;
|
|
581
580
|
--inverse-background-primary: #EBE7E5;
|
|
581
|
+
--on-light-overlay-soft: #0000003D;
|
|
582
582
|
--outline-positive: #A6D2A2;
|
|
583
583
|
--outline-positive-hover: #DBEDD9FF;
|
|
584
584
|
--outline-positive-active: #92C88DFF;
|
|
@@ -633,7 +633,6 @@
|
|
|
633
633
|
--inverse-outline-clear: #FFFFFF00;
|
|
634
634
|
--inverse-outline-clear-hover: #FFFFFF00;
|
|
635
635
|
--inverse-outline-clear-active: #FFFFFF00;
|
|
636
|
-
--inverse-outline-warning: #BE4E0C;
|
|
637
636
|
--inverse-outline-warning-hover: #F3813FFF;
|
|
638
637
|
--inverse-outline-warning-active: #A3420AFF;
|
|
639
638
|
--inverse-outline-negative: #E83439;
|
|
@@ -645,6 +644,7 @@
|
|
|
645
644
|
--inverse-outline-positive-active: #20801EFF;
|
|
646
645
|
--inverse-outline-positive: #239322;
|
|
647
646
|
--inverse-outline-positive-hover: #32CA2FFF;
|
|
647
|
+
--inverse-outline-warning: #BE4E0C;
|
|
648
648
|
--text-primary-hover: #FFFFFF97;
|
|
649
649
|
--on-dark-surface-solid-default: #F6F2F0;
|
|
650
650
|
--on-light-surface-accent-minor-active: #BFEDE1FF;
|
|
@@ -655,7 +655,6 @@
|
|
|
655
655
|
|
|
656
656
|
:root {
|
|
657
657
|
--on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
658
|
-
--light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
659
658
|
--surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
660
659
|
--on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
|
|
661
660
|
--overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
@@ -679,12 +678,12 @@
|
|
|
679
678
|
--on-dark-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);
|
|
680
679
|
--inverse-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
|
|
681
680
|
--inverse-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
|
|
682
|
-
--on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
683
681
|
--personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
|
|
684
682
|
--on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
|
|
685
683
|
--inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
686
684
|
--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%);
|
|
687
|
-
--
|
|
685
|
+
--light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
|
|
686
|
+
--on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);
|
|
688
687
|
--on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
|
|
689
688
|
--personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
|
|
690
689
|
--on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
|
|
@@ -710,6 +709,7 @@
|
|
|
710
709
|
--on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
711
710
|
--personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);
|
|
712
711
|
--inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
|
|
712
|
+
--on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
|
|
713
713
|
--surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
714
714
|
--surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
|
|
715
715
|
--on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
|
|
@@ -722,24 +722,23 @@
|
|
|
722
722
|
|
|
723
723
|
:root {
|
|
724
724
|
--shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
|
|
725
|
-
--shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
|
|
726
725
|
--shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
|
|
727
726
|
--shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
|
|
727
|
+
--shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
|
|
728
728
|
--shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
|
|
729
729
|
--shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
|
|
730
|
-
--shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
|
|
731
730
|
--shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
|
|
732
731
|
--shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
733
732
|
--shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
|
|
734
733
|
--shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
|
|
735
734
|
--shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
|
|
735
|
+
--shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
|
|
736
736
|
}
|
|
737
737
|
|
|
738
738
|
:root {
|
|
739
739
|
--border-radius-4xl: 2rem;
|
|
740
|
-
--border-radius-5xl: 2.5rem;
|
|
741
740
|
--border-radius-3xl: 1.75rem;
|
|
742
|
-
--border-radius-
|
|
741
|
+
--border-radius-5xl: 2.5rem;
|
|
743
742
|
--border-radius-l: 1rem;
|
|
744
743
|
--border-radius-xxs: 0.25rem;
|
|
745
744
|
--border-radius-xs: 0.375rem;
|
|
@@ -747,11 +746,11 @@
|
|
|
747
746
|
--border-radius-s: 0.5rem;
|
|
748
747
|
--border-radius-xl: 1.25rem;
|
|
749
748
|
--border-radius-circle: 100rem;
|
|
749
|
+
--border-radius-m: 0.75rem;
|
|
750
750
|
}
|
|
751
751
|
|
|
752
752
|
:root {
|
|
753
753
|
--spacing-16x: 2rem;
|
|
754
|
-
--spacing-6x: 0.75rem;
|
|
755
754
|
--spacing-8x: 1rem;
|
|
756
755
|
--spacing-10x: 1.25rem;
|
|
757
756
|
--spacing-12x: 1.5rem;
|
|
@@ -765,6 +764,7 @@
|
|
|
765
764
|
--spacing-0x: 0rem;
|
|
766
765
|
--spacing-1x: 0.125rem;
|
|
767
766
|
--spacing-3x: 0.375rem;
|
|
767
|
+
--spacing-6x: 0.75rem;
|
|
768
768
|
}
|
|
769
769
|
|
|
770
770
|
:root {
|
|
@@ -829,6 +829,15 @@
|
|
|
829
829
|
--plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
|
|
830
830
|
--plasma-typo-body-l-bold-letter-spacing: normal;
|
|
831
831
|
--plasma-typo-body-l-bold-font-style: normal;
|
|
832
|
+
--plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
|
|
833
|
+
--plasma-typo-body-s-bold-letter-spacing: normal;
|
|
834
|
+
--plasma-typo-body-s-bold-font-style: normal;
|
|
835
|
+
--plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
|
|
836
|
+
--plasma-typo-body-l-medium-letter-spacing: normal;
|
|
837
|
+
--plasma-typo-body-l-medium-font-style: normal;
|
|
838
|
+
--plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
|
|
839
|
+
--plasma-typo-body-m-letter-spacing: normal;
|
|
840
|
+
--plasma-typo-body-m-font-style: normal;
|
|
832
841
|
--plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);
|
|
833
842
|
--plasma-typo-body-s-medium-letter-spacing: normal;
|
|
834
843
|
--plasma-typo-body-s-medium-font-style: normal;
|
|
@@ -853,18 +862,6 @@
|
|
|
853
862
|
--plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
|
|
854
863
|
--plasma-typo-body-s-letter-spacing: normal;
|
|
855
864
|
--plasma-typo-body-s-font-style: normal;
|
|
856
|
-
--plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
|
|
857
|
-
--plasma-typo-body-s-bold-letter-spacing: normal;
|
|
858
|
-
--plasma-typo-body-s-bold-font-style: normal;
|
|
859
|
-
--plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
|
|
860
|
-
--plasma-typo-body-l-medium-letter-spacing: normal;
|
|
861
|
-
--plasma-typo-body-l-medium-font-style: normal;
|
|
862
|
-
--plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
|
|
863
|
-
--plasma-typo-body-m-letter-spacing: normal;
|
|
864
|
-
--plasma-typo-body-m-font-style: normal;
|
|
865
|
-
--plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
|
|
866
|
-
--plasma-typo-text-xs-medium-letter-spacing: -0.02em;
|
|
867
|
-
--plasma-typo-text-xs-medium-font-style: normal;
|
|
868
865
|
--plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
|
|
869
866
|
--plasma-typo-body-xxs-medium-letter-spacing: normal;
|
|
870
867
|
--plasma-typo-body-xxs-medium-font-style: normal;
|
|
@@ -901,6 +898,9 @@
|
|
|
901
898
|
--plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
|
|
902
899
|
--plasma-typo-text-xs-bold-letter-spacing: -0.02em;
|
|
903
900
|
--plasma-typo-text-xs-bold-font-style: normal;
|
|
901
|
+
--plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
|
|
902
|
+
--plasma-typo-text-xs-medium-letter-spacing: -0.02em;
|
|
903
|
+
--plasma-typo-text-xs-medium-font-style: normal;
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
@media (max-width: 559px) {
|
|
@@ -959,6 +959,15 @@
|
|
|
959
959
|
--plasma-typo-body-l-bold-font-size: 0.9375rem;
|
|
960
960
|
--plasma-typo-body-l-bold-font-weight: 700;
|
|
961
961
|
--plasma-typo-body-l-bold-line-height: 1.25rem;
|
|
962
|
+
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
963
|
+
--plasma-typo-body-s-bold-font-weight: 600;
|
|
964
|
+
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
965
|
+
--plasma-typo-body-l-medium-font-size: 0.9375rem;
|
|
966
|
+
--plasma-typo-body-l-medium-font-weight: 500;
|
|
967
|
+
--plasma-typo-body-l-medium-line-height: 1.25rem;
|
|
968
|
+
--plasma-typo-body-m-font-size: 0.875rem;
|
|
969
|
+
--plasma-typo-body-m-font-weight: 400;
|
|
970
|
+
--plasma-typo-body-m-line-height: 1.125rem;
|
|
962
971
|
--plasma-typo-body-s-medium-font-size: 0.8125rem;
|
|
963
972
|
--plasma-typo-body-s-medium-font-weight: 500;
|
|
964
973
|
--plasma-typo-body-s-medium-line-height: 0.9375rem;
|
|
@@ -983,18 +992,6 @@
|
|
|
983
992
|
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
984
993
|
--plasma-typo-body-s-font-weight: 400;
|
|
985
994
|
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
986
|
-
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
987
|
-
--plasma-typo-body-s-bold-font-weight: 600;
|
|
988
|
-
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
989
|
-
--plasma-typo-body-l-medium-font-size: 0.9375rem;
|
|
990
|
-
--plasma-typo-body-l-medium-font-weight: 500;
|
|
991
|
-
--plasma-typo-body-l-medium-line-height: 1.25rem;
|
|
992
|
-
--plasma-typo-body-m-font-size: 0.875rem;
|
|
993
|
-
--plasma-typo-body-m-font-weight: 400;
|
|
994
|
-
--plasma-typo-body-m-line-height: 1.125rem;
|
|
995
|
-
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
996
|
-
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
997
|
-
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
998
995
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
999
996
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1000
997
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
@@ -1031,6 +1028,9 @@
|
|
|
1031
1028
|
--plasma-typo-text-xs-bold-font-size: 0.75rem;
|
|
1032
1029
|
--plasma-typo-text-xs-bold-font-weight: 600;
|
|
1033
1030
|
--plasma-typo-text-xs-bold-line-height: 1rem;
|
|
1031
|
+
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
1032
|
+
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
1033
|
+
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
1034
1034
|
}
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
@@ -1176,36 +1176,6 @@
|
|
|
1176
1176
|
--plasma-typo-dspl-s-bold-font-size: 2.125rem;
|
|
1177
1177
|
--plasma-typo-dspl-s-bold-font-weight: 700;
|
|
1178
1178
|
--plasma-typo-dspl-s-bold-line-height: 2.5625rem;
|
|
1179
|
-
--plasma-typo-h2-medium-font-size: 1.375rem;
|
|
1180
|
-
--plasma-typo-h2-medium-font-weight: 500;
|
|
1181
|
-
--plasma-typo-h2-medium-line-height: 1.75rem;
|
|
1182
|
-
--plasma-typo-h3-font-size: 1.25rem;
|
|
1183
|
-
--plasma-typo-h3-font-weight: 400;
|
|
1184
|
-
--plasma-typo-h3-line-height: 1.4375rem;
|
|
1185
|
-
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1186
|
-
--plasma-typo-h3-bold-font-weight: 700;
|
|
1187
|
-
--plasma-typo-h3-bold-line-height: 1.4375rem;
|
|
1188
|
-
--plasma-typo-h3-medium-font-size: 1.25rem;
|
|
1189
|
-
--plasma-typo-h3-medium-font-weight: 500;
|
|
1190
|
-
--plasma-typo-h3-medium-line-height: 1.4375rem;
|
|
1191
|
-
--plasma-typo-h4-font-size: 1.25rem;
|
|
1192
|
-
--plasma-typo-h4-font-weight: 400;
|
|
1193
|
-
--plasma-typo-h4-line-height: 1.625rem;
|
|
1194
|
-
--plasma-typo-h4-bold-font-size: 1rem;
|
|
1195
|
-
--plasma-typo-h4-bold-font-weight: 700;
|
|
1196
|
-
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
1197
|
-
--plasma-typo-h4-medium-font-size: 1rem;
|
|
1198
|
-
--plasma-typo-h4-medium-font-weight: 500;
|
|
1199
|
-
--plasma-typo-h4-medium-line-height: 1.25rem;
|
|
1200
|
-
--plasma-typo-body-m-medium-font-size: 0.875rem;
|
|
1201
|
-
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1202
|
-
--plasma-typo-body-m-medium-line-height: 1.125rem;
|
|
1203
|
-
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1204
|
-
--plasma-typo-body-s-font-weight: 400;
|
|
1205
|
-
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1206
|
-
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1207
|
-
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1208
|
-
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1209
1179
|
--plasma-typo-body-l-font-size: 1.125rem;
|
|
1210
1180
|
--plasma-typo-body-l-font-weight: 400;
|
|
1211
1181
|
--plasma-typo-body-l-line-height: 1.375rem;
|
|
@@ -1236,6 +1206,39 @@
|
|
|
1236
1206
|
--plasma-typo-h2-bold-font-size: 1.375rem;
|
|
1237
1207
|
--plasma-typo-h2-bold-font-weight: 700;
|
|
1238
1208
|
--plasma-typo-h2-bold-line-height: 1.75rem;
|
|
1209
|
+
--plasma-typo-h2-medium-font-size: 1.375rem;
|
|
1210
|
+
--plasma-typo-h2-medium-font-weight: 500;
|
|
1211
|
+
--plasma-typo-h2-medium-line-height: 1.75rem;
|
|
1212
|
+
--plasma-typo-h3-font-size: 1.25rem;
|
|
1213
|
+
--plasma-typo-h3-font-weight: 400;
|
|
1214
|
+
--plasma-typo-h3-line-height: 1.4375rem;
|
|
1215
|
+
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1216
|
+
--plasma-typo-h3-bold-font-weight: 700;
|
|
1217
|
+
--plasma-typo-h3-bold-line-height: 1.4375rem;
|
|
1218
|
+
--plasma-typo-h3-medium-font-size: 1.25rem;
|
|
1219
|
+
--plasma-typo-h3-medium-font-weight: 500;
|
|
1220
|
+
--plasma-typo-h3-medium-line-height: 1.4375rem;
|
|
1221
|
+
--plasma-typo-h4-font-size: 1.25rem;
|
|
1222
|
+
--plasma-typo-h4-font-weight: 400;
|
|
1223
|
+
--plasma-typo-h4-line-height: 1.625rem;
|
|
1224
|
+
--plasma-typo-h4-bold-font-size: 1rem;
|
|
1225
|
+
--plasma-typo-h4-bold-font-weight: 700;
|
|
1226
|
+
--plasma-typo-h4-bold-line-height: 1.25rem;
|
|
1227
|
+
--plasma-typo-h4-medium-font-size: 1rem;
|
|
1228
|
+
--plasma-typo-h4-medium-font-weight: 500;
|
|
1229
|
+
--plasma-typo-h4-medium-line-height: 1.25rem;
|
|
1230
|
+
--plasma-typo-body-m-medium-font-size: 0.875rem;
|
|
1231
|
+
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1232
|
+
--plasma-typo-body-m-medium-line-height: 1.125rem;
|
|
1233
|
+
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1234
|
+
--plasma-typo-body-s-font-weight: 400;
|
|
1235
|
+
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1236
|
+
--plasma-typo-body-s-bold-font-size: 0.8125rem;
|
|
1237
|
+
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1238
|
+
--plasma-typo-body-s-bold-line-height: 0.9375rem;
|
|
1239
|
+
--plasma-typo-text-l-font-size: 1.5rem;
|
|
1240
|
+
--plasma-typo-text-l-font-weight: 400;
|
|
1241
|
+
--plasma-typo-text-l-line-height: 2rem;
|
|
1239
1242
|
--plasma-typo-text-l-bold-font-size: 1.5rem;
|
|
1240
1243
|
--plasma-typo-text-l-bold-font-weight: 600;
|
|
1241
1244
|
--plasma-typo-text-l-bold-line-height: 2rem;
|
|
@@ -1290,8 +1293,5 @@
|
|
|
1290
1293
|
--plasma-typo-body-xxs-medium-font-size: 0.625rem;
|
|
1291
1294
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1292
1295
|
--plasma-typo-body-xxs-medium-line-height: 0.75rem;
|
|
1293
|
-
--plasma-typo-text-l-font-size: 1.5rem;
|
|
1294
|
-
--plasma-typo-text-l-font-weight: 400;
|
|
1295
|
-
--plasma-typo-text-l-line-height: 2rem;
|
|
1296
1296
|
}
|
|
1297
1297
|
}
|