@cobre-npm/ds-v3 0.3.14 → 0.4.0
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/dist/cobre-ds-v3-lib.es.js +1 -1
- package/dist/style.css +1 -1
- package/dist/tokens/_components.scss +697 -1087
- package/dist/tokens/_primitives.scss +71 -72
- package/dist/tokens/_semantics.scss +132 -0
- package/package.json +1 -1
|
@@ -1,31 +1,32 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
* COLORS
|
|
3
|
+
*/
|
|
4
4
|
|
|
5
5
|
$cobre-gray-95: #212121;
|
|
6
|
-
$cobre-gray-90: #
|
|
7
|
-
$cobre-gray-80: #
|
|
6
|
+
$cobre-gray-90: #414141;
|
|
7
|
+
$cobre-gray-80: #575655;
|
|
8
8
|
$cobre-gray-70: #63615F;
|
|
9
9
|
$cobre-gray-60: #7D7D7B;
|
|
10
10
|
$cobre-gray-50: #939290;
|
|
11
|
-
$cobre-gray-40: #
|
|
12
|
-
$cobre-gray-30: #
|
|
11
|
+
$cobre-gray-40: #A4A3A1;
|
|
12
|
+
$cobre-gray-30: #C1C0BD;
|
|
13
13
|
$cobre-gray-20: #D9D8D4;
|
|
14
14
|
$cobre-gray-10: #F1F0EC;
|
|
15
15
|
$cobre-gray-7: #F4F4F2;
|
|
16
|
-
$cobre-gray-5: #
|
|
17
|
-
|
|
16
|
+
$cobre-gray-5: #FAF9F5;
|
|
17
|
+
|
|
18
|
+
$cobre-white: #FFFFFF;
|
|
18
19
|
|
|
19
20
|
$cobre-blue-95: #11285b;
|
|
20
21
|
$cobre-blue-90: #123580;
|
|
21
22
|
$cobre-blue-80: #1442a5;
|
|
22
23
|
$cobre-blue-70: #1e54ce;
|
|
23
24
|
$cobre-blue-60: #2861df;
|
|
24
|
-
$cobre-blue-50: #
|
|
25
|
+
$cobre-blue-50: #00587E;
|
|
25
26
|
$cobre-blue-40: #5a8bf6;
|
|
26
|
-
$cobre-blue-30: #
|
|
27
|
+
$cobre-blue-30: #72BBDB;
|
|
27
28
|
$cobre-blue-20: #b1c9fd;
|
|
28
|
-
$cobre-blue-10: #
|
|
29
|
+
$cobre-blue-10: #CBE1EB;
|
|
29
30
|
$cobre-blue-5: #f5f6fe;
|
|
30
31
|
|
|
31
32
|
$cobre-yellow-95: #342a18;
|
|
@@ -34,22 +35,22 @@ $cobre-yellow-80: #5b4622;
|
|
|
34
35
|
$cobre-yellow-60: #876426;
|
|
35
36
|
$cobre-yellow-70: #765925;
|
|
36
37
|
$cobre-yellow-40: #ba8522;
|
|
37
|
-
$cobre-yellow-50: #
|
|
38
|
-
$cobre-yellow-30: #
|
|
38
|
+
$cobre-yellow-50: #9C6400;
|
|
39
|
+
$cobre-yellow-30: #E2CA64;
|
|
39
40
|
$cobre-yellow-20: #fdbe3f;
|
|
40
|
-
$cobre-yellow-10: #
|
|
41
|
+
$cobre-yellow-10: #FFF6E3;
|
|
41
42
|
$cobre-yellow-5: #fff6e3;
|
|
42
43
|
|
|
43
44
|
$cobre-red-95: #541407;
|
|
44
45
|
$cobre-red-80: #921803;
|
|
45
46
|
$cobre-red-90: #721705;
|
|
46
|
-
$cobre-red-70: #
|
|
47
|
-
$cobre-red-60: #
|
|
48
|
-
$cobre-red-50: #
|
|
49
|
-
$cobre-red-40: #
|
|
47
|
+
$cobre-red-70: #7F230D;
|
|
48
|
+
$cobre-red-60: #9E2407;
|
|
49
|
+
$cobre-red-50: #BD2500;
|
|
50
|
+
$cobre-red-40: #CC573B;
|
|
50
51
|
$cobre-red-20: #ffb8a0;
|
|
51
|
-
$cobre-red-30: #
|
|
52
|
-
$cobre-red-10: #
|
|
52
|
+
$cobre-red-30: #E29583;
|
|
53
|
+
$cobre-red-10: #FCDFD7;
|
|
53
54
|
$cobre-red-5: #fff5f1;
|
|
54
55
|
|
|
55
56
|
$cobre-green-95: #0d321a;
|
|
@@ -57,29 +58,30 @@ $cobre-green-90: #084322;
|
|
|
57
58
|
$cobre-green-70: #006c34;
|
|
58
59
|
$cobre-green-80: #005529;
|
|
59
60
|
$cobre-green-60: #007a3d;
|
|
60
|
-
$cobre-green-50: #
|
|
61
|
-
$cobre-green-30: #
|
|
61
|
+
$cobre-green-50: #027002;
|
|
62
|
+
$cobre-green-30: #8DC881;
|
|
62
63
|
$cobre-green-40: #3ca160;
|
|
63
64
|
$cobre-green-20: #a3d4ac;
|
|
64
|
-
$cobre-green-10: #
|
|
65
|
+
$cobre-green-10: #E3F2E0;
|
|
65
66
|
$cobre-green-5: #f3f8f1;
|
|
66
|
-
|
|
67
67
|
$cobre-teal-95: #052525;
|
|
68
68
|
$cobre-teal-90: #0B3737;
|
|
69
|
-
$cobre-teal-80: #
|
|
70
|
-
$cobre-teal-70: #
|
|
71
|
-
$cobre-teal-60: #
|
|
72
|
-
$cobre-teal-50: #
|
|
73
|
-
$cobre-teal-40: #
|
|
74
|
-
$cobre-teal-30: #
|
|
75
|
-
$cobre-teal-20: #
|
|
69
|
+
$cobre-teal-80: #0D3533;
|
|
70
|
+
$cobre-teal-70: #174141;
|
|
71
|
+
$cobre-teal-60: #1E5756;
|
|
72
|
+
$cobre-teal-50: #266D6C;
|
|
73
|
+
$cobre-teal-40: #518A89;
|
|
74
|
+
$cobre-teal-30: #7DA7A7;
|
|
75
|
+
$cobre-teal-20: #A8C5C4;
|
|
76
76
|
$cobre-teal-10: #C4D7D7;
|
|
77
77
|
$cobre-teal-5: #DFEAE9;
|
|
78
78
|
|
|
79
79
|
$cobre-violet-50: #9256e1;
|
|
80
|
-
|
|
81
80
|
$cobre-liliac-50: #4e69f3;
|
|
82
81
|
|
|
82
|
+
|
|
83
|
+
$cobre-opacity-40: #21212166;
|
|
84
|
+
|
|
83
85
|
$cobre-primary-95: $cobre-gray-95;
|
|
84
86
|
$cobre-primary-90: $cobre-gray-90;
|
|
85
87
|
$cobre-primary-80: $cobre-gray-80;
|
|
@@ -110,7 +112,12 @@ $cobre-info-10: $cobre-blue-10;
|
|
|
110
112
|
|
|
111
113
|
$cobre-warning-50: $cobre-yellow-50;
|
|
112
114
|
|
|
113
|
-
|
|
115
|
+
|
|
116
|
+
/***
|
|
117
|
+
PRIMITIVES
|
|
118
|
+
***/
|
|
119
|
+
|
|
120
|
+
$cobre-primitives: (
|
|
114
121
|
gray-95: $cobre-gray-95,
|
|
115
122
|
gray-90: $cobre-gray-90,
|
|
116
123
|
gray-80: $cobre-gray-80,
|
|
@@ -148,7 +155,6 @@ $cobre-colors: (
|
|
|
148
155
|
yellow-20: $cobre-yellow-20,
|
|
149
156
|
yellow-10: $cobre-yellow-10,
|
|
150
157
|
yellow-5: $cobre-yellow-5,
|
|
151
|
-
|
|
152
158
|
red-95: $cobre-red-95,
|
|
153
159
|
red-80: $cobre-red-80,
|
|
154
160
|
red-90: $cobre-red-90,
|
|
@@ -172,11 +178,10 @@ $cobre-colors: (
|
|
|
172
178
|
green-20: $cobre-green-20,
|
|
173
179
|
green-10: $cobre-green-10,
|
|
174
180
|
green-5: $cobre-green-5,
|
|
175
|
-
|
|
176
181
|
teal-95: $cobre-teal-95,
|
|
182
|
+
teal-90: $cobre-teal-90,
|
|
177
183
|
teal-80: $cobre-teal-80,
|
|
178
184
|
teal-70: $cobre-teal-70,
|
|
179
|
-
teal-90: $cobre-teal-90,
|
|
180
185
|
teal-60: $cobre-teal-60,
|
|
181
186
|
teal-50: $cobre-teal-50,
|
|
182
187
|
teal-40: $cobre-teal-40,
|
|
@@ -213,12 +218,10 @@ $cobre-colors: (
|
|
|
213
218
|
secondary-20: $cobre-secondary-20,
|
|
214
219
|
secondary-10: $cobre-secondary-10,
|
|
215
220
|
secondary-5: $cobre-secondary-5,
|
|
216
|
-
|
|
217
221
|
info-50: $cobre-info-50,
|
|
218
222
|
info-10: $cobre-info-10,
|
|
219
223
|
|
|
220
224
|
warning-50: $cobre-warning-50,
|
|
221
|
-
|
|
222
225
|
// semantics
|
|
223
226
|
subtle: $cobre-primary-80,
|
|
224
227
|
subtlest: $cobre-primary-60,
|
|
@@ -234,9 +237,8 @@ $cobre-colors: (
|
|
|
234
237
|
brand-hovered: $cobre-secondary-70
|
|
235
238
|
);
|
|
236
239
|
|
|
237
|
-
|
|
238
240
|
:root {
|
|
239
|
-
@each $name, $hex in $cobre-
|
|
241
|
+
@each $name, $hex in $cobre-primitives {
|
|
240
242
|
--cobre-#{'' + $name} : #{$hex};
|
|
241
243
|
}
|
|
242
244
|
|
|
@@ -246,15 +248,16 @@ $cobre-colors: (
|
|
|
246
248
|
}
|
|
247
249
|
|
|
248
250
|
|
|
251
|
+
|
|
249
252
|
/**
|
|
250
|
-
|
|
251
|
-
|
|
253
|
+
* GLOBAL
|
|
254
|
+
*/
|
|
252
255
|
|
|
253
256
|
:root {
|
|
254
257
|
--cobre-font-family: 'Inter', sans-serif;
|
|
255
258
|
--cobre-titles-font-family: 'Inter', sans-serif;
|
|
256
|
-
--cobre-secondary-font-family:
|
|
257
|
-
--cobre-color: var(--cobre-primary
|
|
259
|
+
--cobre-secondary-font-family: "Tiro Gurmukhi", serif;
|
|
260
|
+
--cobre-color: var(--cobre-text-primary);
|
|
258
261
|
--cobre-row-hover-bg: var(--cobre-secondary-5);
|
|
259
262
|
--cobre-headline-fw: 600;
|
|
260
263
|
--cobre-title-fw: 600;
|
|
@@ -289,21 +292,21 @@ $cobre-colors: (
|
|
|
289
292
|
// MARGIN - PADDING UNITS
|
|
290
293
|
$limit: 101;
|
|
291
294
|
$unit: 1px;
|
|
292
|
-
|
|
293
295
|
/**
|
|
294
|
-
|
|
295
|
-
|
|
296
|
+
* FONTS
|
|
297
|
+
*/
|
|
298
|
+
|
|
296
299
|
|
|
297
300
|
// HEADLINE
|
|
298
301
|
$cobre-headline-movil-fs: 25.6px;
|
|
299
302
|
$cobre-headline-movil-lh: 32px;
|
|
300
303
|
$cobre-headline-movil-ls: -0.3px;
|
|
301
304
|
|
|
302
|
-
$cobre-headline-tablet-fs:
|
|
303
|
-
$cobre-headline-tablet-lh:
|
|
305
|
+
$cobre-headline-tablet-fs: 32px;
|
|
306
|
+
$cobre-headline-tablet-lh: 40px;
|
|
304
307
|
$cobre-headline-tablet-ls: -0.336px;
|
|
305
308
|
|
|
306
|
-
$cobre-headline-desktop-fs:
|
|
309
|
+
$cobre-headline-desktop-fs: 32px;
|
|
307
310
|
$cobre-headline-desktop-lh: 40px;
|
|
308
311
|
$cobre-headline-desktop-ls: -0.336px;
|
|
309
312
|
|
|
@@ -314,22 +317,20 @@ $cobre-headline-numbers-movil-ls: -0.3px;
|
|
|
314
317
|
$cobre-headline-numbers-tablet-fs: 28.8px;
|
|
315
318
|
$cobre-headline-numbers-tablet-lh: 36px;
|
|
316
319
|
$cobre-headline-numbers-tablet-ls: -0.3px;
|
|
317
|
-
|
|
318
|
-
$cobre-headline-numbers-desktop-fs: 32.4px;
|
|
320
|
+
$cobre-headline-numbers-desktop-fs: 32px;
|
|
319
321
|
$cobre-headline-numbers-desktop-lh: 40px;
|
|
320
|
-
$cobre-headline-numbers-desktop-ls: -0.
|
|
321
|
-
|
|
322
|
+
$cobre-headline-numbers-desktop-ls: -0.336px;
|
|
322
323
|
|
|
323
324
|
// TITLE
|
|
324
325
|
$cobre-title-movil-fs: 20.3px;
|
|
325
326
|
$cobre-title-movil-lh: 24.3px;
|
|
326
327
|
$cobre-title-movil-ls: -0.352px;
|
|
327
328
|
|
|
328
|
-
$cobre-title-tablet-fs:
|
|
329
|
+
$cobre-title-tablet-fs: 26px;
|
|
329
330
|
$cobre-title-tablet-lh: 32px;
|
|
330
331
|
$cobre-title-tablet-ls: -0.3px;
|
|
331
332
|
|
|
332
|
-
$cobre-title-desktop-fs:
|
|
333
|
+
$cobre-title-desktop-fs: 26px;
|
|
333
334
|
$cobre-title-desktop-lh: 32px;
|
|
334
335
|
$cobre-title-desktop-ls: -0.3px;
|
|
335
336
|
|
|
@@ -340,17 +341,16 @@ $cobre-title-numbers-movil-ls: -0.3px;
|
|
|
340
341
|
$cobre-title-numbers-tablet-fs: 22.78px;
|
|
341
342
|
$cobre-title-numbers-tablet-lh: 32px;
|
|
342
343
|
$cobre-title-numbers-tablet-ls: -0.3px;
|
|
343
|
-
|
|
344
|
-
$cobre-title-numbers-desktop-fs: 25.63px;
|
|
344
|
+
$cobre-title-numbers-desktop-fs: 26px;
|
|
345
345
|
$cobre-title-numbers-desktop-lh: 32px;
|
|
346
|
-
$cobre-title-numbers-desktop-ls: -0.
|
|
346
|
+
$cobre-title-numbers-desktop-ls: -0.304;
|
|
347
347
|
|
|
348
348
|
// SUBTITLE
|
|
349
349
|
$cobre-subtitle-movil-fs: 18px;
|
|
350
350
|
$cobre-subtitle-movil-lh: 21.8px;
|
|
351
351
|
$cobre-subtitle-movil-ls: -0.352px;
|
|
352
352
|
|
|
353
|
-
$cobre-subtitle-tablet-fs:
|
|
353
|
+
$cobre-subtitle-tablet-fs: 20px;
|
|
354
354
|
$cobre-subtitle-tablet-lh: 24.3px;
|
|
355
355
|
$cobre-subtitle-tablet-ls: -0.352px;
|
|
356
356
|
|
|
@@ -361,25 +361,26 @@ $cobre-subtitle-numbers-movil-ls: -0.3px;
|
|
|
361
361
|
$cobre-subtitle-numbers-tablet-fs: 20.25px;
|
|
362
362
|
$cobre-subtitle-numbers-tablet-lh: 24.5px;
|
|
363
363
|
$cobre-subtitle-numbers-tablet-ls: -0.3px;
|
|
364
|
-
|
|
365
|
-
$cobre-subtitle-numbers-desktop-fs: 20.25px;
|
|
364
|
+
$cobre-subtitle-numbers-desktop-fs: 20px;
|
|
366
365
|
$cobre-subtitle-numbers-desktop-lh: 24.3px;
|
|
367
|
-
$cobre-subtitle-numbers-desktop-ls: -0.
|
|
366
|
+
$cobre-subtitle-numbers-desktop-ls: -0.352px;
|
|
367
|
+
|
|
368
|
+
$cobre-subtitle-fw: 500;
|
|
368
369
|
|
|
369
370
|
// LABEL
|
|
370
371
|
$cobre-label-lower-ls: 0.1px;
|
|
371
372
|
$cobre-label-upper-ls: 0.5px;
|
|
372
373
|
|
|
373
|
-
$cobre-label-small-fs:
|
|
374
|
+
$cobre-label-small-fs: 12px;
|
|
374
375
|
$cobre-label-small-lh: 16px;
|
|
375
376
|
|
|
376
|
-
$cobre-label-medium-fs:
|
|
377
|
+
$cobre-label-medium-fs: 14px;
|
|
377
378
|
$cobre-label-medium-lh: 17.1px;
|
|
378
379
|
|
|
379
380
|
$cobre-label-large-fs: 16px;
|
|
380
381
|
$cobre-label-large-lh: 19.2px;
|
|
381
382
|
|
|
382
|
-
$cobre-label-numbers-small-fs:
|
|
383
|
+
$cobre-label-numbers-small-fs: 12px;
|
|
383
384
|
$cobre-label-numbers-small-lh: 16px;
|
|
384
385
|
$cobre-label-numbers-small-ls: 0.5px;
|
|
385
386
|
|
|
@@ -387,20 +388,18 @@ $cobre-label-numbers-large-fs: 16px;
|
|
|
387
388
|
$cobre-label-numbers-large-lh: 19.2px;
|
|
388
389
|
$cobre-label-numbers-large-ls: 0.1px;
|
|
389
390
|
|
|
390
|
-
|
|
391
391
|
// BODY
|
|
392
|
-
$cobre-body-medium-fs:
|
|
392
|
+
$cobre-body-medium-fs: 14px;
|
|
393
393
|
$cobre-body-medium-lh: 21.3px;
|
|
394
|
-
$cobre-body-medium-ls:
|
|
394
|
+
$cobre-body-medium-ls: 0.3px;
|
|
395
395
|
|
|
396
396
|
$cobre-body-large-fs: 16px;
|
|
397
397
|
$cobre-body-large-lh: 24px;
|
|
398
|
-
$cobre-body-large-ls:
|
|
398
|
+
$cobre-body-large-ls: 0.3px;
|
|
399
399
|
|
|
400
|
-
$cobre-body-numbers-small-fs:
|
|
400
|
+
$cobre-body-numbers-small-fs: 14px;
|
|
401
401
|
$cobre-body-numbers-small-lh: 21.3px;
|
|
402
402
|
$cobre-body-numbers-small-ls: 0px;
|
|
403
|
-
|
|
404
403
|
// ICONS
|
|
405
404
|
$cobre-icon-large-fs: 24px;
|
|
406
405
|
$cobre-icon-medium-fs: 20px;
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
/***
|
|
2
|
+
SEMANTICS
|
|
3
|
+
***/
|
|
4
|
+
|
|
5
|
+
$cobre-semantics: (
|
|
6
|
+
// Border
|
|
7
|
+
border-strong: $cobre-primary-95,
|
|
8
|
+
border-light: $cobre-primary-80,
|
|
9
|
+
border-disabled: $cobre-primary-50,
|
|
10
|
+
border-line: $cobre-primary-20,
|
|
11
|
+
|
|
12
|
+
// Opacity
|
|
13
|
+
opacity-40: $cobre-opacity-40,
|
|
14
|
+
|
|
15
|
+
// Icon
|
|
16
|
+
icon: $cobre-primary-95,
|
|
17
|
+
icon-inverse: $cobre-primary-10,
|
|
18
|
+
icon-disabled: $cobre-primary-50,
|
|
19
|
+
icon-inverse-disabled: $cobre-primary-50,
|
|
20
|
+
icon-brand: $cobre-secondary-50,
|
|
21
|
+
|
|
22
|
+
// Error
|
|
23
|
+
error-light: $cobre-red-10,
|
|
24
|
+
error-medium: $cobre-red-30,
|
|
25
|
+
error-dark: $cobre-red-50,
|
|
26
|
+
|
|
27
|
+
// Success
|
|
28
|
+
success-light: $cobre-green-10,
|
|
29
|
+
success-medium: $cobre-green-30,
|
|
30
|
+
success-dark: $cobre-green-50,
|
|
31
|
+
|
|
32
|
+
// Warning
|
|
33
|
+
warning-light: $cobre-yellow-10,
|
|
34
|
+
warning-medium: $cobre-yellow-30,
|
|
35
|
+
warning-dark: $cobre-yellow-50,
|
|
36
|
+
|
|
37
|
+
// Information
|
|
38
|
+
info-light: $cobre-blue-10,
|
|
39
|
+
info-medium: $cobre-blue-30,
|
|
40
|
+
info-dark: $cobre-blue-50,
|
|
41
|
+
|
|
42
|
+
// Neutral
|
|
43
|
+
neutral-light: $cobre-primary-10,
|
|
44
|
+
neutral-medium: $cobre-primary-40,
|
|
45
|
+
neutral-dark: $cobre-primary-90
|
|
46
|
+
);
|
|
47
|
+
|
|
48
|
+
@each $name, $hex in $cobre-semantics {
|
|
49
|
+
.co-bg-#{'' + $name} {
|
|
50
|
+
background: var(--cobre-#{'' + $name}) !important;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@each $name, $hex in $cobre-semantics {
|
|
55
|
+
.co-text-#{'' + $name} {
|
|
56
|
+
color: var(--cobre-#{'' + $name}) !important;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:root {
|
|
61
|
+
@each $name, $hex in $cobre-semantics {
|
|
62
|
+
--cobre-#{'' + $name} : #{$hex} !important;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
/***
|
|
69
|
+
SEMANTICS TEXT
|
|
70
|
+
***/
|
|
71
|
+
|
|
72
|
+
$cobre-semantics-text: (
|
|
73
|
+
primary: $cobre-primary-95,
|
|
74
|
+
disabled: $cobre-primary-50,
|
|
75
|
+
inverse: $cobre-primary-10,
|
|
76
|
+
inverse-disabled: $cobre-primary-50,
|
|
77
|
+
secondary: $cobre-primary-80,
|
|
78
|
+
brand: $cobre-secondary-50,
|
|
79
|
+
primary-light: $cobre-primary-90
|
|
80
|
+
);
|
|
81
|
+
|
|
82
|
+
@each $name, $hex in $cobre-semantics-text {
|
|
83
|
+
.co-text-#{'' + $name} {
|
|
84
|
+
color: var(--cobre-#{'' + $name}) !important;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
:root {
|
|
89
|
+
@each $name, $hex in $cobre-semantics-text {
|
|
90
|
+
--cobre-#{'' + $name} : #{$hex} !important;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
/***
|
|
96
|
+
SEMANTICS BG
|
|
97
|
+
***/
|
|
98
|
+
|
|
99
|
+
$cobre-semantics-bg: (
|
|
100
|
+
bg-primary: $cobre-white,
|
|
101
|
+
bg-secondary: $cobre-primary-10,
|
|
102
|
+
bg-inverse: $cobre-primary-95,
|
|
103
|
+
bg-fill: $cobre-primary-95,
|
|
104
|
+
bg-fill-hover: $cobre-primary-90,
|
|
105
|
+
bg-fill-pressed: $cobre-primary-80,
|
|
106
|
+
bg-fill-selected: $cobre-primary-95,
|
|
107
|
+
bg-fill-disabled: $cobre-primary-40,
|
|
108
|
+
bg-fill-secondary: $cobre-white,
|
|
109
|
+
bg-fill-secondary-hover: $cobre-primary-20,
|
|
110
|
+
bg-fill-secondary-pressed: $cobre-primary-40,
|
|
111
|
+
bg-fill-secondary-selected: $cobre-primary-30
|
|
112
|
+
);
|
|
113
|
+
|
|
114
|
+
@each $name, $hex in $cobre-semantics-bg {
|
|
115
|
+
.co-#{'' + $name} {
|
|
116
|
+
background: var(--cobre-#{'' + $name}) !important;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
:root {
|
|
121
|
+
@each $name, $hex in $cobre-semantics-bg {
|
|
122
|
+
--cobre-#{'' + $name} : #{$hex} !important;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* DURATION
|
|
128
|
+
*/
|
|
129
|
+
|
|
130
|
+
:root {
|
|
131
|
+
--cobre-duration-alert: 0.0625rem !important;
|
|
132
|
+
}
|