@entur/form 7.0.41 → 7.0.43
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/styles.css +718 -846
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -1,81 +1,3 @@
|
|
|
1
|
-
.eds-fieldset {
|
|
2
|
-
margin: 0;
|
|
3
|
-
padding: 0;
|
|
4
|
-
border: 0;
|
|
5
|
-
}
|
|
6
|
-
/* DO NOT CHANGE!*/
|
|
7
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
8
|
-
.eds-feedback-text {
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
margin-top: 0.25rem;
|
|
12
|
-
}
|
|
13
|
-
.eds-feedback-text--info {
|
|
14
|
-
padding-left: calc(1rem + 0.125rem);
|
|
15
|
-
}
|
|
16
|
-
.eds-feedback-text__text {
|
|
17
|
-
color: var(--components-form-feedbacktext-information-standard-text);
|
|
18
|
-
}
|
|
19
|
-
.eds-contrast .eds-feedback-text__text {
|
|
20
|
-
color: var(--components-form-feedbacktext-information-contrast-text);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.eds-feedback-text__icon {
|
|
24
|
-
font-size: 1.5rem;
|
|
25
|
-
min-height: 1.5rem;
|
|
26
|
-
min-width: 1.5rem;
|
|
27
|
-
padding-right: 0.5rem;
|
|
28
|
-
position: relative;
|
|
29
|
-
top: -0.1rem;
|
|
30
|
-
}
|
|
31
|
-
.eds-feedback-text__icon--success {
|
|
32
|
-
color: var(--components-form-feedbacktext-success-standard-icon-fill);
|
|
33
|
-
}
|
|
34
|
-
.eds-feedback-text__icon--success circle {
|
|
35
|
-
fill: var(--components-form-feedbacktext-success-standard-icon-symbol);
|
|
36
|
-
}
|
|
37
|
-
.eds-contrast .eds-feedback-text__icon--success {
|
|
38
|
-
color: var(--components-form-feedbacktext-success-contrast-icon-fill);
|
|
39
|
-
}
|
|
40
|
-
.eds-contrast .eds-feedback-text__icon--success circle {
|
|
41
|
-
fill: var(--components-form-feedbacktext-success-contrast-icon-symbol);
|
|
42
|
-
}
|
|
43
|
-
.eds-feedback-text__icon--error {
|
|
44
|
-
color: var(--components-form-feedbacktext-negative-standard-icon-fill);
|
|
45
|
-
}
|
|
46
|
-
.eds-feedback-text__icon--error circle {
|
|
47
|
-
fill: var(--components-form-feedbacktext-negative-standard-icon-symbol);
|
|
48
|
-
}
|
|
49
|
-
.eds-contrast .eds-feedback-text__icon--error {
|
|
50
|
-
color: var(--components-form-feedbacktext-negative-contrast-icon-fill);
|
|
51
|
-
}
|
|
52
|
-
.eds-contrast .eds-feedback-text__icon--error circle {
|
|
53
|
-
fill: var(--components-form-feedbacktext-negative-contrast-icon-symbol);
|
|
54
|
-
}
|
|
55
|
-
.eds-feedback-text__icon--info {
|
|
56
|
-
color: var(--components-form-feedbacktext-information-standard-icon-fill);
|
|
57
|
-
}
|
|
58
|
-
.eds-feedback-text__icon--info circle {
|
|
59
|
-
fill: var(--components-form-feedbacktext-information-standard-icon-symbol);
|
|
60
|
-
}
|
|
61
|
-
.eds-contrast .eds-feedback-text__icon--info {
|
|
62
|
-
color: var(--components-form-feedbacktext-information-contrast-icon-fill);
|
|
63
|
-
}
|
|
64
|
-
.eds-contrast .eds-feedback-text__icon--info circle {
|
|
65
|
-
fill: var(--components-form-feedbacktext-information-contrast-icon-symbol);
|
|
66
|
-
}
|
|
67
|
-
.eds-feedback-text__icon--warning {
|
|
68
|
-
color: var(--components-form-feedbacktext-warning-standard-icon-fill);
|
|
69
|
-
}
|
|
70
|
-
.eds-feedback-text__icon--warning circle {
|
|
71
|
-
fill: var(--components-form-feedbacktext-warning-standard-icon-symbol);
|
|
72
|
-
}
|
|
73
|
-
.eds-contrast .eds-feedback-text__icon--warning {
|
|
74
|
-
color: var(--components-form-feedbacktext-warning-contrast-icon-fill);
|
|
75
|
-
}
|
|
76
|
-
.eds-contrast .eds-feedback-text__icon--warning circle {
|
|
77
|
-
fill: var(--components-form-feedbacktext-warning-contrast-icon-symbol);
|
|
78
|
-
}
|
|
79
1
|
/* DO NOT CHANGE!*/
|
|
80
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
81
3
|
.eds-form-control-wrapper {
|
|
@@ -261,134 +183,10 @@
|
|
|
261
183
|
.eds-form-control__append {
|
|
262
184
|
margin-left: 0;
|
|
263
185
|
}
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
.eds-input-group {
|
|
267
|
-
color: inherit;
|
|
268
|
-
display: block;
|
|
269
|
-
position: relative;
|
|
270
|
-
}
|
|
271
|
-
.eds-input-group__label {
|
|
272
|
-
color: var(--components-form-baseform-standard-text-label);
|
|
273
|
-
display: flex;
|
|
274
|
-
font-size: 1rem;
|
|
275
|
-
position: absolute;
|
|
276
|
-
line-height: 1rem;
|
|
277
|
-
height: 3rem;
|
|
278
|
-
padding: 1rem;
|
|
279
|
-
padding-left: 0;
|
|
280
|
-
margin-left: 1rem;
|
|
281
|
-
top: -0.125rem;
|
|
282
|
-
transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, padding 0.2s ease-in-out, line-height ease-in-out 0.2s;
|
|
283
|
-
-webkit-user-select: none;
|
|
284
|
-
-moz-user-select: none;
|
|
285
|
-
user-select: none;
|
|
286
|
-
pointer-events: none;
|
|
287
|
-
}
|
|
288
|
-
.eds-form-control-wrapper--is-filled .eds-input-group__label {
|
|
289
|
-
top: 0.375rem;
|
|
290
|
-
font-size: 0.75rem;
|
|
291
|
-
line-height: 0.75rem;
|
|
292
|
-
height: 10px;
|
|
293
|
-
padding: 0;
|
|
294
|
-
margin-left: 1rem;
|
|
295
|
-
}
|
|
296
|
-
.eds-textarea__label .eds-form-control-wrapper--is-filled .eds-input-group__label {
|
|
297
|
-
box-shadow: 0px -2px 0px 4px var(--textarea-label-background);
|
|
298
|
-
background: var(--textarea-label-background);
|
|
299
|
-
width: calc(100% - 1rem - 1rem - 4px);
|
|
300
|
-
}
|
|
301
|
-
.eds-form-control-wrapper--size-large .eds-form-control-wrapper--is-filled .eds-input-group__label {
|
|
302
|
-
top: 0.5rem;
|
|
303
|
-
font-size: 0.875rem;
|
|
304
|
-
line-height: 1rem;
|
|
305
|
-
padding: 0;
|
|
306
|
-
margin-left: 1rem;
|
|
307
|
-
}
|
|
308
|
-
.eds-form-control-wrapper--size-large .eds-input-group__label {
|
|
309
|
-
font-size: 1.5rem;
|
|
310
|
-
line-height: 2.25rem;
|
|
311
|
-
height: 4rem;
|
|
312
|
-
top: -0.25rem;
|
|
313
|
-
}
|
|
314
|
-
.eds-input-group__label--filled {
|
|
315
|
-
top: 0.375rem;
|
|
316
|
-
font-size: 0.75rem;
|
|
317
|
-
line-height: 0.75rem;
|
|
318
|
-
height: 10px;
|
|
319
|
-
padding: 0;
|
|
320
|
-
margin-left: 1rem;
|
|
321
|
-
}
|
|
322
|
-
.eds-textarea__label .eds-input-group__label--filled {
|
|
323
|
-
box-shadow: 0px -2px 0px 4px var(--textarea-label-background);
|
|
324
|
-
background: var(--textarea-label-background);
|
|
325
|
-
width: calc(100% - 1rem - 1rem - 4px);
|
|
326
|
-
}
|
|
327
|
-
.eds-form-control-wrapper--size-large .eds-input-group__label--filled {
|
|
328
|
-
top: 0.5rem;
|
|
329
|
-
font-size: 0.875rem;
|
|
330
|
-
line-height: 1rem;
|
|
331
|
-
padding: 0;
|
|
332
|
-
margin-left: 1rem;
|
|
333
|
-
}
|
|
334
|
-
.eds-input-group__label-tooltip-icon {
|
|
335
|
-
color: var(--base-colors-shape-accent);
|
|
336
|
-
padding-left: 0.25rem;
|
|
337
|
-
padding-right: 0.25rem;
|
|
338
|
-
display: flex;
|
|
339
|
-
align-items: center;
|
|
340
|
-
cursor: help;
|
|
341
|
-
font-size: 1rem;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.eds-form-control-wrapper[focus-within] .eds-input-group__label {
|
|
345
|
-
top: 0.375rem;
|
|
346
|
-
font-size: 0.75rem;
|
|
347
|
-
line-height: 0.75rem;
|
|
348
|
-
height: 10px;
|
|
349
|
-
padding: 0;
|
|
350
|
-
margin-left: 1rem;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.eds-form-control-wrapper:focus-within .eds-input-group__label {
|
|
354
|
-
top: 0.375rem;
|
|
355
|
-
font-size: 0.75rem;
|
|
356
|
-
line-height: 0.75rem;
|
|
357
|
-
height: 10px;
|
|
358
|
-
padding: 0;
|
|
359
|
-
margin-left: 1rem;
|
|
360
|
-
}
|
|
361
|
-
.eds-textarea__label .eds-form-control-wrapper[focus-within] .eds-input-group__label {
|
|
362
|
-
box-shadow: 0px -2px 0px 4px var(--textarea-label-background);
|
|
363
|
-
background: var(--textarea-label-background);
|
|
364
|
-
width: calc(100% - 1rem - 1rem - 4px);
|
|
365
|
-
}
|
|
366
|
-
.eds-textarea__label .eds-form-control-wrapper:focus-within .eds-input-group__label {
|
|
367
|
-
box-shadow: 0px -2px 0px 4px var(--textarea-label-background);
|
|
368
|
-
background: var(--textarea-label-background);
|
|
369
|
-
width: calc(100% - 1rem - 1rem - 4px);
|
|
370
|
-
}
|
|
371
|
-
.eds-form-control-wrapper--size-large[focus-within] .eds-input-group__label {
|
|
372
|
-
top: 0.5rem;
|
|
373
|
-
font-size: 0.875rem;
|
|
374
|
-
line-height: 1rem;
|
|
375
|
-
padding: 0;
|
|
376
|
-
margin-left: 1rem;
|
|
377
|
-
}
|
|
378
|
-
.eds-form-control-wrapper--size-large:focus-within .eds-input-group__label {
|
|
379
|
-
top: 0.5rem;
|
|
380
|
-
font-size: 0.875rem;
|
|
381
|
-
line-height: 1rem;
|
|
186
|
+
.eds-fieldset {
|
|
187
|
+
margin: 0;
|
|
382
188
|
padding: 0;
|
|
383
|
-
|
|
384
|
-
}
|
|
385
|
-
.eds-contrast .eds-form-control-wrapper .eds-tooltip {
|
|
386
|
-
background: var(--components-tooltip-tooltip-standard-fill);
|
|
387
|
-
color: var(--components-tooltip-tooltip-standard-text);
|
|
388
|
-
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
389
|
-
}
|
|
390
|
-
.eds-form-control-wrapper .eds-tooltip::after {
|
|
391
|
-
background: var(--components-tooltip-tooltip-standard-fill);
|
|
189
|
+
border: 0;
|
|
392
190
|
}
|
|
393
191
|
/* DO NOT CHANGE!*/
|
|
394
192
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -629,122 +427,205 @@
|
|
|
629
427
|
}
|
|
630
428
|
/* DO NOT CHANGE!*/
|
|
631
429
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
632
|
-
.eds-
|
|
633
|
-
cursor: pointer;
|
|
634
|
-
-webkit-user-select: none;
|
|
635
|
-
-moz-user-select: none;
|
|
636
|
-
user-select: none;
|
|
637
|
-
padding: 0.5rem 0;
|
|
638
|
-
width: -moz-fit-content;
|
|
639
|
-
width: fit-content;
|
|
640
|
-
}
|
|
641
|
-
.eds-switch input {
|
|
642
|
-
opacity: 0;
|
|
643
|
-
pointer-events: none;
|
|
644
|
-
position: absolute;
|
|
645
|
-
}
|
|
646
|
-
.eds-switch--right {
|
|
647
|
-
display: flex;
|
|
648
|
-
flex-direction: row;
|
|
649
|
-
align-items: center;
|
|
650
|
-
}
|
|
651
|
-
.eds-switch--bottom {
|
|
430
|
+
.eds-feedback-text {
|
|
652
431
|
display: flex;
|
|
653
|
-
flex-direction: column;
|
|
654
432
|
align-items: center;
|
|
433
|
+
margin-top: 0.25rem;
|
|
655
434
|
}
|
|
656
|
-
.eds-
|
|
657
|
-
|
|
658
|
-
height: 1.25rem;
|
|
659
|
-
width: 1.25rem;
|
|
660
|
-
content: "";
|
|
661
|
-
display: flex;
|
|
662
|
-
align-items: center;
|
|
663
|
-
justify-content: center;
|
|
664
|
-
transition: left 0.1s ease-in-out, background-color 0.1s ease-in-out;
|
|
665
|
-
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
666
|
-
background-color: var(--components-form-switch-standard-switch);
|
|
667
|
-
top: 0.125rem;
|
|
668
|
-
left: 0.125rem;
|
|
669
|
-
position: relative;
|
|
435
|
+
.eds-feedback-text--info {
|
|
436
|
+
padding-left: calc(1rem + 0.125rem);
|
|
670
437
|
}
|
|
671
|
-
.eds-
|
|
672
|
-
|
|
673
|
-
width: 1.75rem;
|
|
438
|
+
.eds-feedback-text__text {
|
|
439
|
+
color: var(--components-form-feedbacktext-information-standard-text);
|
|
674
440
|
}
|
|
675
|
-
.eds-contrast .eds-
|
|
676
|
-
|
|
441
|
+
.eds-contrast .eds-feedback-text__text {
|
|
442
|
+
color: var(--components-form-feedbacktext-information-contrast-text);
|
|
677
443
|
}
|
|
678
|
-
|
|
444
|
+
|
|
445
|
+
.eds-feedback-text__icon {
|
|
446
|
+
font-size: 1.5rem;
|
|
447
|
+
min-height: 1.5rem;
|
|
448
|
+
min-width: 1.5rem;
|
|
449
|
+
padding-right: 0.5rem;
|
|
679
450
|
position: relative;
|
|
680
|
-
|
|
681
|
-
content: "";
|
|
682
|
-
display: block;
|
|
683
|
-
transition: background-color 0.1s ease-in-out;
|
|
684
|
-
height: 1.5rem;
|
|
685
|
-
width: 3rem;
|
|
686
|
-
border-radius: 1.5rem;
|
|
687
|
-
box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.1);
|
|
451
|
+
top: -0.1rem;
|
|
688
452
|
}
|
|
689
|
-
.eds-
|
|
690
|
-
|
|
453
|
+
.eds-feedback-text__icon--success {
|
|
454
|
+
color: var(--components-form-feedbacktext-success-standard-icon-fill);
|
|
691
455
|
}
|
|
692
|
-
.eds-
|
|
693
|
-
|
|
456
|
+
.eds-feedback-text__icon--success circle {
|
|
457
|
+
fill: var(--components-form-feedbacktext-success-standard-icon-symbol);
|
|
694
458
|
}
|
|
695
|
-
.eds-
|
|
696
|
-
|
|
697
|
-
fill: var(--components-form-switch-standard-icon-false);
|
|
698
|
-
transition: fill ease-in-out 0.1s;
|
|
459
|
+
.eds-contrast .eds-feedback-text__icon--success {
|
|
460
|
+
color: var(--components-form-feedbacktext-success-contrast-icon-fill);
|
|
699
461
|
}
|
|
700
|
-
.eds-contrast .eds-
|
|
701
|
-
|
|
702
|
-
fill: var(--components-form-switch-contrast-icon-false);
|
|
462
|
+
.eds-contrast .eds-feedback-text__icon--success circle {
|
|
463
|
+
fill: var(--components-form-feedbacktext-success-contrast-icon-symbol);
|
|
703
464
|
}
|
|
704
|
-
|
|
705
|
-
|
|
465
|
+
.eds-feedback-text__icon--error {
|
|
466
|
+
color: var(--components-form-feedbacktext-negative-standard-icon-fill);
|
|
706
467
|
}
|
|
707
|
-
|
|
708
|
-
|
|
468
|
+
.eds-feedback-text__icon--error circle {
|
|
469
|
+
fill: var(--components-form-feedbacktext-negative-standard-icon-symbol);
|
|
709
470
|
}
|
|
710
|
-
|
|
711
|
-
:
|
|
712
|
-
fill: var(--eds-switch-color);
|
|
471
|
+
.eds-contrast .eds-feedback-text__icon--error {
|
|
472
|
+
color: var(--components-form-feedbacktext-negative-contrast-icon-fill);
|
|
713
473
|
}
|
|
714
|
-
.eds-contrast
|
|
715
|
-
|
|
474
|
+
.eds-contrast .eds-feedback-text__icon--error circle {
|
|
475
|
+
fill: var(--components-form-feedbacktext-negative-contrast-icon-symbol);
|
|
716
476
|
}
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
720
|
-
outline-offset: 0.125rem;
|
|
477
|
+
.eds-feedback-text__icon--info {
|
|
478
|
+
color: var(--components-form-feedbacktext-information-standard-icon-fill);
|
|
721
479
|
}
|
|
722
|
-
.eds-
|
|
723
|
-
|
|
480
|
+
.eds-feedback-text__icon--info circle {
|
|
481
|
+
fill: var(--components-form-feedbacktext-information-standard-icon-symbol);
|
|
724
482
|
}
|
|
725
|
-
.eds-
|
|
726
|
-
|
|
727
|
-
height: 2rem;
|
|
728
|
-
border-radius: 3.75rem;
|
|
483
|
+
.eds-contrast .eds-feedback-text__icon--info {
|
|
484
|
+
color: var(--components-form-feedbacktext-information-contrast-icon-fill);
|
|
729
485
|
}
|
|
730
|
-
|
|
731
|
-
|
|
486
|
+
.eds-contrast .eds-feedback-text__icon--info circle {
|
|
487
|
+
fill: var(--components-form-feedbacktext-information-contrast-icon-symbol);
|
|
732
488
|
}
|
|
733
|
-
.eds-
|
|
489
|
+
.eds-feedback-text__icon--warning {
|
|
490
|
+
color: var(--components-form-feedbacktext-warning-standard-icon-fill);
|
|
491
|
+
}
|
|
492
|
+
.eds-feedback-text__icon--warning circle {
|
|
493
|
+
fill: var(--components-form-feedbacktext-warning-standard-icon-symbol);
|
|
494
|
+
}
|
|
495
|
+
.eds-contrast .eds-feedback-text__icon--warning {
|
|
496
|
+
color: var(--components-form-feedbacktext-warning-contrast-icon-fill);
|
|
497
|
+
}
|
|
498
|
+
.eds-contrast .eds-feedback-text__icon--warning circle {
|
|
499
|
+
fill: var(--components-form-feedbacktext-warning-contrast-icon-symbol);
|
|
500
|
+
}
|
|
501
|
+
/* DO NOT CHANGE!*/
|
|
502
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
503
|
+
.eds-input-group {
|
|
504
|
+
color: inherit;
|
|
505
|
+
display: block;
|
|
734
506
|
position: relative;
|
|
735
|
-
right: 0.05rem;
|
|
736
507
|
}
|
|
737
|
-
.eds-
|
|
508
|
+
.eds-input-group__label {
|
|
509
|
+
color: var(--components-form-baseform-standard-text-label);
|
|
510
|
+
display: flex;
|
|
738
511
|
font-size: 1rem;
|
|
512
|
+
position: absolute;
|
|
513
|
+
line-height: 1rem;
|
|
514
|
+
height: 3rem;
|
|
515
|
+
padding: 1rem;
|
|
516
|
+
padding-left: 0;
|
|
517
|
+
margin-left: 1rem;
|
|
518
|
+
top: -0.125rem;
|
|
519
|
+
transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, padding 0.2s ease-in-out, line-height ease-in-out 0.2s;
|
|
520
|
+
-webkit-user-select: none;
|
|
521
|
+
-moz-user-select: none;
|
|
522
|
+
user-select: none;
|
|
523
|
+
pointer-events: none;
|
|
739
524
|
}
|
|
740
|
-
.eds-
|
|
525
|
+
.eds-form-control-wrapper--is-filled .eds-input-group__label {
|
|
526
|
+
top: 0.375rem;
|
|
527
|
+
font-size: 0.75rem;
|
|
528
|
+
line-height: 0.75rem;
|
|
529
|
+
height: 10px;
|
|
530
|
+
padding: 0;
|
|
531
|
+
margin-left: 1rem;
|
|
532
|
+
}
|
|
533
|
+
.eds-textarea__label .eds-form-control-wrapper--is-filled .eds-input-group__label {
|
|
534
|
+
box-shadow: 0px -2px 0px 4px var(--textarea-label-background);
|
|
535
|
+
background: var(--textarea-label-background);
|
|
536
|
+
width: calc(100% - 1rem - 1rem - 4px);
|
|
537
|
+
}
|
|
538
|
+
.eds-form-control-wrapper--size-large .eds-form-control-wrapper--is-filled .eds-input-group__label {
|
|
539
|
+
top: 0.5rem;
|
|
741
540
|
font-size: 0.875rem;
|
|
541
|
+
line-height: 1rem;
|
|
542
|
+
padding: 0;
|
|
543
|
+
margin-left: 1rem;
|
|
742
544
|
}
|
|
743
|
-
.eds-
|
|
545
|
+
.eds-form-control-wrapper--size-large .eds-input-group__label {
|
|
546
|
+
font-size: 1.5rem;
|
|
547
|
+
line-height: 2.25rem;
|
|
548
|
+
height: 4rem;
|
|
549
|
+
top: -0.25rem;
|
|
550
|
+
}
|
|
551
|
+
.eds-input-group__label--filled {
|
|
552
|
+
top: 0.375rem;
|
|
553
|
+
font-size: 0.75rem;
|
|
554
|
+
line-height: 0.75rem;
|
|
555
|
+
height: 10px;
|
|
556
|
+
padding: 0;
|
|
557
|
+
margin-left: 1rem;
|
|
558
|
+
}
|
|
559
|
+
.eds-textarea__label .eds-input-group__label--filled {
|
|
560
|
+
box-shadow: 0px -2px 0px 4px var(--textarea-label-background);
|
|
561
|
+
background: var(--textarea-label-background);
|
|
562
|
+
width: calc(100% - 1rem - 1rem - 4px);
|
|
563
|
+
}
|
|
564
|
+
.eds-form-control-wrapper--size-large .eds-input-group__label--filled {
|
|
565
|
+
top: 0.5rem;
|
|
744
566
|
font-size: 0.875rem;
|
|
567
|
+
line-height: 1rem;
|
|
568
|
+
padding: 0;
|
|
569
|
+
margin-left: 1rem;
|
|
745
570
|
}
|
|
746
|
-
.eds-
|
|
571
|
+
.eds-input-group__label-tooltip-icon {
|
|
572
|
+
color: var(--base-colors-shape-accent);
|
|
573
|
+
padding-left: 0.25rem;
|
|
574
|
+
padding-right: 0.25rem;
|
|
575
|
+
display: flex;
|
|
576
|
+
align-items: center;
|
|
577
|
+
cursor: help;
|
|
578
|
+
font-size: 1rem;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.eds-form-control-wrapper[focus-within] .eds-input-group__label {
|
|
582
|
+
top: 0.375rem;
|
|
747
583
|
font-size: 0.75rem;
|
|
584
|
+
line-height: 0.75rem;
|
|
585
|
+
height: 10px;
|
|
586
|
+
padding: 0;
|
|
587
|
+
margin-left: 1rem;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.eds-form-control-wrapper:focus-within .eds-input-group__label {
|
|
591
|
+
top: 0.375rem;
|
|
592
|
+
font-size: 0.75rem;
|
|
593
|
+
line-height: 0.75rem;
|
|
594
|
+
height: 10px;
|
|
595
|
+
padding: 0;
|
|
596
|
+
margin-left: 1rem;
|
|
597
|
+
}
|
|
598
|
+
.eds-textarea__label .eds-form-control-wrapper[focus-within] .eds-input-group__label {
|
|
599
|
+
box-shadow: 0px -2px 0px 4px var(--textarea-label-background);
|
|
600
|
+
background: var(--textarea-label-background);
|
|
601
|
+
width: calc(100% - 1rem - 1rem - 4px);
|
|
602
|
+
}
|
|
603
|
+
.eds-textarea__label .eds-form-control-wrapper:focus-within .eds-input-group__label {
|
|
604
|
+
box-shadow: 0px -2px 0px 4px var(--textarea-label-background);
|
|
605
|
+
background: var(--textarea-label-background);
|
|
606
|
+
width: calc(100% - 1rem - 1rem - 4px);
|
|
607
|
+
}
|
|
608
|
+
.eds-form-control-wrapper--size-large[focus-within] .eds-input-group__label {
|
|
609
|
+
top: 0.5rem;
|
|
610
|
+
font-size: 0.875rem;
|
|
611
|
+
line-height: 1rem;
|
|
612
|
+
padding: 0;
|
|
613
|
+
margin-left: 1rem;
|
|
614
|
+
}
|
|
615
|
+
.eds-form-control-wrapper--size-large:focus-within .eds-input-group__label {
|
|
616
|
+
top: 0.5rem;
|
|
617
|
+
font-size: 0.875rem;
|
|
618
|
+
line-height: 1rem;
|
|
619
|
+
padding: 0;
|
|
620
|
+
margin-left: 1rem;
|
|
621
|
+
}
|
|
622
|
+
.eds-contrast .eds-form-control-wrapper .eds-tooltip {
|
|
623
|
+
background: var(--components-tooltip-tooltip-standard-fill);
|
|
624
|
+
color: var(--components-tooltip-tooltip-standard-text);
|
|
625
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
626
|
+
}
|
|
627
|
+
.eds-form-control-wrapper .eds-tooltip::after {
|
|
628
|
+
background: var(--components-tooltip-tooltip-standard-fill);
|
|
748
629
|
}
|
|
749
630
|
/* DO NOT CHANGE!*/
|
|
750
631
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -904,6 +785,125 @@ input:disabled + .eds-input-panel__container {
|
|
|
904
785
|
}
|
|
905
786
|
/* DO NOT CHANGE!*/
|
|
906
787
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
788
|
+
.eds-switch {
|
|
789
|
+
cursor: pointer;
|
|
790
|
+
-webkit-user-select: none;
|
|
791
|
+
-moz-user-select: none;
|
|
792
|
+
user-select: none;
|
|
793
|
+
padding: 0.5rem 0;
|
|
794
|
+
width: -moz-fit-content;
|
|
795
|
+
width: fit-content;
|
|
796
|
+
}
|
|
797
|
+
.eds-switch input {
|
|
798
|
+
opacity: 0;
|
|
799
|
+
pointer-events: none;
|
|
800
|
+
position: absolute;
|
|
801
|
+
}
|
|
802
|
+
.eds-switch--right {
|
|
803
|
+
display: flex;
|
|
804
|
+
flex-direction: row;
|
|
805
|
+
align-items: center;
|
|
806
|
+
}
|
|
807
|
+
.eds-switch--bottom {
|
|
808
|
+
display: flex;
|
|
809
|
+
flex-direction: column;
|
|
810
|
+
align-items: center;
|
|
811
|
+
}
|
|
812
|
+
.eds-switch__circle {
|
|
813
|
+
border-radius: 50%;
|
|
814
|
+
height: 1.25rem;
|
|
815
|
+
width: 1.25rem;
|
|
816
|
+
content: "";
|
|
817
|
+
display: flex;
|
|
818
|
+
align-items: center;
|
|
819
|
+
justify-content: center;
|
|
820
|
+
transition: left 0.1s ease-in-out, background-color 0.1s ease-in-out;
|
|
821
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
822
|
+
background-color: var(--components-form-switch-standard-switch);
|
|
823
|
+
top: 0.125rem;
|
|
824
|
+
left: 0.125rem;
|
|
825
|
+
position: relative;
|
|
826
|
+
}
|
|
827
|
+
.eds-switch__switch--large .eds-switch__circle {
|
|
828
|
+
height: 1.75rem;
|
|
829
|
+
width: 1.75rem;
|
|
830
|
+
}
|
|
831
|
+
.eds-contrast .eds-switch__circle {
|
|
832
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
|
|
833
|
+
}
|
|
834
|
+
.eds-switch__switch {
|
|
835
|
+
position: relative;
|
|
836
|
+
background-color: var(--components-form-switch-standard-fill-false);
|
|
837
|
+
content: "";
|
|
838
|
+
display: block;
|
|
839
|
+
transition: background-color 0.1s ease-in-out;
|
|
840
|
+
height: 1.5rem;
|
|
841
|
+
width: 3rem;
|
|
842
|
+
border-radius: 1.5rem;
|
|
843
|
+
box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.1);
|
|
844
|
+
}
|
|
845
|
+
.eds-contrast .eds-switch__switch {
|
|
846
|
+
background-color: var(--components-form-switch-contrast-fill-false);
|
|
847
|
+
}
|
|
848
|
+
.eds-switch--right .eds-switch__switch {
|
|
849
|
+
margin-right: 0.75rem;
|
|
850
|
+
}
|
|
851
|
+
.eds-switch__switch svg g,
|
|
852
|
+
.eds-switch__switch path {
|
|
853
|
+
fill: var(--components-form-switch-standard-icon-false);
|
|
854
|
+
transition: fill ease-in-out 0.1s;
|
|
855
|
+
}
|
|
856
|
+
.eds-contrast .eds-switch__switch svg g,
|
|
857
|
+
.eds-contrast .eds-switch__switch path {
|
|
858
|
+
fill: var(--components-form-switch-contrast-icon-false);
|
|
859
|
+
}
|
|
860
|
+
:checked + .eds-switch__switch {
|
|
861
|
+
background-color: var(--eds-switch-color);
|
|
862
|
+
}
|
|
863
|
+
:checked + .eds-switch__switch .eds-switch__circle {
|
|
864
|
+
left: 1.625rem;
|
|
865
|
+
}
|
|
866
|
+
:checked + .eds-switch__switch .eds-switch__circle svg g,
|
|
867
|
+
:checked + .eds-switch__switch .eds-switch__circle path {
|
|
868
|
+
fill: var(--eds-switch-color);
|
|
869
|
+
}
|
|
870
|
+
.eds-contrast :checked + .eds-switch__switch {
|
|
871
|
+
background-color: var(--eds-switch-contrast-color);
|
|
872
|
+
}
|
|
873
|
+
:focus + .eds-switch__switch {
|
|
874
|
+
outline: 2px solid #181c56;
|
|
875
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
876
|
+
outline-offset: 0.125rem;
|
|
877
|
+
}
|
|
878
|
+
.eds-contrast :focus + .eds-switch__switch {
|
|
879
|
+
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
880
|
+
}
|
|
881
|
+
.eds-switch__switch--large {
|
|
882
|
+
width: 3.75rem;
|
|
883
|
+
height: 2rem;
|
|
884
|
+
border-radius: 3.75rem;
|
|
885
|
+
}
|
|
886
|
+
:checked + .eds-switch__switch--large .eds-switch__circle {
|
|
887
|
+
left: 1.875rem;
|
|
888
|
+
}
|
|
889
|
+
.eds-switch__switch--large svg {
|
|
890
|
+
position: relative;
|
|
891
|
+
right: 0.05rem;
|
|
892
|
+
}
|
|
893
|
+
.eds-switch__label--large--right {
|
|
894
|
+
font-size: 1rem;
|
|
895
|
+
}
|
|
896
|
+
.eds-switch__label--large--bottom {
|
|
897
|
+
font-size: 0.875rem;
|
|
898
|
+
}
|
|
899
|
+
.eds-switch__label--medium--right {
|
|
900
|
+
font-size: 0.875rem;
|
|
901
|
+
}
|
|
902
|
+
.eds-switch__label--medium--bottom {
|
|
903
|
+
font-size: 0.75rem;
|
|
904
|
+
}
|
|
905
|
+
/* DO NOT CHANGE!*/
|
|
906
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
907
907
|
textarea.eds-form-control.eds-textarea {
|
|
908
908
|
min-height: 7.75rem;
|
|
909
909
|
resize: vertical;
|
|
@@ -1040,578 +1040,450 @@ textarea.eds-form-control.eds-textarea {
|
|
|
1040
1040
|
.eds-contrast .eds-segmented-control {
|
|
1041
1041
|
background: var(--components-form-segmentedcontrol-contrast-background);
|
|
1042
1042
|
}
|
|
1043
|
-
@import "~@entur/tokens/dist/primitive.css";
|
|
1044
|
-
@import "~@entur/tokens/dist/semantic.css";
|
|
1045
1043
|
/* DO NOT CHANGE!*/
|
|
1046
1044
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
--fill-background-contrast-light: var(--lavender-90);
|
|
1050
|
-
--fill-background-contrast-lightalt: var(--blue-90);
|
|
1051
|
-
--fill-background-contrast-lightalt-2: var(--blue-100);
|
|
1052
|
-
--fill-background-overlay-solid: var(--ebony-80);
|
|
1053
|
-
--fill-background-overlay-solidalt: var(--ebony-75);
|
|
1054
|
-
--fill-background-overlay-transparent: var(--transparent-ebony-alpha15);
|
|
1055
|
-
--fill-background-overlay-transparentalt: var(--transparent-ebony-alpha25);
|
|
1056
|
-
--fill-background-standard-colorless: var(--white-alpha-0);
|
|
1057
|
-
--fill-background-standard-dark: var(--ebony-100);
|
|
1058
|
-
--fill-background-standard-light: var(--white-alpha-100);
|
|
1059
|
-
--fill-background-subdued-dark: var(--ebony-85);
|
|
1060
|
-
--fill-background-subdued-light: var(--blue-30);
|
|
1061
|
-
--fill-background-tint-dark: var(--ebony-95);
|
|
1062
|
-
--fill-background-tint-light: var(--blue-10);
|
|
1063
|
-
--fill-background-tint-neutral: var(--grey-10);
|
|
1064
|
-
--fill-background-tint-transparent: var(--transparent-blue-alpha10);
|
|
1065
|
-
--fill-boolean-false-contrast: var(--blue-50);
|
|
1066
|
-
--fill-boolean-false-dark: var(--transparent-ebony-alpha35);
|
|
1067
|
-
--fill-boolean-false-light: var(--grey-60);
|
|
1068
|
-
--fill-boolean-true-contrast: var(--mint-40);
|
|
1069
|
-
--fill-boolean-true-dark: var(--mint-40);
|
|
1070
|
-
--fill-boolean-true-light: var(--mint-60);
|
|
1071
|
-
--fill-disabled-light: var(--grey-40);
|
|
1072
|
-
--fill-disabled-transparent: var(--transparent-neutral-alpha15);
|
|
1073
|
-
--fill-disabled-transparentalt: var(--transparent-neutral-alpha10);
|
|
1074
|
-
--fill-information-contrast: var(--sky-30);
|
|
1075
|
-
--fill-information-deep: var(--sky-50);
|
|
1076
|
-
--fill-information-muted: var(--sky-10);
|
|
1077
|
-
--fill-information-tint: var(--sky-20);
|
|
1078
|
-
--fill-negative-contrast: var(--coral-40);
|
|
1079
|
-
--fill-negative-dark: var(--coral-90);
|
|
1080
|
-
--fill-negative-deep: var(--coral-60);
|
|
1081
|
-
--fill-negative-muted: var(--coral-20);
|
|
1082
|
-
--fill-negative-tint: var(--coral-30);
|
|
1083
|
-
--fill-negative-transparent: var(--transparent-coral-alpha20);
|
|
1084
|
-
--fill-primary-active-contrast: var(--lavender-50);
|
|
1085
|
-
--fill-primary-active-light: var(--lavender-100);
|
|
1086
|
-
--fill-primary-default-contrast: var(--lavender-40);
|
|
1087
|
-
--fill-primary-default-light: var(--lavender-90);
|
|
1088
|
-
--fill-primary-hover-contrast: var(--lavender-30);
|
|
1089
|
-
--fill-primary-hover-light: var(--blue-90);
|
|
1090
|
-
--fill-secondary-active-contrast: var(--lavender-50);
|
|
1091
|
-
--fill-secondary-active-light: var(--lavender-40);
|
|
1092
|
-
--fill-secondary-default-colorless: var(--white-alpha-0);
|
|
1093
|
-
--fill-secondary-hover-contrast: var(--blue-70);
|
|
1094
|
-
--fill-secondary-hover-light: var(--lavender-20);
|
|
1095
|
-
--fill-selected-default-contrast: var(--blue-90);
|
|
1096
|
-
--fill-selected-default-dark: var(--ebony-10);
|
|
1097
|
-
--fill-selected-default-darkalt: var(--ebony-50);
|
|
1098
|
-
--fill-selected-default-light: var(--blue-10);
|
|
1099
|
-
--fill-selected-default-neutral: var(--grey-30);
|
|
1100
|
-
--fill-selected-hover-contrast: var(--blue-80);
|
|
1101
|
-
--fill-selected-hover-dark: var(--transparent-ebony-alpha35);
|
|
1102
|
-
--fill-selected-hover-light: var(--blue-20);
|
|
1103
|
-
--fill-selected-hover-neutral: var(--grey-20);
|
|
1104
|
-
--fill-success-contrast: var(--mint-40);
|
|
1105
|
-
--fill-success-deep: var(--mint-60);
|
|
1106
|
-
--fill-success-muted: var(--mint-20);
|
|
1107
|
-
--fill-success-subdued: var(--mint-50);
|
|
1108
|
-
--fill-success-tint: var(--mint-30);
|
|
1109
|
-
--fill-warning-contrast: var(--canary-40);
|
|
1110
|
-
--fill-warning-deep: var(--canary-60);
|
|
1111
|
-
--fill-warning-muted: var(--canary-20);
|
|
1112
|
-
--fill-warning-tint: var(--canary-30);
|
|
1113
|
-
--shape-accent: var(--lavender-90);
|
|
1114
|
-
--shape-contrast: var(--lavender-40);
|
|
1115
|
-
--shape-dark: var(--ebony-100);
|
|
1116
|
-
--shape-darkalt: var(--ebony-30);
|
|
1117
|
-
--shape-disabled: var(--grey-80);
|
|
1118
|
-
--shape-highlight: var(--coral-40);
|
|
1119
|
-
--shape-highlightalt: var(--coral-30);
|
|
1120
|
-
--shape-inactive: var(--blue-40);
|
|
1121
|
-
--shape-information: var(--sky-50);
|
|
1122
|
-
--shape-informationalt: var(--sky-30);
|
|
1123
|
-
--shape-light: var(--white-alpha-100);
|
|
1124
|
-
--shape-lightalt: var(--ebony-10);
|
|
1125
|
-
--shape-negative: var(--coral-60);
|
|
1126
|
-
--shape-negativealt: var(--coral-30);
|
|
1127
|
-
--shape-neutral: var(--grey-70);
|
|
1128
|
-
--shape-neutralalt: var(--grey-50);
|
|
1129
|
-
--shape-neutralalt2: var(--grey-60);
|
|
1130
|
-
--shape-subdued: var(--blue-70);
|
|
1131
|
-
--shape-subduedalt: var(--blue-30);
|
|
1132
|
-
--shape-success: var(--mint-60);
|
|
1133
|
-
--shape-successalt: var(--mint-40);
|
|
1134
|
-
--shape-warning: var(--canary-60);
|
|
1135
|
-
--shape-warningalt: var(--canary-40);
|
|
1136
|
-
--stroke-accent: var(--lavender-90);
|
|
1137
|
-
--stroke-colorless: var(--white-alpha-0);
|
|
1138
|
-
--stroke-contrast: var(--lavender-40);
|
|
1139
|
-
--stroke-contrastalt: var(--blue-80);
|
|
1140
|
-
--stroke-dark: var(--ebony-30);
|
|
1141
|
-
--stroke-darkalt: var(--ebony-50);
|
|
1142
|
-
--stroke-darkalt-2: var(--ebony-100);
|
|
1143
|
-
--stroke-highlight: var(--coral-40);
|
|
1144
|
-
--stroke-highlightalt: var(--coral-30);
|
|
1145
|
-
--stroke-information: var(--sky-50);
|
|
1146
|
-
--stroke-light: var(--white-alpha-100);
|
|
1147
|
-
--stroke-lightalt: var(--ebony-10);
|
|
1148
|
-
--stroke-negative: var(--coral-60);
|
|
1149
|
-
--stroke-negativealt: var(--coral-30);
|
|
1150
|
-
--stroke-neutral: var(--grey-30);
|
|
1151
|
-
--stroke-neutralalt: var(--grey-60);
|
|
1152
|
-
--stroke-subdued: var(--blue-60);
|
|
1153
|
-
--stroke-success: var(--mint-60);
|
|
1154
|
-
--stroke-successalt: var(--mint-40);
|
|
1155
|
-
--stroke-transparent: var(--transparent-blue-alpha40);
|
|
1156
|
-
--stroke-transparentalt: var(--transparent-lavender-alpha70);
|
|
1157
|
-
--stroke-warning: var(--canary-70);
|
|
1158
|
-
--text-accent: var(--lavender-90);
|
|
1159
|
-
--text-dark: var(--ebony-100);
|
|
1160
|
-
--text-darkalt: var(--ebony-30);
|
|
1161
|
-
--text-disabled: var(--grey-80);
|
|
1162
|
-
--text-highlight: var(--lavender-40);
|
|
1163
|
-
--text-highlightalt: var(--peach-40);
|
|
1164
|
-
--text-light: var(--white-alpha-100);
|
|
1165
|
-
--text-lightalt: var(--ebony-10);
|
|
1166
|
-
--text-negative: var(--coral-60);
|
|
1167
|
-
--text-negativealt: var(--coral-30);
|
|
1168
|
-
--text-neutral: var(--grey-70);
|
|
1169
|
-
--text-neutralalt: var(--grey-50);
|
|
1170
|
-
--text-neutralalt2: var(--grey-60);
|
|
1171
|
-
--text-subdued: var(--blue-70);
|
|
1172
|
-
--text-subduedalt: var(--blue-30);
|
|
1173
|
-
--text-success: var(--mint-60);
|
|
1174
|
-
--text-successalt: var(--mint-40);
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1045
|
+
/* DO NOT CHANGE!*/
|
|
1046
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1177
1047
|
/* DO NOT CHANGE!*/
|
|
1178
1048
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1179
1049
|
[data-color-mode=light],
|
|
1180
1050
|
:root {
|
|
1181
|
-
--components-form-baseform-contrast-border-default:
|
|
1182
|
-
--components-form-baseform-contrast-border-interactive:
|
|
1183
|
-
--components-form-baseform-contrast-border-negative:
|
|
1184
|
-
--components-form-baseform-contrast-border-success:
|
|
1185
|
-
--components-form-baseform-contrast-fill-default:
|
|
1186
|
-
--components-form-baseform-contrast-fill-disabled:
|
|
1187
|
-
--components-form-baseform-contrast-fill-readonly:
|
|
1188
|
-
--components-form-baseform-contrast-icon:
|
|
1189
|
-
--components-form-baseform-contrast-icon-disabled:
|
|
1190
|
-
--components-form-baseform-contrast-text-content:
|
|
1191
|
-
--components-form-baseform-contrast-text-description:
|
|
1192
|
-
--components-form-baseform-contrast-text-label:
|
|
1193
|
-
--components-form-baseform-contrast-text-disabled:
|
|
1194
|
-
--components-form-baseform-standard-border-default:
|
|
1195
|
-
--components-form-baseform-standard-border-interactive:
|
|
1196
|
-
--components-form-baseform-standard-border-negative:
|
|
1197
|
-
--components-form-baseform-standard-border-success:
|
|
1198
|
-
--components-form-baseform-standard-fill-default:
|
|
1199
|
-
--components-form-baseform-standard-fill-disabled:
|
|
1200
|
-
--components-form-baseform-standard-fill-readonly:
|
|
1201
|
-
--components-form-baseform-standard-icon:
|
|
1202
|
-
--components-form-baseform-standard-icon-disabled:
|
|
1203
|
-
--components-form-baseform-standard-text-content:
|
|
1204
|
-
--components-form-baseform-standard-text-description:
|
|
1205
|
-
--components-form-baseform-standard-text-label:
|
|
1206
|
-
--components-form-baseform-standard-text-disabled:
|
|
1207
|
-
--components-form-basemenu-border:
|
|
1208
|
-
--components-form-basemenu-fill-default:
|
|
1209
|
-
--components-form-basemenu-fill-hover:
|
|
1210
|
-
--components-form-basemenu-icon:
|
|
1211
|
-
--components-form-basemenu-icon-disabled:
|
|
1212
|
-
--components-form-basemenu-text:
|
|
1213
|
-
--components-form-basemenu-text-disabled:
|
|
1214
|
-
--components-form-basepanel-contrast-border-default:
|
|
1215
|
-
--components-form-basepanel-contrast-border-disabled:
|
|
1216
|
-
--components-form-basepanel-contrast-border-selected:
|
|
1217
|
-
--components-form-basepanel-contrast-fill-default:
|
|
1218
|
-
--components-form-basepanel-contrast-fill-disabled:
|
|
1219
|
-
--components-form-basepanel-contrast-fill-expired:
|
|
1220
|
-
--components-form-basepanel-contrast-fill-hover:
|
|
1221
|
-
--components-form-basepanel-contrast-fill-selected:
|
|
1222
|
-
--components-form-basepanel-contrast-text-accent:
|
|
1223
|
-
--components-form-basepanel-contrast-text-disabled:
|
|
1224
|
-
--components-form-basepanel-contrast-text-rebate:
|
|
1225
|
-
--components-form-basepanel-contrast-text-subdued:
|
|
1226
|
-
--components-form-basepanel-standard-border-default:
|
|
1227
|
-
--components-form-basepanel-standard-border-disabled:
|
|
1228
|
-
--components-form-basepanel-standard-border-selected:
|
|
1229
|
-
--components-form-basepanel-standard-fill-default:
|
|
1230
|
-
--components-form-basepanel-standard-fill-disabled:
|
|
1231
|
-
--components-form-basepanel-standard-fill-expired:
|
|
1232
|
-
--components-form-basepanel-standard-fill-hover:
|
|
1233
|
-
--components-form-basepanel-standard-fill-selected:
|
|
1234
|
-
--components-form-basepanel-standard-text-accent:
|
|
1235
|
-
--components-form-basepanel-standard-text-disabled:
|
|
1236
|
-
--components-form-basepanel-standard-text-rebate:
|
|
1237
|
-
--components-form-basepanel-standard-text-subdued:
|
|
1238
|
-
--components-form-checkbox-contrast-border:
|
|
1239
|
-
--components-form-checkbox-contrast-border-negative:
|
|
1240
|
-
--components-form-checkbox-contrast-fill-default:
|
|
1241
|
-
--components-form-checkbox-contrast-fill-hover:
|
|
1242
|
-
--components-form-checkbox-contrast-fill-selected:
|
|
1243
|
-
--components-form-checkbox-contrast-fill-selectedhover:
|
|
1244
|
-
--components-form-checkbox-contrast-icon:
|
|
1245
|
-
--components-form-checkbox-contrast-text:
|
|
1246
|
-
--components-form-checkbox-standard-border:
|
|
1247
|
-
--components-form-checkbox-standard-border-negative:
|
|
1248
|
-
--components-form-checkbox-standard-fill-default:
|
|
1249
|
-
--components-form-checkbox-standard-fill-hover:
|
|
1250
|
-
--components-form-checkbox-standard-fill-selected:
|
|
1251
|
-
--components-form-checkbox-standard-fill-selectedhover:
|
|
1252
|
-
--components-form-checkbox-standard-icon:
|
|
1253
|
-
--components-form-checkbox-standard-text:
|
|
1254
|
-
--components-form-feedbacktext-information-contrast-icon-fill:
|
|
1255
|
-
--components-form-feedbacktext-information-contrast-icon-symbol:
|
|
1256
|
-
--components-form-feedbacktext-information-contrast-stroke:
|
|
1257
|
-
--components-form-feedbacktext-information-contrast-text:
|
|
1258
|
-
--components-form-feedbacktext-information-standard-icon-fill:
|
|
1259
|
-
--components-form-feedbacktext-information-standard-icon-symbol:
|
|
1260
|
-
--components-form-feedbacktext-information-standard-stroke:
|
|
1261
|
-
--components-form-feedbacktext-information-standard-text:
|
|
1262
|
-
--components-form-feedbacktext-negative-contrast-icon-fill:
|
|
1263
|
-
--components-form-feedbacktext-negative-contrast-icon-symbol:
|
|
1264
|
-
--components-form-feedbacktext-negative-contrast-stroke:
|
|
1265
|
-
--components-form-feedbacktext-negative-contrast-text:
|
|
1266
|
-
--components-form-feedbacktext-negative-standard-icon-fill:
|
|
1267
|
-
--components-form-feedbacktext-negative-standard-stroke:
|
|
1268
|
-
--components-form-feedbacktext-negative-standard-symbol:
|
|
1269
|
-
--components-form-feedbacktext-negative-standard-text:
|
|
1270
|
-
--components-form-feedbacktext-success-contrast-icon-fill:
|
|
1271
|
-
--components-form-feedbacktext-success-contrast-icon-stroke:
|
|
1272
|
-
--components-form-feedbacktext-success-contrast-icon-symbol:
|
|
1273
|
-
--components-form-feedbacktext-success-contrast-text:
|
|
1274
|
-
--components-form-feedbacktext-success-standard-icon-fill:
|
|
1275
|
-
--components-form-feedbacktext-success-standard-icon-stroke:
|
|
1276
|
-
--components-form-feedbacktext-success-standard-icon-symbol:
|
|
1277
|
-
--components-form-feedbacktext-success-standard-text:
|
|
1278
|
-
--components-form-feedbacktext-warning-contrast-icon:
|
|
1279
|
-
--components-form-feedbacktext-warning-contrast-icon-symbol:
|
|
1280
|
-
--components-form-feedbacktext-warning-contrast-stroke:
|
|
1281
|
-
--components-form-feedbacktext-warning-contrast-text:
|
|
1282
|
-
--components-form-feedbacktext-warning-standard-icon-fill:
|
|
1283
|
-
--components-form-feedbacktext-warning-standard-icon-symbol:
|
|
1284
|
-
--components-form-feedbacktext-warning-standard-stroke:
|
|
1285
|
-
--components-form-feedbacktext-warning-standard-text:
|
|
1286
|
-
--components-form-radio-contrast-border:
|
|
1287
|
-
--components-form-radio-contrast-border-negative:
|
|
1288
|
-
--components-form-radio-contrast-fill-default:
|
|
1289
|
-
--components-form-radio-contrast-fill-hover:
|
|
1290
|
-
--components-form-radio-contrast-fill-selected:
|
|
1291
|
-
--components-form-radio-contrast-fill-selectedhover:
|
|
1292
|
-
--components-form-radio-contrast-icon:
|
|
1293
|
-
--components-form-radio-contrast-text:
|
|
1294
|
-
--components-form-radio-standard-border:
|
|
1295
|
-
--components-form-radio-standard-border-negative:
|
|
1296
|
-
--components-form-radio-standard-fill-default:
|
|
1297
|
-
--components-form-radio-standard-fill-hover:
|
|
1298
|
-
--components-form-radio-standard-fill-selected:
|
|
1299
|
-
--components-form-radio-standard-icon:
|
|
1300
|
-
--components-form-radio-standard-selectedhover:
|
|
1301
|
-
--components-form-radio-standard-text:
|
|
1302
|
-
--components-form-segmentedcontrol-contrast-background:
|
|
1303
|
-
--components-form-segmentedcontrol-contrast-fill-hover:
|
|
1304
|
-
--components-form-segmentedcontrol-contrast-fill-selected:
|
|
1305
|
-
--components-form-segmentedcontrol-contrast-fill-unselected:
|
|
1306
|
-
--components-form-segmentedcontrol-contrast-icon-selected:
|
|
1307
|
-
--components-form-segmentedcontrol-contrast-icon-unselected:
|
|
1308
|
-
--components-form-segmentedcontrol-contrast-text-selected:
|
|
1309
|
-
--components-form-segmentedcontrol-contrast-text-unselected:
|
|
1310
|
-
--components-form-segmentedcontrol-standard-background:
|
|
1311
|
-
--components-form-segmentedcontrol-standard-fill-hover:
|
|
1312
|
-
--components-form-segmentedcontrol-standard-fill-selected:
|
|
1313
|
-
--components-form-segmentedcontrol-standard-fill-unselected:
|
|
1314
|
-
--components-form-segmentedcontrol-standard-icon-selected:
|
|
1315
|
-
--components-form-segmentedcontrol-standard-icon-unselected:
|
|
1316
|
-
--components-form-segmentedcontrol-standard-text-selected:
|
|
1317
|
-
--components-form-segmentedcontrol-standard-text-unselected:
|
|
1318
|
-
--components-form-switch-contrast-fill-false:
|
|
1319
|
-
--components-form-switch-contrast-fill-true:
|
|
1320
|
-
--components-form-switch-contrast-icon-false:
|
|
1321
|
-
--components-form-switch-contrast-icon-true:
|
|
1322
|
-
--components-form-switch-contrast-switch:
|
|
1323
|
-
--components-form-switch-contrast-text:
|
|
1324
|
-
--components-form-switch-standard-fill-false:
|
|
1325
|
-
--components-form-switch-standard-fill-true:
|
|
1326
|
-
--components-form-switch-standard-icon-false:
|
|
1327
|
-
--components-form-switch-standard-icon-true:
|
|
1328
|
-
--components-form-switch-standard-switch:
|
|
1329
|
-
--components-form-switch-standard-text:
|
|
1051
|
+
--components-form-baseform-contrast-border-default: #8284ab;
|
|
1052
|
+
--components-form-baseform-contrast-border-interactive: #aeb7e2;
|
|
1053
|
+
--components-form-baseform-contrast-border-negative: #ff9494;
|
|
1054
|
+
--components-form-baseform-contrast-border-success: #5ac39a;
|
|
1055
|
+
--components-form-baseform-contrast-fill-default: #ffffff;
|
|
1056
|
+
--components-form-baseform-contrast-fill-disabled: rgba(207, 210, 212, 0.1490196078);
|
|
1057
|
+
--components-form-baseform-contrast-fill-readonly: rgba(255, 255, 255, 0);
|
|
1058
|
+
--components-form-baseform-contrast-icon: #181c56;
|
|
1059
|
+
--components-form-baseform-contrast-icon-disabled: #6e6f73;
|
|
1060
|
+
--components-form-baseform-contrast-text-content: #181c56;
|
|
1061
|
+
--components-form-baseform-contrast-text-description: #ffffff;
|
|
1062
|
+
--components-form-baseform-contrast-text-label: #626493;
|
|
1063
|
+
--components-form-baseform-contrast-text-disabled: #6e6f73;
|
|
1064
|
+
--components-form-baseform-standard-border-default: #8284ab;
|
|
1065
|
+
--components-form-baseform-standard-border-interactive: #181c56;
|
|
1066
|
+
--components-form-baseform-standard-border-negative: #d31b1b;
|
|
1067
|
+
--components-form-baseform-standard-border-success: #1a8e60;
|
|
1068
|
+
--components-form-baseform-standard-fill-default: #ffffff;
|
|
1069
|
+
--components-form-baseform-standard-fill-disabled: #cfd2d4;
|
|
1070
|
+
--components-form-baseform-standard-fill-readonly: rgba(255, 255, 255, 0);
|
|
1071
|
+
--components-form-baseform-standard-icon: #181c56;
|
|
1072
|
+
--components-form-baseform-standard-icon-disabled: #6e6f73;
|
|
1073
|
+
--components-form-baseform-standard-text-content: #181c56;
|
|
1074
|
+
--components-form-baseform-standard-text-description: #181c56;
|
|
1075
|
+
--components-form-baseform-standard-text-label: #626493;
|
|
1076
|
+
--components-form-baseform-standard-text-disabled: #6e6f73;
|
|
1077
|
+
--components-form-basemenu-border: #8284ab;
|
|
1078
|
+
--components-form-basemenu-fill-default: #f2f5f7;
|
|
1079
|
+
--components-form-basemenu-fill-hover: #d9dae8;
|
|
1080
|
+
--components-form-basemenu-icon: #181c56;
|
|
1081
|
+
--components-form-basemenu-icon-disabled: #6e6f73;
|
|
1082
|
+
--components-form-basemenu-text: #181c56;
|
|
1083
|
+
--components-form-basemenu-text-disabled: #6e6f73;
|
|
1084
|
+
--components-form-basepanel-contrast-border-default: #8284ab;
|
|
1085
|
+
--components-form-basepanel-contrast-border-disabled: #949699;
|
|
1086
|
+
--components-form-basepanel-contrast-border-selected: #aeb7e2;
|
|
1087
|
+
--components-form-basepanel-contrast-fill-default: rgba(255, 255, 255, 0);
|
|
1088
|
+
--components-form-basepanel-contrast-fill-disabled: rgba(207, 210, 212, 0.1490196078);
|
|
1089
|
+
--components-form-basepanel-contrast-fill-expired: rgba(255, 148, 148, 0.2);
|
|
1090
|
+
--components-form-basepanel-contrast-fill-hover: #54568c;
|
|
1091
|
+
--components-form-basepanel-contrast-fill-selected: #393d79;
|
|
1092
|
+
--components-form-basepanel-contrast-text-accent: #ffffff;
|
|
1093
|
+
--components-form-basepanel-contrast-text-disabled: #b6b8ba;
|
|
1094
|
+
--components-form-basepanel-contrast-text-rebate: #5ac39a;
|
|
1095
|
+
--components-form-basepanel-contrast-text-subdued: #d9dae8;
|
|
1096
|
+
--components-form-basepanel-standard-border-default: #8284ab;
|
|
1097
|
+
--components-form-basepanel-standard-border-disabled: #949699;
|
|
1098
|
+
--components-form-basepanel-standard-border-selected: #181c56;
|
|
1099
|
+
--components-form-basepanel-standard-fill-default: rgba(255, 255, 255, 0);
|
|
1100
|
+
--components-form-basepanel-standard-fill-disabled: #cfd2d4;
|
|
1101
|
+
--components-form-basepanel-standard-fill-expired: rgba(255, 148, 148, 0.2);
|
|
1102
|
+
--components-form-basepanel-standard-fill-hover: #eaeaf1;
|
|
1103
|
+
--components-form-basepanel-standard-fill-selected: #f6f6f9;
|
|
1104
|
+
--components-form-basepanel-standard-text-accent: #181c56;
|
|
1105
|
+
--components-form-basepanel-standard-text-disabled: #6e6f73;
|
|
1106
|
+
--components-form-basepanel-standard-text-rebate: #1a8e60;
|
|
1107
|
+
--components-form-basepanel-standard-text-subdued: #626493;
|
|
1108
|
+
--components-form-checkbox-contrast-border: #aeb7e2;
|
|
1109
|
+
--components-form-checkbox-contrast-border-negative: #ff9494;
|
|
1110
|
+
--components-form-checkbox-contrast-fill-default: rgba(255, 255, 255, 0);
|
|
1111
|
+
--components-form-checkbox-contrast-fill-hover: #626493;
|
|
1112
|
+
--components-form-checkbox-contrast-fill-selected: #aeb7e2;
|
|
1113
|
+
--components-form-checkbox-contrast-fill-selectedhover: #c7cdeb;
|
|
1114
|
+
--components-form-checkbox-contrast-icon: #181c56;
|
|
1115
|
+
--components-form-checkbox-contrast-text: #ffffff;
|
|
1116
|
+
--components-form-checkbox-standard-border: #181c56;
|
|
1117
|
+
--components-form-checkbox-standard-border-negative: #d31b1b;
|
|
1118
|
+
--components-form-checkbox-standard-fill-default: rgba(255, 255, 255, 0);
|
|
1119
|
+
--components-form-checkbox-standard-fill-hover: #d9ddf2;
|
|
1120
|
+
--components-form-checkbox-standard-fill-selected: #181c56;
|
|
1121
|
+
--components-form-checkbox-standard-fill-selectedhover: #393d79;
|
|
1122
|
+
--components-form-checkbox-standard-icon: #ffffff;
|
|
1123
|
+
--components-form-checkbox-standard-text: #181c56;
|
|
1124
|
+
--components-form-feedbacktext-information-contrast-icon-fill: #64b3e7;
|
|
1125
|
+
--components-form-feedbacktext-information-contrast-icon-symbol: #181c56;
|
|
1126
|
+
--components-form-feedbacktext-information-contrast-stroke: #181c56;
|
|
1127
|
+
--components-form-feedbacktext-information-contrast-text: #ffffff;
|
|
1128
|
+
--components-form-feedbacktext-information-standard-icon-fill: #067eb2;
|
|
1129
|
+
--components-form-feedbacktext-information-standard-icon-symbol: #ffffff;
|
|
1130
|
+
--components-form-feedbacktext-information-standard-stroke: #ffffff;
|
|
1131
|
+
--components-form-feedbacktext-information-standard-text: #181c56;
|
|
1132
|
+
--components-form-feedbacktext-negative-contrast-icon-fill: #ff9494;
|
|
1133
|
+
--components-form-feedbacktext-negative-contrast-icon-symbol: #181c56;
|
|
1134
|
+
--components-form-feedbacktext-negative-contrast-stroke: #181c56;
|
|
1135
|
+
--components-form-feedbacktext-negative-contrast-text: #ffffff;
|
|
1136
|
+
--components-form-feedbacktext-negative-standard-icon-fill: #d31b1b;
|
|
1137
|
+
--components-form-feedbacktext-negative-standard-stroke: #ffffff;
|
|
1138
|
+
--components-form-feedbacktext-negative-standard-symbol: #ffffff;
|
|
1139
|
+
--components-form-feedbacktext-negative-standard-text: #181c56;
|
|
1140
|
+
--components-form-feedbacktext-success-contrast-icon-fill: #5ac39a;
|
|
1141
|
+
--components-form-feedbacktext-success-contrast-icon-stroke: #181c56;
|
|
1142
|
+
--components-form-feedbacktext-success-contrast-icon-symbol: #181c56;
|
|
1143
|
+
--components-form-feedbacktext-success-contrast-text: #ffffff;
|
|
1144
|
+
--components-form-feedbacktext-success-standard-icon-fill: #1a8e60;
|
|
1145
|
+
--components-form-feedbacktext-success-standard-icon-stroke: #ffffff;
|
|
1146
|
+
--components-form-feedbacktext-success-standard-icon-symbol: #ffffff;
|
|
1147
|
+
--components-form-feedbacktext-success-standard-text: #181c56;
|
|
1148
|
+
--components-form-feedbacktext-warning-contrast-icon: #ffe082;
|
|
1149
|
+
--components-form-feedbacktext-warning-contrast-icon-symbol: #181c56;
|
|
1150
|
+
--components-form-feedbacktext-warning-contrast-stroke: #181c56;
|
|
1151
|
+
--components-form-feedbacktext-warning-contrast-text: #ffffff;
|
|
1152
|
+
--components-form-feedbacktext-warning-standard-icon-fill: #ffca28;
|
|
1153
|
+
--components-form-feedbacktext-warning-standard-icon-symbol: #181c56;
|
|
1154
|
+
--components-form-feedbacktext-warning-standard-stroke: #ffffff;
|
|
1155
|
+
--components-form-feedbacktext-warning-standard-text: #181c56;
|
|
1156
|
+
--components-form-radio-contrast-border: #aeb7e2;
|
|
1157
|
+
--components-form-radio-contrast-border-negative: #ff9494;
|
|
1158
|
+
--components-form-radio-contrast-fill-default: rgba(255, 255, 255, 0);
|
|
1159
|
+
--components-form-radio-contrast-fill-hover: #626493;
|
|
1160
|
+
--components-form-radio-contrast-fill-selected: #aeb7e2;
|
|
1161
|
+
--components-form-radio-contrast-fill-selectedhover: #c7cdeb;
|
|
1162
|
+
--components-form-radio-contrast-icon: #ffffff;
|
|
1163
|
+
--components-form-radio-contrast-text: #ffffff;
|
|
1164
|
+
--components-form-radio-standard-border: #181c56;
|
|
1165
|
+
--components-form-radio-standard-border-negative: #d31b1b;
|
|
1166
|
+
--components-form-radio-standard-fill-default: rgba(255, 255, 255, 0);
|
|
1167
|
+
--components-form-radio-standard-fill-hover: #d9ddf2;
|
|
1168
|
+
--components-form-radio-standard-fill-selected: #181c56;
|
|
1169
|
+
--components-form-radio-standard-icon: #181c56;
|
|
1170
|
+
--components-form-radio-standard-selectedhover: #393d79;
|
|
1171
|
+
--components-form-radio-standard-text: #181c56;
|
|
1172
|
+
--components-form-segmentedcontrol-contrast-background: #393d79;
|
|
1173
|
+
--components-form-segmentedcontrol-contrast-fill-hover: #626493;
|
|
1174
|
+
--components-form-segmentedcontrol-contrast-fill-selected: #ffffff;
|
|
1175
|
+
--components-form-segmentedcontrol-contrast-fill-unselected: rgba(255, 255, 255, 0);
|
|
1176
|
+
--components-form-segmentedcontrol-contrast-icon-selected: #181c56;
|
|
1177
|
+
--components-form-segmentedcontrol-contrast-icon-unselected: #ffffff;
|
|
1178
|
+
--components-form-segmentedcontrol-contrast-text-selected: #181c56;
|
|
1179
|
+
--components-form-segmentedcontrol-contrast-text-unselected: #ffffff;
|
|
1180
|
+
--components-form-segmentedcontrol-standard-background: #d9dae8;
|
|
1181
|
+
--components-form-segmentedcontrol-standard-fill-hover: #eaeaf1;
|
|
1182
|
+
--components-form-segmentedcontrol-standard-fill-selected: #ffffff;
|
|
1183
|
+
--components-form-segmentedcontrol-standard-fill-unselected: rgba(255, 255, 255, 0);
|
|
1184
|
+
--components-form-segmentedcontrol-standard-icon-selected: #181c56;
|
|
1185
|
+
--components-form-segmentedcontrol-standard-icon-unselected: #181c56;
|
|
1186
|
+
--components-form-segmentedcontrol-standard-text-selected: #181c56;
|
|
1187
|
+
--components-form-segmentedcontrol-standard-text-unselected: #181c56;
|
|
1188
|
+
--components-form-switch-contrast-fill-false: #9ea0bd;
|
|
1189
|
+
--components-form-switch-contrast-fill-true: #5ac39a;
|
|
1190
|
+
--components-form-switch-contrast-icon-false: #626493;
|
|
1191
|
+
--components-form-switch-contrast-icon-true: #181c56;
|
|
1192
|
+
--components-form-switch-contrast-switch: #ffffff;
|
|
1193
|
+
--components-form-switch-contrast-text: #ffffff;
|
|
1194
|
+
--components-form-switch-standard-fill-false: #949699;
|
|
1195
|
+
--components-form-switch-standard-fill-true: #1a8e60;
|
|
1196
|
+
--components-form-switch-standard-icon-false: #6e6f73;
|
|
1197
|
+
--components-form-switch-standard-icon-true: #181c56;
|
|
1198
|
+
--components-form-switch-standard-switch: #ffffff;
|
|
1199
|
+
--components-form-switch-standard-text: #181c56;
|
|
1330
1200
|
}
|
|
1331
1201
|
|
|
1332
1202
|
[data-color-mode=dark] {
|
|
1333
|
-
--components-form-baseform-contrast-border-default:
|
|
1334
|
-
--components-form-baseform-contrast-border-interactive:
|
|
1335
|
-
--components-form-baseform-contrast-border-negative:
|
|
1336
|
-
--components-form-baseform-contrast-border-success:
|
|
1337
|
-
--components-form-baseform-contrast-fill-default:
|
|
1338
|
-
--components-form-baseform-contrast-fill-disabled:
|
|
1339
|
-
--components-form-baseform-contrast-fill-readonly:
|
|
1340
|
-
--components-form-baseform-contrast-icon:
|
|
1341
|
-
--components-form-baseform-contrast-icon-disabled:
|
|
1342
|
-
--components-form-baseform-contrast-text-content:
|
|
1343
|
-
--components-form-baseform-contrast-text-description:
|
|
1344
|
-
--components-form-baseform-contrast-text-label:
|
|
1345
|
-
--components-form-baseform-contrast-text-disabled:
|
|
1346
|
-
--components-form-baseform-standard-border-default:
|
|
1347
|
-
--components-form-baseform-standard-border-interactive:
|
|
1348
|
-
--components-form-baseform-standard-border-negative:
|
|
1349
|
-
--components-form-baseform-standard-border-success:
|
|
1350
|
-
--components-form-baseform-standard-fill-default:
|
|
1351
|
-
--components-form-baseform-standard-fill-disabled:
|
|
1352
|
-
--components-form-baseform-standard-fill-readonly:
|
|
1353
|
-
--components-form-baseform-standard-icon:
|
|
1354
|
-
--components-form-baseform-standard-icon-disabled:
|
|
1355
|
-
--components-form-baseform-standard-text-content:
|
|
1356
|
-
--components-form-baseform-standard-text-description:
|
|
1357
|
-
--components-form-baseform-standard-text-label:
|
|
1358
|
-
--components-form-baseform-standard-text-disabled:
|
|
1359
|
-
--components-form-basemenu-border:
|
|
1360
|
-
--components-form-basemenu-fill-default:
|
|
1361
|
-
--components-form-basemenu-fill-hover:
|
|
1362
|
-
--components-form-basemenu-icon:
|
|
1363
|
-
--components-form-basemenu-icon-disabled:
|
|
1364
|
-
--components-form-basemenu-text:
|
|
1365
|
-
--components-form-basemenu-text-disabled:
|
|
1366
|
-
--components-form-basepanel-contrast-border-default:
|
|
1367
|
-
--components-form-basepanel-contrast-border-disabled:
|
|
1368
|
-
--components-form-basepanel-contrast-border-selected:
|
|
1369
|
-
--components-form-basepanel-contrast-fill-default:
|
|
1370
|
-
--components-form-basepanel-contrast-fill-disabled:
|
|
1371
|
-
--components-form-basepanel-contrast-fill-expired:
|
|
1372
|
-
--components-form-basepanel-contrast-fill-hover:
|
|
1373
|
-
--components-form-basepanel-contrast-fill-selected:
|
|
1374
|
-
--components-form-basepanel-contrast-text-accent:
|
|
1375
|
-
--components-form-basepanel-contrast-text-disabled:
|
|
1376
|
-
--components-form-basepanel-contrast-text-rebate:
|
|
1377
|
-
--components-form-basepanel-contrast-text-subdued:
|
|
1378
|
-
--components-form-basepanel-standard-border-default:
|
|
1379
|
-
--components-form-basepanel-standard-border-disabled:
|
|
1380
|
-
--components-form-basepanel-standard-border-selected:
|
|
1381
|
-
--components-form-basepanel-standard-fill-default:
|
|
1382
|
-
--components-form-basepanel-standard-fill-disabled:
|
|
1383
|
-
--components-form-basepanel-standard-fill-expired:
|
|
1384
|
-
--components-form-basepanel-standard-fill-hover:
|
|
1385
|
-
--components-form-basepanel-standard-fill-selected:
|
|
1386
|
-
--components-form-basepanel-standard-text-accent:
|
|
1387
|
-
--components-form-basepanel-standard-text-disabled:
|
|
1388
|
-
--components-form-basepanel-standard-text-rebate:
|
|
1389
|
-
--components-form-basepanel-standard-text-subdued:
|
|
1390
|
-
--components-form-checkbox-contrast-border:
|
|
1391
|
-
--components-form-checkbox-contrast-border-negative:
|
|
1392
|
-
--components-form-checkbox-contrast-fill-default:
|
|
1393
|
-
--components-form-checkbox-contrast-fill-hover:
|
|
1394
|
-
--components-form-checkbox-contrast-fill-selected:
|
|
1395
|
-
--components-form-checkbox-contrast-fill-selectedhover:
|
|
1396
|
-
--components-form-checkbox-contrast-icon:
|
|
1397
|
-
--components-form-checkbox-contrast-text:
|
|
1398
|
-
--components-form-checkbox-standard-border:
|
|
1399
|
-
--components-form-checkbox-standard-border-negative:
|
|
1400
|
-
--components-form-checkbox-standard-fill-default:
|
|
1401
|
-
--components-form-checkbox-standard-fill-hover:
|
|
1402
|
-
--components-form-checkbox-standard-fill-selected:
|
|
1403
|
-
--components-form-checkbox-standard-fill-selectedhover:
|
|
1404
|
-
--components-form-checkbox-standard-icon:
|
|
1405
|
-
--components-form-checkbox-standard-text:
|
|
1406
|
-
--components-form-feedbacktext-information-contrast-icon-fill:
|
|
1407
|
-
--components-form-feedbacktext-information-contrast-icon-symbol:
|
|
1408
|
-
--components-form-feedbacktext-information-contrast-stroke:
|
|
1409
|
-
--components-form-feedbacktext-information-contrast-text:
|
|
1410
|
-
--components-form-feedbacktext-information-standard-icon-fill:
|
|
1411
|
-
--components-form-feedbacktext-information-standard-icon-symbol:
|
|
1412
|
-
--components-form-feedbacktext-information-standard-stroke:
|
|
1413
|
-
--components-form-feedbacktext-information-standard-text:
|
|
1414
|
-
--components-form-feedbacktext-negative-contrast-icon-fill:
|
|
1415
|
-
--components-form-feedbacktext-negative-contrast-icon-symbol:
|
|
1416
|
-
--components-form-feedbacktext-negative-contrast-stroke:
|
|
1417
|
-
--components-form-feedbacktext-negative-contrast-text:
|
|
1418
|
-
--components-form-feedbacktext-negative-standard-icon-fill:
|
|
1419
|
-
--components-form-feedbacktext-negative-standard-stroke:
|
|
1420
|
-
--components-form-feedbacktext-negative-standard-symbol:
|
|
1421
|
-
--components-form-feedbacktext-negative-standard-text:
|
|
1422
|
-
--components-form-feedbacktext-success-contrast-icon-fill:
|
|
1423
|
-
--components-form-feedbacktext-success-contrast-icon-stroke:
|
|
1424
|
-
--components-form-feedbacktext-success-contrast-icon-symbol:
|
|
1425
|
-
--components-form-feedbacktext-success-contrast-text:
|
|
1426
|
-
--components-form-feedbacktext-success-standard-icon-fill:
|
|
1427
|
-
--components-form-feedbacktext-success-standard-icon-stroke:
|
|
1428
|
-
--components-form-feedbacktext-success-standard-icon-symbol:
|
|
1429
|
-
--components-form-feedbacktext-success-standard-text:
|
|
1430
|
-
--components-form-feedbacktext-warning-contrast-icon:
|
|
1431
|
-
--components-form-feedbacktext-warning-contrast-icon-symbol:
|
|
1432
|
-
--components-form-feedbacktext-warning-contrast-stroke:
|
|
1433
|
-
--components-form-feedbacktext-warning-contrast-text:
|
|
1434
|
-
--components-form-feedbacktext-warning-standard-icon-fill:
|
|
1435
|
-
--components-form-feedbacktext-warning-standard-icon-symbol:
|
|
1436
|
-
--components-form-feedbacktext-warning-standard-stroke:
|
|
1437
|
-
--components-form-feedbacktext-warning-standard-text:
|
|
1438
|
-
--components-form-radio-contrast-border:
|
|
1439
|
-
--components-form-radio-contrast-border-negative:
|
|
1440
|
-
--components-form-radio-contrast-fill-default:
|
|
1441
|
-
--components-form-radio-contrast-fill-hover:
|
|
1442
|
-
--components-form-radio-contrast-fill-selected:
|
|
1443
|
-
--components-form-radio-contrast-fill-selectedhover:
|
|
1444
|
-
--components-form-radio-contrast-icon:
|
|
1445
|
-
--components-form-radio-contrast-text:
|
|
1446
|
-
--components-form-radio-standard-border:
|
|
1447
|
-
--components-form-radio-standard-border-negative:
|
|
1448
|
-
--components-form-radio-standard-fill-default:
|
|
1449
|
-
--components-form-radio-standard-fill-hover:
|
|
1450
|
-
--components-form-radio-standard-fill-selected:
|
|
1451
|
-
--components-form-radio-standard-icon:
|
|
1452
|
-
--components-form-radio-standard-selectedhover:
|
|
1453
|
-
--components-form-radio-standard-text:
|
|
1454
|
-
--components-form-segmentedcontrol-contrast-background:
|
|
1455
|
-
--components-form-segmentedcontrol-contrast-fill-hover:
|
|
1456
|
-
--components-form-segmentedcontrol-contrast-fill-selected:
|
|
1457
|
-
--components-form-segmentedcontrol-contrast-fill-unselected:
|
|
1458
|
-
--components-form-segmentedcontrol-contrast-icon-selected:
|
|
1459
|
-
--components-form-segmentedcontrol-contrast-icon-unselected:
|
|
1460
|
-
--components-form-segmentedcontrol-contrast-text-selected:
|
|
1461
|
-
--components-form-segmentedcontrol-contrast-text-unselected:
|
|
1462
|
-
--components-form-segmentedcontrol-standard-background:
|
|
1463
|
-
--components-form-segmentedcontrol-standard-fill-hover:
|
|
1464
|
-
--components-form-segmentedcontrol-standard-fill-selected:
|
|
1465
|
-
--components-form-segmentedcontrol-standard-fill-unselected:
|
|
1466
|
-
--components-form-segmentedcontrol-standard-icon-selected:
|
|
1467
|
-
--components-form-segmentedcontrol-standard-icon-unselected:
|
|
1468
|
-
--components-form-segmentedcontrol-standard-text-selected:
|
|
1469
|
-
--components-form-segmentedcontrol-standard-text-unselected:
|
|
1470
|
-
--components-form-switch-contrast-fill-false:
|
|
1471
|
-
--components-form-switch-contrast-fill-true:
|
|
1472
|
-
--components-form-switch-contrast-icon-false:
|
|
1473
|
-
--components-form-switch-contrast-icon-true:
|
|
1474
|
-
--components-form-switch-contrast-switch:
|
|
1475
|
-
--components-form-switch-contrast-text:
|
|
1476
|
-
--components-form-switch-standard-fill-false:
|
|
1477
|
-
--components-form-switch-standard-fill-true:
|
|
1478
|
-
--components-form-switch-standard-icon-false:
|
|
1479
|
-
--components-form-switch-standard-icon-true:
|
|
1480
|
-
--components-form-switch-standard-switch:
|
|
1481
|
-
--components-form-switch-standard-text:
|
|
1203
|
+
--components-form-baseform-contrast-border-default: #8284ab;
|
|
1204
|
+
--components-form-baseform-contrast-border-interactive: #aeb7e2;
|
|
1205
|
+
--components-form-baseform-contrast-border-negative: #ff9494;
|
|
1206
|
+
--components-form-baseform-contrast-border-success: #5ac39a;
|
|
1207
|
+
--components-form-baseform-contrast-fill-default: rgba(255, 255, 255, 0);
|
|
1208
|
+
--components-form-baseform-contrast-fill-disabled: rgba(207, 210, 212, 0.1490196078);
|
|
1209
|
+
--components-form-baseform-contrast-fill-readonly: rgba(255, 255, 255, 0);
|
|
1210
|
+
--components-form-baseform-contrast-icon: #e5e5e9;
|
|
1211
|
+
--components-form-baseform-contrast-icon-disabled: #6e6f73;
|
|
1212
|
+
--components-form-baseform-contrast-text-content: #e5e5e9;
|
|
1213
|
+
--components-form-baseform-contrast-text-description: #e5e5e9;
|
|
1214
|
+
--components-form-baseform-contrast-text-label: #b3b4bd;
|
|
1215
|
+
--components-form-baseform-contrast-text-disabled: #6e6f73;
|
|
1216
|
+
--components-form-baseform-standard-border-default: #8284ab;
|
|
1217
|
+
--components-form-baseform-standard-border-interactive: #aeb7e2;
|
|
1218
|
+
--components-form-baseform-standard-border-negative: #ff9494;
|
|
1219
|
+
--components-form-baseform-standard-border-success: #5ac39a;
|
|
1220
|
+
--components-form-baseform-standard-fill-default: rgba(255, 255, 255, 0);
|
|
1221
|
+
--components-form-baseform-standard-fill-disabled: rgba(207, 210, 212, 0.1490196078);
|
|
1222
|
+
--components-form-baseform-standard-fill-readonly: rgba(255, 255, 255, 0);
|
|
1223
|
+
--components-form-baseform-standard-icon: #e5e5e9;
|
|
1224
|
+
--components-form-baseform-standard-icon-disabled: #6e6f73;
|
|
1225
|
+
--components-form-baseform-standard-text-content: #e5e5e9;
|
|
1226
|
+
--components-form-baseform-standard-text-description: #e5e5e9;
|
|
1227
|
+
--components-form-baseform-standard-text-label: #b3b4bd;
|
|
1228
|
+
--components-form-baseform-standard-text-disabled: #6e6f73;
|
|
1229
|
+
--components-form-basemenu-border: rgba(255, 255, 255, 0);
|
|
1230
|
+
--components-form-basemenu-fill-default: #464755;
|
|
1231
|
+
--components-form-basemenu-fill-hover: #626493;
|
|
1232
|
+
--components-form-basemenu-icon: #e5e5e9;
|
|
1233
|
+
--components-form-basemenu-icon-disabled: #949699;
|
|
1234
|
+
--components-form-basemenu-text: #e5e5e9;
|
|
1235
|
+
--components-form-basemenu-text-disabled: #949699;
|
|
1236
|
+
--components-form-basepanel-contrast-border-default: #81828f;
|
|
1237
|
+
--components-form-basepanel-contrast-border-disabled: #949699;
|
|
1238
|
+
--components-form-basepanel-contrast-border-selected: #aeb7e2;
|
|
1239
|
+
--components-form-basepanel-contrast-fill-default: rgba(255, 255, 255, 0);
|
|
1240
|
+
--components-form-basepanel-contrast-fill-disabled: rgba(207, 210, 212, 0.1490196078);
|
|
1241
|
+
--components-form-basepanel-contrast-fill-expired: rgba(255, 148, 148, 0.2);
|
|
1242
|
+
--components-form-basepanel-contrast-fill-hover: #393a49;
|
|
1243
|
+
--components-form-basepanel-contrast-fill-selected: rgba(229, 229, 233, 0.1490196078);
|
|
1244
|
+
--components-form-basepanel-contrast-text-accent: #e5e5e9;
|
|
1245
|
+
--components-form-basepanel-contrast-text-disabled: #b6b8ba;
|
|
1246
|
+
--components-form-basepanel-contrast-text-rebate: #5ac39a;
|
|
1247
|
+
--components-form-basepanel-contrast-text-subdued: #b3b4bd;
|
|
1248
|
+
--components-form-basepanel-standard-border-default: #81828f;
|
|
1249
|
+
--components-form-basepanel-standard-border-disabled: #949699;
|
|
1250
|
+
--components-form-basepanel-standard-border-selected: #aeb7e2;
|
|
1251
|
+
--components-form-basepanel-standard-fill-default: rgba(255, 255, 255, 0);
|
|
1252
|
+
--components-form-basepanel-standard-fill-disabled: rgba(207, 210, 212, 0.1490196078);
|
|
1253
|
+
--components-form-basepanel-standard-fill-expired: rgba(255, 148, 148, 0.2);
|
|
1254
|
+
--components-form-basepanel-standard-fill-hover: #393a49;
|
|
1255
|
+
--components-form-basepanel-standard-fill-selected: rgba(229, 229, 233, 0.1490196078);
|
|
1256
|
+
--components-form-basepanel-standard-text-accent: #e5e5e9;
|
|
1257
|
+
--components-form-basepanel-standard-text-disabled: #b6b8ba;
|
|
1258
|
+
--components-form-basepanel-standard-text-rebate: #5ac39a;
|
|
1259
|
+
--components-form-basepanel-standard-text-subdued: #b3b4bd;
|
|
1260
|
+
--components-form-checkbox-contrast-border: #aeb7e2;
|
|
1261
|
+
--components-form-checkbox-contrast-border-negative: #ff9494;
|
|
1262
|
+
--components-form-checkbox-contrast-fill-default: rgba(255, 255, 255, 0);
|
|
1263
|
+
--components-form-checkbox-contrast-fill-hover: #626493;
|
|
1264
|
+
--components-form-checkbox-contrast-fill-selected: #aeb7e2;
|
|
1265
|
+
--components-form-checkbox-contrast-fill-selectedhover: #c7cdeb;
|
|
1266
|
+
--components-form-checkbox-contrast-icon: #181c56;
|
|
1267
|
+
--components-form-checkbox-contrast-text: #e5e5e9;
|
|
1268
|
+
--components-form-checkbox-standard-border: #aeb7e2;
|
|
1269
|
+
--components-form-checkbox-standard-border-negative: #ff9494;
|
|
1270
|
+
--components-form-checkbox-standard-fill-default: rgba(255, 255, 255, 0);
|
|
1271
|
+
--components-form-checkbox-standard-fill-hover: #626493;
|
|
1272
|
+
--components-form-checkbox-standard-fill-selected: #aeb7e2;
|
|
1273
|
+
--components-form-checkbox-standard-fill-selectedhover: #c7cdeb;
|
|
1274
|
+
--components-form-checkbox-standard-icon: #181c56;
|
|
1275
|
+
--components-form-checkbox-standard-text: #e5e5e9;
|
|
1276
|
+
--components-form-feedbacktext-information-contrast-icon-fill: #64b3e7;
|
|
1277
|
+
--components-form-feedbacktext-information-contrast-icon-symbol: #08091c;
|
|
1278
|
+
--components-form-feedbacktext-information-contrast-stroke: #08091c;
|
|
1279
|
+
--components-form-feedbacktext-information-contrast-text: #e5e5e9;
|
|
1280
|
+
--components-form-feedbacktext-information-standard-icon-fill: #64b3e7;
|
|
1281
|
+
--components-form-feedbacktext-information-standard-icon-symbol: #08091c;
|
|
1282
|
+
--components-form-feedbacktext-information-standard-stroke: #08091c;
|
|
1283
|
+
--components-form-feedbacktext-information-standard-text: #e5e5e9;
|
|
1284
|
+
--components-form-feedbacktext-negative-contrast-icon-fill: #ff9494;
|
|
1285
|
+
--components-form-feedbacktext-negative-contrast-icon-symbol: #08091c;
|
|
1286
|
+
--components-form-feedbacktext-negative-contrast-stroke: #08091c;
|
|
1287
|
+
--components-form-feedbacktext-negative-contrast-text: #e5e5e9;
|
|
1288
|
+
--components-form-feedbacktext-negative-standard-icon-fill: #ff9494;
|
|
1289
|
+
--components-form-feedbacktext-negative-standard-stroke: #08091c;
|
|
1290
|
+
--components-form-feedbacktext-negative-standard-symbol: #08091c;
|
|
1291
|
+
--components-form-feedbacktext-negative-standard-text: #e5e5e9;
|
|
1292
|
+
--components-form-feedbacktext-success-contrast-icon-fill: #5ac39a;
|
|
1293
|
+
--components-form-feedbacktext-success-contrast-icon-stroke: #08091c;
|
|
1294
|
+
--components-form-feedbacktext-success-contrast-icon-symbol: #08091c;
|
|
1295
|
+
--components-form-feedbacktext-success-contrast-text: #e5e5e9;
|
|
1296
|
+
--components-form-feedbacktext-success-standard-icon-fill: #5ac39a;
|
|
1297
|
+
--components-form-feedbacktext-success-standard-icon-stroke: #08091c;
|
|
1298
|
+
--components-form-feedbacktext-success-standard-icon-symbol: #08091c;
|
|
1299
|
+
--components-form-feedbacktext-success-standard-text: #e5e5e9;
|
|
1300
|
+
--components-form-feedbacktext-warning-contrast-icon: #ffe082;
|
|
1301
|
+
--components-form-feedbacktext-warning-contrast-icon-symbol: #08091c;
|
|
1302
|
+
--components-form-feedbacktext-warning-contrast-stroke: #08091c;
|
|
1303
|
+
--components-form-feedbacktext-warning-contrast-text: #e5e5e9;
|
|
1304
|
+
--components-form-feedbacktext-warning-standard-icon-fill: #ffe082;
|
|
1305
|
+
--components-form-feedbacktext-warning-standard-icon-symbol: #08091c;
|
|
1306
|
+
--components-form-feedbacktext-warning-standard-stroke: #08091c;
|
|
1307
|
+
--components-form-feedbacktext-warning-standard-text: #e5e5e9;
|
|
1308
|
+
--components-form-radio-contrast-border: #aeb7e2;
|
|
1309
|
+
--components-form-radio-contrast-border-negative: #ff9494;
|
|
1310
|
+
--components-form-radio-contrast-fill-default: rgba(255, 255, 255, 0);
|
|
1311
|
+
--components-form-radio-contrast-fill-hover: #626493;
|
|
1312
|
+
--components-form-radio-contrast-fill-selected: #aeb7e2;
|
|
1313
|
+
--components-form-radio-contrast-fill-selectedhover: #c7cdeb;
|
|
1314
|
+
--components-form-radio-contrast-icon: #e5e5e9;
|
|
1315
|
+
--components-form-radio-contrast-text: #e5e5e9;
|
|
1316
|
+
--components-form-radio-standard-border: #aeb7e2;
|
|
1317
|
+
--components-form-radio-standard-border-negative: #ff9494;
|
|
1318
|
+
--components-form-radio-standard-fill-default: rgba(255, 255, 255, 0);
|
|
1319
|
+
--components-form-radio-standard-fill-hover: #626493;
|
|
1320
|
+
--components-form-radio-standard-fill-selected: #aeb7e2;
|
|
1321
|
+
--components-form-radio-standard-icon: #e5e5e9;
|
|
1322
|
+
--components-form-radio-standard-selectedhover: #c7cdeb;
|
|
1323
|
+
--components-form-radio-standard-text: #e5e5e9;
|
|
1324
|
+
--components-form-segmentedcontrol-contrast-background: rgba(229, 229, 233, 0.1490196078);
|
|
1325
|
+
--components-form-segmentedcontrol-contrast-fill-hover: rgba(229, 229, 233, 0.1490196078);
|
|
1326
|
+
--components-form-segmentedcontrol-contrast-fill-selected: #e5e5e9;
|
|
1327
|
+
--components-form-segmentedcontrol-contrast-fill-unselected: rgba(255, 255, 255, 0);
|
|
1328
|
+
--components-form-segmentedcontrol-contrast-icon-selected: #08091c;
|
|
1329
|
+
--components-form-segmentedcontrol-contrast-icon-unselected: #e5e5e9;
|
|
1330
|
+
--components-form-segmentedcontrol-contrast-text-selected: #08091c;
|
|
1331
|
+
--components-form-segmentedcontrol-contrast-text-unselected: #e5e5e9;
|
|
1332
|
+
--components-form-segmentedcontrol-standard-background: rgba(229, 229, 233, 0.1490196078);
|
|
1333
|
+
--components-form-segmentedcontrol-standard-fill-hover: rgba(229, 229, 233, 0.1490196078);
|
|
1334
|
+
--components-form-segmentedcontrol-standard-fill-selected: #e5e5e9;
|
|
1335
|
+
--components-form-segmentedcontrol-standard-fill-unselected: rgba(255, 255, 255, 0);
|
|
1336
|
+
--components-form-segmentedcontrol-standard-icon-selected: #08091c;
|
|
1337
|
+
--components-form-segmentedcontrol-standard-icon-unselected: #e5e5e9;
|
|
1338
|
+
--components-form-segmentedcontrol-standard-text-selected: #08091c;
|
|
1339
|
+
--components-form-segmentedcontrol-standard-text-unselected: #e5e5e9;
|
|
1340
|
+
--components-form-switch-contrast-fill-false: rgba(229, 229, 233, 0.3490196078);
|
|
1341
|
+
--components-form-switch-contrast-fill-true: #5ac39a;
|
|
1342
|
+
--components-form-switch-contrast-icon-false: #b3b4bd;
|
|
1343
|
+
--components-form-switch-contrast-icon-true: #e5e5e9;
|
|
1344
|
+
--components-form-switch-contrast-switch: #08091c;
|
|
1345
|
+
--components-form-switch-contrast-text: #e5e5e9;
|
|
1346
|
+
--components-form-switch-standard-fill-false: rgba(229, 229, 233, 0.3490196078);
|
|
1347
|
+
--components-form-switch-standard-fill-true: #5ac39a;
|
|
1348
|
+
--components-form-switch-standard-icon-false: #b3b4bd;
|
|
1349
|
+
--components-form-switch-standard-icon-true: #e5e5e9;
|
|
1350
|
+
--components-form-switch-standard-switch: #08091c;
|
|
1351
|
+
--components-form-switch-standard-text: #e5e5e9;
|
|
1482
1352
|
}
|
|
1483
1353
|
|
|
1354
|
+
/* DO NOT CHANGE!*/
|
|
1355
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1484
1356
|
/* DO NOT CHANGE!*/
|
|
1485
1357
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1486
1358
|
[data-color-mode=light],
|
|
1487
1359
|
:root {
|
|
1488
|
-
--basecolors-frame-contrast:
|
|
1489
|
-
--basecolors-frame-contrastalt:
|
|
1490
|
-
--basecolors-frame-default:
|
|
1491
|
-
--basecolors-frame-elevated:
|
|
1492
|
-
--basecolors-frame-elevatedalt:
|
|
1493
|
-
--basecolors-frame-subdued:
|
|
1494
|
-
--basecolors-frame-tint:
|
|
1495
|
-
--basecolors-shape-accent:
|
|
1496
|
-
--basecolors-shape-bicycle-contrast:
|
|
1497
|
-
--basecolors-shape-bicycle-default:
|
|
1498
|
-
--basecolors-shape-bus-contrast:
|
|
1499
|
-
--basecolors-shape-bus-default:
|
|
1500
|
-
--basecolors-shape-cableway-contrast:
|
|
1501
|
-
--basecolors-shape-cableway-default:
|
|
1502
|
-
--basecolors-shape-disabled:
|
|
1503
|
-
--basecolors-shape-disabledalt:
|
|
1504
|
-
--basecolors-shape-ferry-contrast:
|
|
1505
|
-
--basecolors-shape-ferry-default:
|
|
1506
|
-
--basecolors-shape-funicular-contrast:
|
|
1507
|
-
--basecolors-shape-funicular-default:
|
|
1508
|
-
--basecolors-shape-helicopter-contrast:
|
|
1509
|
-
--basecolors-shape-helicopter-default:
|
|
1510
|
-
--basecolors-shape-highlight:
|
|
1511
|
-
--basecolors-shape-light:
|
|
1512
|
-
--basecolors-shape-mask:
|
|
1513
|
-
--basecolors-shape-maskalt:
|
|
1514
|
-
--basecolors-shape-metro-contrast:
|
|
1515
|
-
--basecolors-shape-metro-default:
|
|
1516
|
-
--basecolors-shape-mobility-contrast:
|
|
1517
|
-
--basecolors-shape-mobility-default:
|
|
1518
|
-
--basecolors-shape-plane-contrast:
|
|
1519
|
-
--basecolors-shape-plane-default:
|
|
1520
|
-
--basecolors-shape-subdued:
|
|
1521
|
-
--basecolors-shape-subduedalt:
|
|
1522
|
-
--basecolors-shape-taxi-contrast:
|
|
1523
|
-
--basecolors-shape-taxi-default:
|
|
1524
|
-
--basecolors-shape-train-contrast:
|
|
1525
|
-
--basecolors-shape-train-default:
|
|
1526
|
-
--basecolors-shape-tram-contrast:
|
|
1527
|
-
--basecolors-shape-tram-default:
|
|
1528
|
-
--basecolors-shape-walk-contrast:
|
|
1529
|
-
--basecolors-shape-walk-default:
|
|
1530
|
-
--basecolors-shape-airportlinkbus-contrast:
|
|
1531
|
-
--basecolors-shape-airportlinkbus-default:
|
|
1532
|
-
--basecolors-shape-airportlinkrail-contrast:
|
|
1533
|
-
--basecolors-shape-airportlinkrail-default:
|
|
1534
|
-
--basecolors-stroke-contrast:
|
|
1535
|
-
--basecolors-stroke-default:
|
|
1536
|
-
--basecolors-stroke-disabled:
|
|
1537
|
-
--basecolors-stroke-focus-contrast:
|
|
1538
|
-
--basecolors-stroke-focus-standard:
|
|
1539
|
-
--basecolors-stroke-highlight:
|
|
1540
|
-
--basecolors-stroke-light:
|
|
1541
|
-
--basecolors-stroke-subdued:
|
|
1542
|
-
--basecolors-stroke-subduedalt:
|
|
1543
|
-
--basecolors-text-accent:
|
|
1544
|
-
--basecolors-text-disabled:
|
|
1545
|
-
--basecolors-text-disabledalt:
|
|
1546
|
-
--basecolors-text-highlight:
|
|
1547
|
-
--basecolors-text-light:
|
|
1548
|
-
--basecolors-text-subdued:
|
|
1549
|
-
--basecolors-text-subduedalt:
|
|
1360
|
+
--basecolors-frame-contrast: #181c56;
|
|
1361
|
+
--basecolors-frame-contrastalt: #393d79;
|
|
1362
|
+
--basecolors-frame-default: #ffffff;
|
|
1363
|
+
--basecolors-frame-elevated: #ffffff;
|
|
1364
|
+
--basecolors-frame-elevatedalt: #f6f6f9;
|
|
1365
|
+
--basecolors-frame-subdued: #d9dae8;
|
|
1366
|
+
--basecolors-frame-tint: #f6f6f9;
|
|
1367
|
+
--basecolors-shape-accent: #181c56;
|
|
1368
|
+
--basecolors-shape-bicycle-contrast: #00db9b;
|
|
1369
|
+
--basecolors-shape-bicycle-default: #388f76;
|
|
1370
|
+
--basecolors-shape-bus-contrast: #ff6392;
|
|
1371
|
+
--basecolors-shape-bus-default: #c5044e;
|
|
1372
|
+
--basecolors-shape-cableway-contrast: #b482fb;
|
|
1373
|
+
--basecolors-shape-cableway-default: #78469a;
|
|
1374
|
+
--basecolors-shape-disabled: #6e6f73;
|
|
1375
|
+
--basecolors-shape-disabledalt: #b6b8ba;
|
|
1376
|
+
--basecolors-shape-ferry-contrast: #6fdfff;
|
|
1377
|
+
--basecolors-shape-ferry-default: #0c6693;
|
|
1378
|
+
--basecolors-shape-funicular-contrast: #b482fb;
|
|
1379
|
+
--basecolors-shape-funicular-default: #78469a;
|
|
1380
|
+
--basecolors-shape-helicopter-contrast: #fbafea;
|
|
1381
|
+
--basecolors-shape-helicopter-default: #800664;
|
|
1382
|
+
--basecolors-shape-highlight: #ff5959;
|
|
1383
|
+
--basecolors-shape-light: #ffffff;
|
|
1384
|
+
--basecolors-shape-mask: #ffffff;
|
|
1385
|
+
--basecolors-shape-maskalt: #ffffff;
|
|
1386
|
+
--basecolors-shape-metro-contrast: #f08901;
|
|
1387
|
+
--basecolors-shape-metro-default: #bf5826;
|
|
1388
|
+
--basecolors-shape-mobility-contrast: #00db9b;
|
|
1389
|
+
--basecolors-shape-mobility-default: #388f76;
|
|
1390
|
+
--basecolors-shape-plane-contrast: #fbafea;
|
|
1391
|
+
--basecolors-shape-plane-default: #800664;
|
|
1392
|
+
--basecolors-shape-subdued: #626493;
|
|
1393
|
+
--basecolors-shape-subduedalt: #d9dae8;
|
|
1394
|
+
--basecolors-shape-taxi-contrast: #ffe082;
|
|
1395
|
+
--basecolors-shape-taxi-default: #3d3e40;
|
|
1396
|
+
--basecolors-shape-train-contrast: #42a5f5;
|
|
1397
|
+
--basecolors-shape-train-default: #00367f;
|
|
1398
|
+
--basecolors-shape-tram-contrast: #b482fb;
|
|
1399
|
+
--basecolors-shape-tram-default: #78469a;
|
|
1400
|
+
--basecolors-shape-walk-contrast: #8284ab;
|
|
1401
|
+
--basecolors-shape-walk-default: #8d8e9c;
|
|
1402
|
+
--basecolors-shape-airportlinkbus-contrast: #fbafea;
|
|
1403
|
+
--basecolors-shape-airportlinkbus-default: #800664;
|
|
1404
|
+
--basecolors-shape-airportlinkrail-contrast: #fbafea;
|
|
1405
|
+
--basecolors-shape-airportlinkrail-default: #800664;
|
|
1406
|
+
--basecolors-stroke-contrast: #aeb7e2;
|
|
1407
|
+
--basecolors-stroke-default: #181c56;
|
|
1408
|
+
--basecolors-stroke-disabled: #949699;
|
|
1409
|
+
--basecolors-stroke-focus-contrast: #aeb7e2;
|
|
1410
|
+
--basecolors-stroke-focus-standard: #181c56;
|
|
1411
|
+
--basecolors-stroke-highlight: #ff5959;
|
|
1412
|
+
--basecolors-stroke-light: #ffffff;
|
|
1413
|
+
--basecolors-stroke-subdued: #8284ab;
|
|
1414
|
+
--basecolors-stroke-subduedalt: #e3e6e8;
|
|
1415
|
+
--basecolors-text-accent: #181c56;
|
|
1416
|
+
--basecolors-text-disabled: #6e6f73;
|
|
1417
|
+
--basecolors-text-disabledalt: #b6b8ba;
|
|
1418
|
+
--basecolors-text-highlight: #ff5959;
|
|
1419
|
+
--basecolors-text-light: #ffffff;
|
|
1420
|
+
--basecolors-text-subdued: #626493;
|
|
1421
|
+
--basecolors-text-subduedalt: #d9dae8;
|
|
1550
1422
|
}
|
|
1551
1423
|
|
|
1552
1424
|
[data-color-mode=dark] {
|
|
1553
|
-
--basecolors-frame-contrast:
|
|
1554
|
-
--basecolors-frame-contrastalt:
|
|
1555
|
-
--basecolors-frame-default:
|
|
1556
|
-
--basecolors-frame-elevated:
|
|
1557
|
-
--basecolors-frame-elevatedalt:
|
|
1558
|
-
--basecolors-frame-subdued:
|
|
1559
|
-
--basecolors-frame-tint:
|
|
1560
|
-
--basecolors-shape-accent:
|
|
1561
|
-
--basecolors-shape-bicycle-contrast:
|
|
1562
|
-
--basecolors-shape-bicycle-default:
|
|
1563
|
-
--basecolors-shape-bus-contrast:
|
|
1564
|
-
--basecolors-shape-bus-default:
|
|
1565
|
-
--basecolors-shape-cableway-contrast:
|
|
1566
|
-
--basecolors-shape-cableway-default:
|
|
1567
|
-
--basecolors-shape-disabled:
|
|
1568
|
-
--basecolors-shape-disabledalt:
|
|
1569
|
-
--basecolors-shape-ferry-contrast:
|
|
1570
|
-
--basecolors-shape-ferry-default:
|
|
1571
|
-
--basecolors-shape-funicular-contrast:
|
|
1572
|
-
--basecolors-shape-funicular-default:
|
|
1573
|
-
--basecolors-shape-helicopter-contrast:
|
|
1574
|
-
--basecolors-shape-helicopter-default:
|
|
1575
|
-
--basecolors-shape-highlight:
|
|
1576
|
-
--basecolors-shape-light:
|
|
1577
|
-
--basecolors-shape-mask:
|
|
1578
|
-
--basecolors-shape-maskalt:
|
|
1579
|
-
--basecolors-shape-metro-contrast:
|
|
1580
|
-
--basecolors-shape-metro-default:
|
|
1581
|
-
--basecolors-shape-mobility-contrast:
|
|
1582
|
-
--basecolors-shape-mobility-default:
|
|
1583
|
-
--basecolors-shape-plane-contrast:
|
|
1584
|
-
--basecolors-shape-plane-default:
|
|
1585
|
-
--basecolors-shape-subdued:
|
|
1586
|
-
--basecolors-shape-subduedalt:
|
|
1587
|
-
--basecolors-shape-taxi-contrast:
|
|
1588
|
-
--basecolors-shape-taxi-default:
|
|
1589
|
-
--basecolors-shape-train-contrast:
|
|
1590
|
-
--basecolors-shape-train-default:
|
|
1591
|
-
--basecolors-shape-tram-contrast:
|
|
1592
|
-
--basecolors-shape-tram-default:
|
|
1593
|
-
--basecolors-shape-walk-contrast:
|
|
1594
|
-
--basecolors-shape-walk-default:
|
|
1595
|
-
--basecolors-shape-airportlinkbus-contrast:
|
|
1596
|
-
--basecolors-shape-airportlinkbus-default:
|
|
1597
|
-
--basecolors-shape-airportlinkrail-contrast:
|
|
1598
|
-
--basecolors-shape-airportlinkrail-default:
|
|
1599
|
-
--basecolors-stroke-contrast:
|
|
1600
|
-
--basecolors-stroke-default:
|
|
1601
|
-
--basecolors-stroke-disabled:
|
|
1602
|
-
--basecolors-stroke-focus-contrast:
|
|
1603
|
-
--basecolors-stroke-focus-standard:
|
|
1604
|
-
--basecolors-stroke-highlight:
|
|
1605
|
-
--basecolors-stroke-light:
|
|
1606
|
-
--basecolors-stroke-subdued:
|
|
1607
|
-
--basecolors-stroke-subduedalt:
|
|
1608
|
-
--basecolors-text-accent:
|
|
1609
|
-
--basecolors-text-disabled:
|
|
1610
|
-
--basecolors-text-disabledalt:
|
|
1611
|
-
--basecolors-text-highlight:
|
|
1612
|
-
--basecolors-text-light:
|
|
1613
|
-
--basecolors-text-subdued:
|
|
1614
|
-
--basecolors-text-subduedalt:
|
|
1425
|
+
--basecolors-frame-contrast: #212233;
|
|
1426
|
+
--basecolors-frame-contrastalt: #141527;
|
|
1427
|
+
--basecolors-frame-default: #08091c;
|
|
1428
|
+
--basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
|
|
1429
|
+
--basecolors-frame-elevatedalt: #464755;
|
|
1430
|
+
--basecolors-frame-subdued: #2d2e3e;
|
|
1431
|
+
--basecolors-frame-tint: #141527;
|
|
1432
|
+
--basecolors-shape-accent: #e5e5e9;
|
|
1433
|
+
--basecolors-shape-bicycle-contrast: #4db295;
|
|
1434
|
+
--basecolors-shape-bicycle-default: #4db295;
|
|
1435
|
+
--basecolors-shape-bus-contrast: #e87a9b;
|
|
1436
|
+
--basecolors-shape-bus-default: #e87a9b;
|
|
1437
|
+
--basecolors-shape-cableway-contrast: #b898e5;
|
|
1438
|
+
--basecolors-shape-cableway-default: #b898e5;
|
|
1439
|
+
--basecolors-shape-disabled: #b6b8ba;
|
|
1440
|
+
--basecolors-shape-disabledalt: #b3b4bd;
|
|
1441
|
+
--basecolors-shape-ferry-contrast: #8ccfe2;
|
|
1442
|
+
--basecolors-shape-ferry-default: #8ccfe2;
|
|
1443
|
+
--basecolors-shape-funicular-contrast: #b898e5;
|
|
1444
|
+
--basecolors-shape-funicular-default: #b898e5;
|
|
1445
|
+
--basecolors-shape-helicopter-contrast: #f2b8e5;
|
|
1446
|
+
--basecolors-shape-helicopter-default: #f2b8e5;
|
|
1447
|
+
--basecolors-shape-highlight: #ff9494;
|
|
1448
|
+
--basecolors-shape-light: #e5e5e9;
|
|
1449
|
+
--basecolors-shape-mask: #2d2e3e;
|
|
1450
|
+
--basecolors-shape-maskalt: #393a49;
|
|
1451
|
+
--basecolors-shape-metro-contrast: #dd973c;
|
|
1452
|
+
--basecolors-shape-metro-default: #dd973c;
|
|
1453
|
+
--basecolors-shape-mobility-contrast: #4db295;
|
|
1454
|
+
--basecolors-shape-mobility-default: #4db295;
|
|
1455
|
+
--basecolors-shape-plane-contrast: #f2b8e5;
|
|
1456
|
+
--basecolors-shape-plane-default: #f2b8e5;
|
|
1457
|
+
--basecolors-shape-subdued: #b3b4bd;
|
|
1458
|
+
--basecolors-shape-subduedalt: #b3b4bd;
|
|
1459
|
+
--basecolors-shape-taxi-contrast: #ffe082;
|
|
1460
|
+
--basecolors-shape-taxi-default: #ffe082;
|
|
1461
|
+
--basecolors-shape-train-contrast: #60a2d7;
|
|
1462
|
+
--basecolors-shape-train-default: #60a2d7;
|
|
1463
|
+
--basecolors-shape-tram-contrast: #b898e5;
|
|
1464
|
+
--basecolors-shape-tram-default: #b898e5;
|
|
1465
|
+
--basecolors-shape-walk-contrast: #8d8e9c;
|
|
1466
|
+
--basecolors-shape-walk-default: #8d8e9c;
|
|
1467
|
+
--basecolors-shape-airportlinkbus-contrast: #f2b8e5;
|
|
1468
|
+
--basecolors-shape-airportlinkbus-default: #f2b8e5;
|
|
1469
|
+
--basecolors-shape-airportlinkrail-contrast: #f2b8e5;
|
|
1470
|
+
--basecolors-shape-airportlinkrail-default: #f2b8e5;
|
|
1471
|
+
--basecolors-stroke-contrast: #aeb7e2;
|
|
1472
|
+
--basecolors-stroke-default: #b3b4bd;
|
|
1473
|
+
--basecolors-stroke-disabled: #e3e6e8;
|
|
1474
|
+
--basecolors-stroke-focus-contrast: #aeb7e2;
|
|
1475
|
+
--basecolors-stroke-focus-standard: #aeb7e2;
|
|
1476
|
+
--basecolors-stroke-highlight: #ff9494;
|
|
1477
|
+
--basecolors-stroke-light: #b3b4bd;
|
|
1478
|
+
--basecolors-stroke-subdued: #81828f;
|
|
1479
|
+
--basecolors-stroke-subduedalt: #81828f;
|
|
1480
|
+
--basecolors-text-accent: #e5e5e9;
|
|
1481
|
+
--basecolors-text-disabled: #b6b8ba;
|
|
1482
|
+
--basecolors-text-disabledalt: #b6b8ba;
|
|
1483
|
+
--basecolors-text-highlight: #ff9494;
|
|
1484
|
+
--basecolors-text-light: #e5e5e9;
|
|
1485
|
+
--basecolors-text-subdued: #b3b4bd;
|
|
1486
|
+
--basecolors-text-subduedalt: #b3b4bd;
|
|
1615
1487
|
}
|
|
1616
1488
|
|
|
1617
1489
|
/* DO NOT CHANGE!*/
|