@oslokommune/punkt-css 17.0.4 → 17.0.5
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/CHANGELOG.md +18 -0
- package/dist/css/pkt-base.css +874 -469
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-docs.css +874 -469
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +874 -469
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/base/_colors.scss +39 -41
- package/package.json +2 -2
package/dist/css/pkt-docs.css
CHANGED
|
@@ -449,1285 +449,1690 @@ input[type=search]::-webkit-search-decoration {
|
|
|
449
449
|
--color-grayscale-90: #1a1a1a;
|
|
450
450
|
--color-black: #000;
|
|
451
451
|
}
|
|
452
|
-
:root
|
|
452
|
+
:root[data-mode=dark],
|
|
453
|
+
:root [data-mode=dark] {
|
|
454
|
+
--pkt-color-background-card: var(--pkt-color-grays-gray-700);
|
|
455
|
+
--pkt-color-background-default: var(--pkt-color-grays-gray-1000);
|
|
456
|
+
--pkt-color-background-subtle: var(--pkt-color-grays-gray-1000);
|
|
457
|
+
--pkt-color-background-transparent: var(--pkt-color-brand-neutrals-transparent);
|
|
458
|
+
--pkt-color-border-default: var(--pkt-color-brand-neutrals-white);
|
|
459
|
+
--pkt-color-border-beige: var(--pkt-color-brand-dark-beige-1000);
|
|
460
|
+
--pkt-color-border-blue: var(--pkt-color-brand-blue-1000);
|
|
461
|
+
--pkt-color-border-green: var(--pkt-color-brand-green-1000);
|
|
462
|
+
--pkt-color-border-light-beige: var(--pkt-color-brand-light-beige-1000);
|
|
463
|
+
--pkt-color-border-red: var(--pkt-color-brand-red-1000);
|
|
464
|
+
--pkt-color-border-subtle: var(--pkt-color-brand-dark-blue-700);
|
|
465
|
+
--pkt-color-border-yellow: var(--pkt-color-brand-yellow-1000);
|
|
466
|
+
--pkt-color-border-states-active: var(--pkt-color-brand-blue-500);
|
|
467
|
+
--pkt-color-border-states-disabled: var(--pkt-color-grays-gray-500);
|
|
468
|
+
--pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
|
|
469
|
+
--pkt-color-border-states-hover: var(--pkt-color-brand-blue-500);
|
|
470
|
+
--pkt-color-surface-default-faded-green: var(--pkt-color-brand-light-green-400);
|
|
471
|
+
--pkt-color-surface-default-faded-red: var(--pkt-color-brand-red-400);
|
|
472
|
+
--pkt-color-surface-default-gray: var(--pkt-color-brand-neutrals-100);
|
|
473
|
+
--pkt-color-surface-default-light-beige: var(--pkt-color-brand-light-beige-1000);
|
|
474
|
+
--pkt-color-surface-default-light-blue: var(--pkt-color-brand-blue-300);
|
|
475
|
+
--pkt-color-surface-default-light-green: var(--pkt-color-brand-green-400);
|
|
476
|
+
--pkt-color-surface-default-red: var(--pkt-color-brand-red-600);
|
|
477
|
+
--pkt-color-surface-default-yellow: var(--pkt-color-brand-yellow-500);
|
|
478
|
+
--pkt-color-surface-strong-beige: var(--pkt-color-brand-dark-beige-1000);
|
|
479
|
+
--pkt-color-surface-strong-blue: var(--pkt-color-brand-blue-1000);
|
|
480
|
+
--pkt-color-surface-strong-dark-blue: var(--pkt-color-brand-dark-blue-1000);
|
|
481
|
+
--pkt-color-surface-strong-dark-green: var(--pkt-color-brand-dark-green-1000);
|
|
482
|
+
--pkt-color-surface-strong-gray: var(--pkt-color-brand-neutrals-200);
|
|
483
|
+
--pkt-color-surface-strong-green: var(--pkt-color-brand-green-1000);
|
|
484
|
+
--pkt-color-surface-strong-light-green: var(--pkt-color-brand-light-green-1000);
|
|
485
|
+
--pkt-color-surface-strong-red: var(--pkt-color-brand-red-1000);
|
|
486
|
+
--pkt-color-surface-strong-yellow: var(--pkt-color-brand-yellow-1000);
|
|
487
|
+
--pkt-color-surface-subtle-light-blue: var(--pkt-color-brand-blue-200);
|
|
488
|
+
--pkt-color-surface-subtle-light-red: var(--pkt-color-brand-red-100);
|
|
489
|
+
--pkt-color-surface-subtle-pale-blue: var(--pkt-color-brand-blue-100);
|
|
490
|
+
--pkt-color-surface-subtle-white: var(--pkt-color-brand-neutrals-white);
|
|
491
|
+
--pkt-color-text-body-dark: var(--pkt-color-brand-dark-blue-1000);
|
|
492
|
+
--pkt-color-text-body-default: var(--pkt-color-brand-neutrals-white);
|
|
493
|
+
--pkt-color-text-body-light: var(--pkt-color-brand-neutrals-white);
|
|
494
|
+
--pkt-color-text-placeholder: var(--pkt-color-grays-gray-300);
|
|
495
|
+
--pkt-color-text-action-disabled: var(--pkt-color-grays-gray-200);
|
|
496
|
+
--pkt-color-text-action-active: var(--pkt-color-brand-blue-500);
|
|
497
|
+
--pkt-color-text-action-hover: var(--pkt-color-brand-blue-500);
|
|
498
|
+
--pkt-color-text-action-normal: var(--pkt-color-brand-neutrals-white);
|
|
499
|
+
--pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);
|
|
500
|
+
--pkt-color-input-border-active: var(--pkt-color-brand-blue-500);
|
|
501
|
+
--pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);
|
|
502
|
+
--pkt-color-input-border-error: var(--pkt-color-brand-red-1000);
|
|
503
|
+
--pkt-color-input-border-hover: var(--pkt-color-brand-blue-500);
|
|
504
|
+
--pkt-color-input-border-normal: var(--pkt-color-brand-neutrals-white);
|
|
505
|
+
--pkt-color-input-text-active: var(--pkt-color-brand-warm-blue-1000);
|
|
506
|
+
--pkt-color-input-text-disabled: var(--pkt-color-grays-gray-200);
|
|
507
|
+
--pkt-color-input-text-hover: var(--pkt-color-brand-warm-blue-1000);
|
|
508
|
+
--pkt-color-input-text-normal: var(--pkt-color-brand-dark-blue-1000);
|
|
509
|
+
--pkt-color-input-text-error: var(--pkt-color-brand-red-1000);
|
|
510
|
+
--pkt-color-input-text-open: var(--pkt-color-brand-dark-blue-1000);
|
|
511
|
+
--pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);
|
|
512
|
+
--pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);
|
|
513
|
+
--pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);
|
|
514
|
+
--pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500);
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.pkt-color-bg-brand-blue-100 {
|
|
453
518
|
background-color: #f1fdff !important;
|
|
454
519
|
}
|
|
455
|
-
|
|
520
|
+
|
|
521
|
+
.pkt-color-txt-brand-blue-100 {
|
|
456
522
|
color: #f1fdff !important;
|
|
457
523
|
}
|
|
458
|
-
|
|
524
|
+
|
|
525
|
+
.pkt-color-border-brand-blue-100 {
|
|
459
526
|
border-color: #f1fdff !important;
|
|
460
527
|
}
|
|
461
|
-
|
|
528
|
+
|
|
529
|
+
.pkt-color-bg-brand-blue-200 {
|
|
462
530
|
background-color: #e5fcff !important;
|
|
463
531
|
}
|
|
464
|
-
|
|
532
|
+
|
|
533
|
+
.pkt-color-txt-brand-blue-200 {
|
|
465
534
|
color: #e5fcff !important;
|
|
466
535
|
}
|
|
467
|
-
|
|
536
|
+
|
|
537
|
+
.pkt-color-border-brand-blue-200 {
|
|
468
538
|
border-color: #e5fcff !important;
|
|
469
539
|
}
|
|
470
|
-
|
|
540
|
+
|
|
541
|
+
.pkt-color-bg-brand-blue-300 {
|
|
471
542
|
background-color: #d1f9ff !important;
|
|
472
543
|
}
|
|
473
|
-
|
|
544
|
+
|
|
545
|
+
.pkt-color-txt-brand-blue-300 {
|
|
474
546
|
color: #d1f9ff !important;
|
|
475
547
|
}
|
|
476
|
-
|
|
548
|
+
|
|
549
|
+
.pkt-color-border-brand-blue-300 {
|
|
477
550
|
border-color: #d1f9ff !important;
|
|
478
551
|
}
|
|
479
|
-
|
|
552
|
+
|
|
553
|
+
.pkt-color-bg-brand-blue-500 {
|
|
480
554
|
background-color: #b3f5ff !important;
|
|
481
555
|
}
|
|
482
|
-
|
|
556
|
+
|
|
557
|
+
.pkt-color-txt-brand-blue-500 {
|
|
483
558
|
color: #b3f5ff !important;
|
|
484
559
|
}
|
|
485
|
-
|
|
560
|
+
|
|
561
|
+
.pkt-color-border-brand-blue-500 {
|
|
486
562
|
border-color: #b3f5ff !important;
|
|
487
563
|
}
|
|
488
|
-
|
|
564
|
+
|
|
565
|
+
.pkt-color-bg-brand-blue-1000 {
|
|
489
566
|
background-color: #6fe9ff !important;
|
|
490
567
|
}
|
|
491
|
-
|
|
568
|
+
|
|
569
|
+
.pkt-color-txt-brand-blue-1000 {
|
|
492
570
|
color: #6fe9ff !important;
|
|
493
571
|
}
|
|
494
|
-
|
|
572
|
+
|
|
573
|
+
.pkt-color-border-brand-blue-1000 {
|
|
495
574
|
border-color: #6fe9ff !important;
|
|
496
575
|
}
|
|
497
|
-
|
|
576
|
+
|
|
577
|
+
.pkt-color-bg-brand-dark-blue-700 {
|
|
498
578
|
background-color: #6a698b !important;
|
|
499
579
|
}
|
|
500
|
-
|
|
580
|
+
|
|
581
|
+
.pkt-color-txt-brand-dark-blue-700 {
|
|
501
582
|
color: #6a698b !important;
|
|
502
583
|
}
|
|
503
|
-
|
|
584
|
+
|
|
585
|
+
.pkt-color-border-brand-dark-blue-700 {
|
|
504
586
|
border-color: #6a698b !important;
|
|
505
587
|
}
|
|
506
|
-
|
|
588
|
+
|
|
589
|
+
.pkt-color-bg-brand-dark-blue-1000 {
|
|
507
590
|
background-color: #2a2859 !important;
|
|
508
591
|
}
|
|
509
|
-
|
|
592
|
+
|
|
593
|
+
.pkt-color-txt-brand-dark-blue-1000 {
|
|
510
594
|
color: #2a2859 !important;
|
|
511
595
|
}
|
|
512
|
-
|
|
596
|
+
|
|
597
|
+
.pkt-color-border-brand-dark-blue-1000 {
|
|
513
598
|
border-color: #2a2859 !important;
|
|
514
599
|
}
|
|
515
|
-
|
|
600
|
+
|
|
601
|
+
.pkt-color-bg-brand-warm-blue-1000 {
|
|
516
602
|
background-color: #1f42aa !important;
|
|
517
603
|
}
|
|
518
|
-
|
|
604
|
+
|
|
605
|
+
.pkt-color-txt-brand-warm-blue-1000 {
|
|
519
606
|
color: #1f42aa !important;
|
|
520
607
|
}
|
|
521
|
-
|
|
608
|
+
|
|
609
|
+
.pkt-color-border-brand-warm-blue-1000 {
|
|
522
610
|
border-color: #1f42aa !important;
|
|
523
611
|
}
|
|
524
|
-
|
|
612
|
+
|
|
613
|
+
.pkt-color-bg-brand-green-400 {
|
|
525
614
|
background-color: #c7fde9 !important;
|
|
526
615
|
}
|
|
527
|
-
|
|
616
|
+
|
|
617
|
+
.pkt-color-txt-brand-green-400 {
|
|
528
618
|
color: #c7fde9 !important;
|
|
529
619
|
}
|
|
530
|
-
|
|
620
|
+
|
|
621
|
+
.pkt-color-border-brand-green-400 {
|
|
531
622
|
border-color: #c7fde9 !important;
|
|
532
623
|
}
|
|
533
|
-
|
|
624
|
+
|
|
625
|
+
.pkt-color-bg-brand-green-1000 {
|
|
534
626
|
background-color: #43f8b6 !important;
|
|
535
627
|
}
|
|
536
|
-
|
|
628
|
+
|
|
629
|
+
.pkt-color-txt-brand-green-1000 {
|
|
537
630
|
color: #43f8b6 !important;
|
|
538
631
|
}
|
|
539
|
-
|
|
632
|
+
|
|
633
|
+
.pkt-color-border-brand-green-1000 {
|
|
540
634
|
border-color: #43f8b6 !important;
|
|
541
635
|
}
|
|
542
|
-
|
|
636
|
+
|
|
637
|
+
.pkt-color-bg-brand-light-green-400 {
|
|
543
638
|
background-color: #e5ffe6 !important;
|
|
544
639
|
}
|
|
545
|
-
|
|
640
|
+
|
|
641
|
+
.pkt-color-txt-brand-light-green-400 {
|
|
546
642
|
color: #e5ffe6 !important;
|
|
547
643
|
}
|
|
548
|
-
|
|
644
|
+
|
|
645
|
+
.pkt-color-border-brand-light-green-400 {
|
|
549
646
|
border-color: #e5ffe6 !important;
|
|
550
647
|
}
|
|
551
|
-
|
|
648
|
+
|
|
649
|
+
.pkt-color-bg-brand-light-green-1000 {
|
|
552
650
|
background-color: #c7f6c9 !important;
|
|
553
651
|
}
|
|
554
|
-
|
|
652
|
+
|
|
653
|
+
.pkt-color-txt-brand-light-green-1000 {
|
|
555
654
|
color: #c7f6c9 !important;
|
|
556
655
|
}
|
|
557
|
-
|
|
656
|
+
|
|
657
|
+
.pkt-color-border-brand-light-green-1000 {
|
|
558
658
|
border-color: #c7f6c9 !important;
|
|
559
659
|
}
|
|
560
|
-
|
|
660
|
+
|
|
661
|
+
.pkt-color-bg-brand-dark-green-1000 {
|
|
561
662
|
background-color: #034b45 !important;
|
|
562
663
|
}
|
|
563
|
-
|
|
664
|
+
|
|
665
|
+
.pkt-color-txt-brand-dark-green-1000 {
|
|
564
666
|
color: #034b45 !important;
|
|
565
667
|
}
|
|
566
|
-
|
|
668
|
+
|
|
669
|
+
.pkt-color-border-brand-dark-green-1000 {
|
|
567
670
|
border-color: #034b45 !important;
|
|
568
671
|
}
|
|
569
|
-
|
|
672
|
+
|
|
673
|
+
.pkt-color-bg-brand-yellow-1000 {
|
|
570
674
|
background-color: #f9c66b !important;
|
|
571
675
|
}
|
|
572
|
-
|
|
676
|
+
|
|
677
|
+
.pkt-color-txt-brand-yellow-1000 {
|
|
573
678
|
color: #f9c66b !important;
|
|
574
679
|
}
|
|
575
|
-
|
|
680
|
+
|
|
681
|
+
.pkt-color-border-brand-yellow-1000 {
|
|
576
682
|
border-color: #f9c66b !important;
|
|
577
683
|
}
|
|
578
|
-
|
|
684
|
+
|
|
685
|
+
.pkt-color-bg-brand-yellow-500 {
|
|
579
686
|
background-color: #ffe7bc !important;
|
|
580
687
|
}
|
|
581
|
-
|
|
688
|
+
|
|
689
|
+
.pkt-color-txt-brand-yellow-500 {
|
|
582
690
|
color: #ffe7bc !important;
|
|
583
691
|
}
|
|
584
|
-
|
|
692
|
+
|
|
693
|
+
.pkt-color-border-brand-yellow-500 {
|
|
585
694
|
border-color: #ffe7bc !important;
|
|
586
695
|
}
|
|
587
|
-
|
|
696
|
+
|
|
697
|
+
.pkt-color-bg-brand-red-100 {
|
|
588
698
|
background-color: #fff2f1 !important;
|
|
589
699
|
}
|
|
590
|
-
|
|
700
|
+
|
|
701
|
+
.pkt-color-txt-brand-red-100 {
|
|
591
702
|
color: #fff2f1 !important;
|
|
592
703
|
}
|
|
593
|
-
|
|
704
|
+
|
|
705
|
+
.pkt-color-border-brand-red-100 {
|
|
594
706
|
border-color: #fff2f1 !important;
|
|
595
707
|
}
|
|
596
|
-
|
|
708
|
+
|
|
709
|
+
.pkt-color-bg-brand-red-400 {
|
|
597
710
|
background-color: #ffdfdc !important;
|
|
598
711
|
}
|
|
599
|
-
|
|
712
|
+
|
|
713
|
+
.pkt-color-txt-brand-red-400 {
|
|
600
714
|
color: #ffdfdc !important;
|
|
601
715
|
}
|
|
602
|
-
|
|
716
|
+
|
|
717
|
+
.pkt-color-border-brand-red-400 {
|
|
603
718
|
border-color: #ffdfdc !important;
|
|
604
719
|
}
|
|
605
|
-
|
|
720
|
+
|
|
721
|
+
.pkt-color-bg-brand-red-600 {
|
|
606
722
|
background-color: #ffb4ac !important;
|
|
607
723
|
}
|
|
608
|
-
|
|
724
|
+
|
|
725
|
+
.pkt-color-txt-brand-red-600 {
|
|
609
726
|
color: #ffb4ac !important;
|
|
610
727
|
}
|
|
611
|
-
|
|
728
|
+
|
|
729
|
+
.pkt-color-border-brand-red-600 {
|
|
612
730
|
border-color: #ffb4ac !important;
|
|
613
731
|
}
|
|
614
|
-
|
|
732
|
+
|
|
733
|
+
.pkt-color-bg-brand-red-1000 {
|
|
615
734
|
background-color: #ff8274 !important;
|
|
616
735
|
}
|
|
617
|
-
|
|
736
|
+
|
|
737
|
+
.pkt-color-txt-brand-red-1000 {
|
|
618
738
|
color: #ff8274 !important;
|
|
619
739
|
}
|
|
620
|
-
|
|
740
|
+
|
|
741
|
+
.pkt-color-border-brand-red-1000 {
|
|
621
742
|
border-color: #ff8274 !important;
|
|
622
743
|
}
|
|
623
|
-
|
|
744
|
+
|
|
745
|
+
.pkt-color-bg-brand-light-beige-1000 {
|
|
624
746
|
background-color: #f8f0dd !important;
|
|
625
747
|
}
|
|
626
|
-
|
|
748
|
+
|
|
749
|
+
.pkt-color-txt-brand-light-beige-1000 {
|
|
627
750
|
color: #f8f0dd !important;
|
|
628
751
|
}
|
|
629
|
-
|
|
752
|
+
|
|
753
|
+
.pkt-color-border-brand-light-beige-1000 {
|
|
630
754
|
border-color: #f8f0dd !important;
|
|
631
755
|
}
|
|
632
|
-
|
|
756
|
+
|
|
757
|
+
.pkt-color-bg-brand-dark-beige-1000 {
|
|
633
758
|
background-color: #d0bfae !important;
|
|
634
759
|
}
|
|
635
|
-
|
|
760
|
+
|
|
761
|
+
.pkt-color-txt-brand-dark-beige-1000 {
|
|
636
762
|
color: #d0bfae !important;
|
|
637
763
|
}
|
|
638
|
-
|
|
764
|
+
|
|
765
|
+
.pkt-color-border-brand-dark-beige-1000 {
|
|
639
766
|
border-color: #d0bfae !important;
|
|
640
767
|
}
|
|
641
|
-
|
|
768
|
+
|
|
769
|
+
.pkt-color-bg-brand-neutrals-white {
|
|
642
770
|
background-color: #ffffff !important;
|
|
643
771
|
}
|
|
644
|
-
|
|
772
|
+
|
|
773
|
+
.pkt-color-txt-brand-neutrals-white {
|
|
645
774
|
color: #ffffff !important;
|
|
646
775
|
}
|
|
647
|
-
|
|
776
|
+
|
|
777
|
+
.pkt-color-border-brand-neutrals-white {
|
|
648
778
|
border-color: #ffffff !important;
|
|
649
779
|
}
|
|
650
|
-
|
|
780
|
+
|
|
781
|
+
.pkt-color-bg-brand-neutrals-100 {
|
|
651
782
|
background-color: #f9f9f9 !important;
|
|
652
783
|
}
|
|
653
|
-
|
|
784
|
+
|
|
785
|
+
.pkt-color-txt-brand-neutrals-100 {
|
|
654
786
|
color: #f9f9f9 !important;
|
|
655
787
|
}
|
|
656
|
-
|
|
788
|
+
|
|
789
|
+
.pkt-color-border-brand-neutrals-100 {
|
|
657
790
|
border-color: #f9f9f9 !important;
|
|
658
791
|
}
|
|
659
|
-
|
|
792
|
+
|
|
793
|
+
.pkt-color-bg-brand-neutrals-200 {
|
|
660
794
|
background-color: #f2f2f2 !important;
|
|
661
795
|
}
|
|
662
|
-
|
|
796
|
+
|
|
797
|
+
.pkt-color-txt-brand-neutrals-200 {
|
|
663
798
|
color: #f2f2f2 !important;
|
|
664
799
|
}
|
|
665
|
-
|
|
800
|
+
|
|
801
|
+
.pkt-color-border-brand-neutrals-200 {
|
|
666
802
|
border-color: #f2f2f2 !important;
|
|
667
803
|
}
|
|
668
|
-
|
|
804
|
+
|
|
805
|
+
.pkt-color-bg-brand-neutrals-1000 {
|
|
669
806
|
background-color: #2c2c2c !important;
|
|
670
807
|
}
|
|
671
|
-
|
|
808
|
+
|
|
809
|
+
.pkt-color-txt-brand-neutrals-1000 {
|
|
672
810
|
color: #2c2c2c !important;
|
|
673
811
|
}
|
|
674
|
-
|
|
812
|
+
|
|
813
|
+
.pkt-color-border-brand-neutrals-1000 {
|
|
675
814
|
border-color: #2c2c2c !important;
|
|
676
815
|
}
|
|
677
|
-
|
|
816
|
+
|
|
817
|
+
.pkt-color-bg-brand-neutrals-black {
|
|
678
818
|
background-color: #000000 !important;
|
|
679
819
|
}
|
|
680
|
-
|
|
820
|
+
|
|
821
|
+
.pkt-color-txt-brand-neutrals-black {
|
|
681
822
|
color: #000000 !important;
|
|
682
823
|
}
|
|
683
|
-
|
|
824
|
+
|
|
825
|
+
.pkt-color-border-brand-neutrals-black {
|
|
684
826
|
border-color: #000000 !important;
|
|
685
827
|
}
|
|
686
|
-
|
|
828
|
+
|
|
829
|
+
.pkt-color-bg-brand-neutrals-transparent {
|
|
687
830
|
background-color: transparent !important;
|
|
688
831
|
}
|
|
689
|
-
|
|
832
|
+
|
|
833
|
+
.pkt-color-txt-brand-neutrals-transparent {
|
|
690
834
|
color: transparent !important;
|
|
691
835
|
}
|
|
692
|
-
|
|
836
|
+
|
|
837
|
+
.pkt-color-border-brand-neutrals-transparent {
|
|
693
838
|
border-color: transparent !important;
|
|
694
839
|
}
|
|
695
|
-
|
|
840
|
+
|
|
841
|
+
.pkt-color-bg-brand-purple-1000 {
|
|
696
842
|
background-color: #e0adff !important;
|
|
697
843
|
}
|
|
698
|
-
|
|
844
|
+
|
|
845
|
+
.pkt-color-txt-brand-purple-1000 {
|
|
699
846
|
color: #e0adff !important;
|
|
700
847
|
}
|
|
701
|
-
|
|
848
|
+
|
|
849
|
+
.pkt-color-border-brand-purple-1000 {
|
|
702
850
|
border-color: #e0adff !important;
|
|
703
851
|
}
|
|
704
|
-
|
|
852
|
+
|
|
853
|
+
.pkt-color-bg-grays-gray-100 {
|
|
705
854
|
background-color: #e6e6e6 !important;
|
|
706
855
|
}
|
|
707
|
-
|
|
856
|
+
|
|
857
|
+
.pkt-color-txt-grays-gray-100 {
|
|
708
858
|
color: #e6e6e6 !important;
|
|
709
859
|
}
|
|
710
|
-
|
|
860
|
+
|
|
861
|
+
.pkt-color-border-grays-gray-100 {
|
|
711
862
|
border-color: #e6e6e6 !important;
|
|
712
863
|
}
|
|
713
|
-
|
|
864
|
+
|
|
865
|
+
.pkt-color-bg-grays-gray-200 {
|
|
714
866
|
background-color: #cccccc !important;
|
|
715
867
|
}
|
|
716
|
-
|
|
868
|
+
|
|
869
|
+
.pkt-color-txt-grays-gray-200 {
|
|
717
870
|
color: #cccccc !important;
|
|
718
871
|
}
|
|
719
|
-
|
|
872
|
+
|
|
873
|
+
.pkt-color-border-grays-gray-200 {
|
|
720
874
|
border-color: #cccccc !important;
|
|
721
875
|
}
|
|
722
|
-
|
|
876
|
+
|
|
877
|
+
.pkt-color-bg-grays-gray-300 {
|
|
723
878
|
background-color: #b3b3b3 !important;
|
|
724
879
|
}
|
|
725
|
-
|
|
880
|
+
|
|
881
|
+
.pkt-color-txt-grays-gray-300 {
|
|
726
882
|
color: #b3b3b3 !important;
|
|
727
883
|
}
|
|
728
|
-
|
|
884
|
+
|
|
885
|
+
.pkt-color-border-grays-gray-300 {
|
|
729
886
|
border-color: #b3b3b3 !important;
|
|
730
887
|
}
|
|
731
|
-
|
|
888
|
+
|
|
889
|
+
.pkt-color-bg-grays-gray-400 {
|
|
732
890
|
background-color: #9a9a9a !important;
|
|
733
891
|
}
|
|
734
|
-
|
|
892
|
+
|
|
893
|
+
.pkt-color-txt-grays-gray-400 {
|
|
735
894
|
color: #9a9a9a !important;
|
|
736
895
|
}
|
|
737
|
-
|
|
896
|
+
|
|
897
|
+
.pkt-color-border-grays-gray-400 {
|
|
738
898
|
border-color: #9a9a9a !important;
|
|
739
899
|
}
|
|
740
|
-
|
|
900
|
+
|
|
901
|
+
.pkt-color-bg-grays-gray-500 {
|
|
741
902
|
background-color: #808080 !important;
|
|
742
903
|
}
|
|
743
|
-
|
|
904
|
+
|
|
905
|
+
.pkt-color-txt-grays-gray-500 {
|
|
744
906
|
color: #808080 !important;
|
|
745
907
|
}
|
|
746
|
-
|
|
908
|
+
|
|
909
|
+
.pkt-color-border-grays-gray-500 {
|
|
747
910
|
border-color: #808080 !important;
|
|
748
911
|
}
|
|
749
|
-
|
|
912
|
+
|
|
913
|
+
.pkt-color-bg-grays-gray-600 {
|
|
750
914
|
background-color: #666666 !important;
|
|
751
915
|
}
|
|
752
|
-
|
|
916
|
+
|
|
917
|
+
.pkt-color-txt-grays-gray-600 {
|
|
753
918
|
color: #666666 !important;
|
|
754
919
|
}
|
|
755
|
-
|
|
920
|
+
|
|
921
|
+
.pkt-color-border-grays-gray-600 {
|
|
756
922
|
border-color: #666666 !important;
|
|
757
923
|
}
|
|
758
|
-
|
|
924
|
+
|
|
925
|
+
.pkt-color-bg-grays-gray-700 {
|
|
759
926
|
background-color: #4d4d4d !important;
|
|
760
927
|
}
|
|
761
|
-
|
|
928
|
+
|
|
929
|
+
.pkt-color-txt-grays-gray-700 {
|
|
762
930
|
color: #4d4d4d !important;
|
|
763
931
|
}
|
|
764
|
-
|
|
932
|
+
|
|
933
|
+
.pkt-color-border-grays-gray-700 {
|
|
765
934
|
border-color: #4d4d4d !important;
|
|
766
935
|
}
|
|
767
|
-
|
|
936
|
+
|
|
937
|
+
.pkt-color-bg-grays-gray-800 {
|
|
768
938
|
background-color: #333333 !important;
|
|
769
939
|
}
|
|
770
|
-
|
|
940
|
+
|
|
941
|
+
.pkt-color-txt-grays-gray-800 {
|
|
771
942
|
color: #333333 !important;
|
|
772
943
|
}
|
|
773
|
-
|
|
944
|
+
|
|
945
|
+
.pkt-color-border-grays-gray-800 {
|
|
774
946
|
border-color: #333333 !important;
|
|
775
947
|
}
|
|
776
|
-
|
|
948
|
+
|
|
949
|
+
.pkt-color-bg-grays-gray-900 {
|
|
777
950
|
background-color: #1a1a1a !important;
|
|
778
951
|
}
|
|
779
|
-
|
|
952
|
+
|
|
953
|
+
.pkt-color-txt-grays-gray-900 {
|
|
780
954
|
color: #1a1a1a !important;
|
|
781
955
|
}
|
|
782
|
-
|
|
956
|
+
|
|
957
|
+
.pkt-color-border-grays-gray-900 {
|
|
783
958
|
border-color: #1a1a1a !important;
|
|
784
959
|
}
|
|
785
|
-
|
|
960
|
+
|
|
961
|
+
.pkt-color-bg-grays-gray-1000 {
|
|
786
962
|
background-color: #2c2c2c !important;
|
|
787
963
|
}
|
|
788
|
-
|
|
964
|
+
|
|
965
|
+
.pkt-color-txt-grays-gray-1000 {
|
|
789
966
|
color: #2c2c2c !important;
|
|
790
967
|
}
|
|
791
|
-
|
|
968
|
+
|
|
969
|
+
.pkt-color-border-grays-gray-1000 {
|
|
792
970
|
border-color: #2c2c2c !important;
|
|
793
971
|
}
|
|
794
|
-
|
|
972
|
+
|
|
973
|
+
.pkt-color-bg-background-card {
|
|
795
974
|
background-color: var(--pkt-color-background-card) !important;
|
|
796
975
|
}
|
|
797
|
-
|
|
976
|
+
|
|
977
|
+
.pkt-color-txt-background-card {
|
|
798
978
|
color: var(--pkt-color-background-card) !important;
|
|
799
979
|
}
|
|
800
|
-
|
|
980
|
+
|
|
981
|
+
.pkt-color-border-background-card {
|
|
801
982
|
border-color: var(--pkt-color-background-card) !important;
|
|
802
983
|
}
|
|
803
|
-
|
|
984
|
+
|
|
985
|
+
.pkt-color-bg-background-default {
|
|
804
986
|
background-color: var(--pkt-color-background-default) !important;
|
|
805
987
|
}
|
|
806
|
-
|
|
988
|
+
|
|
989
|
+
.pkt-color-txt-background-default {
|
|
807
990
|
color: var(--pkt-color-background-default) !important;
|
|
808
991
|
}
|
|
809
|
-
|
|
992
|
+
|
|
993
|
+
.pkt-color-border-background-default {
|
|
810
994
|
border-color: var(--pkt-color-background-default) !important;
|
|
811
995
|
}
|
|
812
|
-
|
|
996
|
+
|
|
997
|
+
.pkt-color-bg-background-subtle {
|
|
813
998
|
background-color: var(--pkt-color-background-subtle) !important;
|
|
814
999
|
}
|
|
815
|
-
|
|
1000
|
+
|
|
1001
|
+
.pkt-color-txt-background-subtle {
|
|
816
1002
|
color: var(--pkt-color-background-subtle) !important;
|
|
817
1003
|
}
|
|
818
|
-
|
|
1004
|
+
|
|
1005
|
+
.pkt-color-border-background-subtle {
|
|
819
1006
|
border-color: var(--pkt-color-background-subtle) !important;
|
|
820
1007
|
}
|
|
821
|
-
|
|
1008
|
+
|
|
1009
|
+
.pkt-color-bg-background-transparent {
|
|
822
1010
|
background-color: var(--pkt-color-background-transparent) !important;
|
|
823
1011
|
}
|
|
824
|
-
|
|
1012
|
+
|
|
1013
|
+
.pkt-color-txt-background-transparent {
|
|
825
1014
|
color: var(--pkt-color-background-transparent) !important;
|
|
826
1015
|
}
|
|
827
|
-
|
|
1016
|
+
|
|
1017
|
+
.pkt-color-border-background-transparent {
|
|
828
1018
|
border-color: var(--pkt-color-background-transparent) !important;
|
|
829
1019
|
}
|
|
830
|
-
|
|
1020
|
+
|
|
1021
|
+
.pkt-color-bg-border-default {
|
|
831
1022
|
background-color: var(--pkt-color-border-default) !important;
|
|
832
1023
|
}
|
|
833
|
-
|
|
1024
|
+
|
|
1025
|
+
.pkt-color-txt-border-default {
|
|
834
1026
|
color: var(--pkt-color-border-default) !important;
|
|
835
1027
|
}
|
|
836
|
-
|
|
1028
|
+
|
|
1029
|
+
.pkt-color-border-border-default {
|
|
837
1030
|
border-color: var(--pkt-color-border-default) !important;
|
|
838
1031
|
}
|
|
839
|
-
|
|
1032
|
+
|
|
1033
|
+
.pkt-color-bg-border-beige {
|
|
840
1034
|
background-color: var(--pkt-color-border-beige) !important;
|
|
841
1035
|
}
|
|
842
|
-
|
|
1036
|
+
|
|
1037
|
+
.pkt-color-txt-border-beige {
|
|
843
1038
|
color: var(--pkt-color-border-beige) !important;
|
|
844
1039
|
}
|
|
845
|
-
|
|
1040
|
+
|
|
1041
|
+
.pkt-color-border-border-beige {
|
|
846
1042
|
border-color: var(--pkt-color-border-beige) !important;
|
|
847
1043
|
}
|
|
848
|
-
|
|
1044
|
+
|
|
1045
|
+
.pkt-color-bg-border-blue {
|
|
849
1046
|
background-color: var(--pkt-color-border-blue) !important;
|
|
850
1047
|
}
|
|
851
|
-
|
|
1048
|
+
|
|
1049
|
+
.pkt-color-txt-border-blue {
|
|
852
1050
|
color: var(--pkt-color-border-blue) !important;
|
|
853
1051
|
}
|
|
854
|
-
|
|
1052
|
+
|
|
1053
|
+
.pkt-color-border-border-blue {
|
|
855
1054
|
border-color: var(--pkt-color-border-blue) !important;
|
|
856
1055
|
}
|
|
857
|
-
|
|
1056
|
+
|
|
1057
|
+
.pkt-color-bg-border-gray {
|
|
858
1058
|
background-color: var(--pkt-color-border-gray) !important;
|
|
859
1059
|
}
|
|
860
|
-
|
|
1060
|
+
|
|
1061
|
+
.pkt-color-txt-border-gray {
|
|
861
1062
|
color: var(--pkt-color-border-gray) !important;
|
|
862
1063
|
}
|
|
863
|
-
|
|
1064
|
+
|
|
1065
|
+
.pkt-color-border-border-gray {
|
|
864
1066
|
border-color: var(--pkt-color-border-gray) !important;
|
|
865
1067
|
}
|
|
866
|
-
|
|
1068
|
+
|
|
1069
|
+
.pkt-color-bg-border-green {
|
|
867
1070
|
background-color: var(--pkt-color-border-green) !important;
|
|
868
1071
|
}
|
|
869
|
-
|
|
1072
|
+
|
|
1073
|
+
.pkt-color-txt-border-green {
|
|
870
1074
|
color: var(--pkt-color-border-green) !important;
|
|
871
1075
|
}
|
|
872
|
-
|
|
1076
|
+
|
|
1077
|
+
.pkt-color-border-border-green {
|
|
873
1078
|
border-color: var(--pkt-color-border-green) !important;
|
|
874
1079
|
}
|
|
875
|
-
|
|
1080
|
+
|
|
1081
|
+
.pkt-color-bg-border-light-beige {
|
|
876
1082
|
background-color: var(--pkt-color-border-light-beige) !important;
|
|
877
1083
|
}
|
|
878
|
-
|
|
1084
|
+
|
|
1085
|
+
.pkt-color-txt-border-light-beige {
|
|
879
1086
|
color: var(--pkt-color-border-light-beige) !important;
|
|
880
1087
|
}
|
|
881
|
-
|
|
1088
|
+
|
|
1089
|
+
.pkt-color-border-border-light-beige {
|
|
882
1090
|
border-color: var(--pkt-color-border-light-beige) !important;
|
|
883
1091
|
}
|
|
884
|
-
|
|
1092
|
+
|
|
1093
|
+
.pkt-color-bg-border-red {
|
|
885
1094
|
background-color: var(--pkt-color-border-red) !important;
|
|
886
1095
|
}
|
|
887
|
-
|
|
1096
|
+
|
|
1097
|
+
.pkt-color-txt-border-red {
|
|
888
1098
|
color: var(--pkt-color-border-red) !important;
|
|
889
1099
|
}
|
|
890
|
-
|
|
1100
|
+
|
|
1101
|
+
.pkt-color-border-border-red {
|
|
891
1102
|
border-color: var(--pkt-color-border-red) !important;
|
|
892
1103
|
}
|
|
893
|
-
|
|
1104
|
+
|
|
1105
|
+
.pkt-color-bg-border-subtle {
|
|
894
1106
|
background-color: var(--pkt-color-border-subtle) !important;
|
|
895
1107
|
}
|
|
896
|
-
|
|
1108
|
+
|
|
1109
|
+
.pkt-color-txt-border-subtle {
|
|
897
1110
|
color: var(--pkt-color-border-subtle) !important;
|
|
898
1111
|
}
|
|
899
|
-
|
|
1112
|
+
|
|
1113
|
+
.pkt-color-border-border-subtle {
|
|
900
1114
|
border-color: var(--pkt-color-border-subtle) !important;
|
|
901
1115
|
}
|
|
902
|
-
|
|
1116
|
+
|
|
1117
|
+
.pkt-color-bg-border-yellow {
|
|
903
1118
|
background-color: var(--pkt-color-border-yellow) !important;
|
|
904
1119
|
}
|
|
905
|
-
|
|
1120
|
+
|
|
1121
|
+
.pkt-color-txt-border-yellow {
|
|
906
1122
|
color: var(--pkt-color-border-yellow) !important;
|
|
907
1123
|
}
|
|
908
|
-
|
|
1124
|
+
|
|
1125
|
+
.pkt-color-border-border-yellow {
|
|
909
1126
|
border-color: var(--pkt-color-border-yellow) !important;
|
|
910
1127
|
}
|
|
911
|
-
|
|
1128
|
+
|
|
1129
|
+
.pkt-color-bg-border-states-active {
|
|
912
1130
|
background-color: var(--pkt-color-border-states-active) !important;
|
|
913
1131
|
}
|
|
914
|
-
|
|
1132
|
+
|
|
1133
|
+
.pkt-color-txt-border-states-active {
|
|
915
1134
|
color: var(--pkt-color-border-states-active) !important;
|
|
916
1135
|
}
|
|
917
|
-
|
|
1136
|
+
|
|
1137
|
+
.pkt-color-border-border-states-active {
|
|
918
1138
|
border-color: var(--pkt-color-border-states-active) !important;
|
|
919
1139
|
}
|
|
920
|
-
|
|
1140
|
+
|
|
1141
|
+
.pkt-color-bg-border-states-disabled {
|
|
921
1142
|
background-color: var(--pkt-color-border-states-disabled) !important;
|
|
922
1143
|
}
|
|
923
|
-
|
|
1144
|
+
|
|
1145
|
+
.pkt-color-txt-border-states-disabled {
|
|
924
1146
|
color: var(--pkt-color-border-states-disabled) !important;
|
|
925
1147
|
}
|
|
926
|
-
|
|
1148
|
+
|
|
1149
|
+
.pkt-color-border-border-states-disabled {
|
|
927
1150
|
border-color: var(--pkt-color-border-states-disabled) !important;
|
|
928
1151
|
}
|
|
929
|
-
|
|
1152
|
+
|
|
1153
|
+
.pkt-color-bg-border-states-focus {
|
|
930
1154
|
background-color: var(--pkt-color-border-states-focus) !important;
|
|
931
1155
|
}
|
|
932
|
-
|
|
1156
|
+
|
|
1157
|
+
.pkt-color-txt-border-states-focus {
|
|
933
1158
|
color: var(--pkt-color-border-states-focus) !important;
|
|
934
1159
|
}
|
|
935
|
-
|
|
1160
|
+
|
|
1161
|
+
.pkt-color-border-border-states-focus {
|
|
936
1162
|
border-color: var(--pkt-color-border-states-focus) !important;
|
|
937
1163
|
}
|
|
938
|
-
|
|
1164
|
+
|
|
1165
|
+
.pkt-color-bg-border-states-hover {
|
|
939
1166
|
background-color: var(--pkt-color-border-states-hover) !important;
|
|
940
1167
|
}
|
|
941
|
-
|
|
1168
|
+
|
|
1169
|
+
.pkt-color-txt-border-states-hover {
|
|
942
1170
|
color: var(--pkt-color-border-states-hover) !important;
|
|
943
1171
|
}
|
|
944
|
-
|
|
1172
|
+
|
|
1173
|
+
.pkt-color-border-border-states-hover {
|
|
945
1174
|
border-color: var(--pkt-color-border-states-hover) !important;
|
|
946
1175
|
}
|
|
947
|
-
|
|
1176
|
+
|
|
1177
|
+
.pkt-color-bg-surface-default-faded-green {
|
|
948
1178
|
background-color: var(--pkt-color-surface-default-faded-green) !important;
|
|
949
1179
|
}
|
|
950
|
-
|
|
1180
|
+
|
|
1181
|
+
.pkt-color-txt-surface-default-faded-green {
|
|
951
1182
|
color: var(--pkt-color-surface-default-faded-green) !important;
|
|
952
1183
|
}
|
|
953
|
-
|
|
1184
|
+
|
|
1185
|
+
.pkt-color-border-surface-default-faded-green {
|
|
954
1186
|
border-color: var(--pkt-color-surface-default-faded-green) !important;
|
|
955
1187
|
}
|
|
956
|
-
|
|
1188
|
+
|
|
1189
|
+
.pkt-color-bg-surface-default-faded-red {
|
|
957
1190
|
background-color: var(--pkt-color-surface-default-faded-red) !important;
|
|
958
1191
|
}
|
|
959
|
-
|
|
1192
|
+
|
|
1193
|
+
.pkt-color-txt-surface-default-faded-red {
|
|
960
1194
|
color: var(--pkt-color-surface-default-faded-red) !important;
|
|
961
1195
|
}
|
|
962
|
-
|
|
1196
|
+
|
|
1197
|
+
.pkt-color-border-surface-default-faded-red {
|
|
963
1198
|
border-color: var(--pkt-color-surface-default-faded-red) !important;
|
|
964
1199
|
}
|
|
965
|
-
|
|
1200
|
+
|
|
1201
|
+
.pkt-color-bg-surface-default-gray {
|
|
966
1202
|
background-color: var(--pkt-color-surface-default-gray) !important;
|
|
967
1203
|
}
|
|
968
|
-
|
|
1204
|
+
|
|
1205
|
+
.pkt-color-txt-surface-default-gray {
|
|
969
1206
|
color: var(--pkt-color-surface-default-gray) !important;
|
|
970
1207
|
}
|
|
971
|
-
|
|
1208
|
+
|
|
1209
|
+
.pkt-color-border-surface-default-gray {
|
|
972
1210
|
border-color: var(--pkt-color-surface-default-gray) !important;
|
|
973
1211
|
}
|
|
974
|
-
|
|
1212
|
+
|
|
1213
|
+
.pkt-color-bg-surface-default-light-beige {
|
|
975
1214
|
background-color: var(--pkt-color-surface-default-light-beige) !important;
|
|
976
1215
|
}
|
|
977
|
-
|
|
1216
|
+
|
|
1217
|
+
.pkt-color-txt-surface-default-light-beige {
|
|
978
1218
|
color: var(--pkt-color-surface-default-light-beige) !important;
|
|
979
1219
|
}
|
|
980
|
-
|
|
1220
|
+
|
|
1221
|
+
.pkt-color-border-surface-default-light-beige {
|
|
981
1222
|
border-color: var(--pkt-color-surface-default-light-beige) !important;
|
|
982
1223
|
}
|
|
983
|
-
|
|
1224
|
+
|
|
1225
|
+
.pkt-color-bg-surface-default-light-blue {
|
|
984
1226
|
background-color: var(--pkt-color-surface-default-light-blue) !important;
|
|
985
1227
|
}
|
|
986
|
-
|
|
1228
|
+
|
|
1229
|
+
.pkt-color-txt-surface-default-light-blue {
|
|
987
1230
|
color: var(--pkt-color-surface-default-light-blue) !important;
|
|
988
1231
|
}
|
|
989
|
-
|
|
1232
|
+
|
|
1233
|
+
.pkt-color-border-surface-default-light-blue {
|
|
990
1234
|
border-color: var(--pkt-color-surface-default-light-blue) !important;
|
|
991
1235
|
}
|
|
992
|
-
|
|
1236
|
+
|
|
1237
|
+
.pkt-color-bg-surface-default-light-green {
|
|
993
1238
|
background-color: var(--pkt-color-surface-default-light-green) !important;
|
|
994
1239
|
}
|
|
995
|
-
|
|
1240
|
+
|
|
1241
|
+
.pkt-color-txt-surface-default-light-green {
|
|
996
1242
|
color: var(--pkt-color-surface-default-light-green) !important;
|
|
997
1243
|
}
|
|
998
|
-
|
|
1244
|
+
|
|
1245
|
+
.pkt-color-border-surface-default-light-green {
|
|
999
1246
|
border-color: var(--pkt-color-surface-default-light-green) !important;
|
|
1000
1247
|
}
|
|
1001
|
-
|
|
1248
|
+
|
|
1249
|
+
.pkt-color-bg-surface-default-red {
|
|
1002
1250
|
background-color: var(--pkt-color-surface-default-red) !important;
|
|
1003
1251
|
}
|
|
1004
|
-
|
|
1252
|
+
|
|
1253
|
+
.pkt-color-txt-surface-default-red {
|
|
1005
1254
|
color: var(--pkt-color-surface-default-red) !important;
|
|
1006
1255
|
}
|
|
1007
|
-
|
|
1256
|
+
|
|
1257
|
+
.pkt-color-border-surface-default-red {
|
|
1008
1258
|
border-color: var(--pkt-color-surface-default-red) !important;
|
|
1009
1259
|
}
|
|
1010
|
-
|
|
1260
|
+
|
|
1261
|
+
.pkt-color-bg-surface-default-yellow {
|
|
1011
1262
|
background-color: var(--pkt-color-surface-default-yellow) !important;
|
|
1012
1263
|
}
|
|
1013
|
-
|
|
1264
|
+
|
|
1265
|
+
.pkt-color-txt-surface-default-yellow {
|
|
1014
1266
|
color: var(--pkt-color-surface-default-yellow) !important;
|
|
1015
1267
|
}
|
|
1016
|
-
|
|
1268
|
+
|
|
1269
|
+
.pkt-color-border-surface-default-yellow {
|
|
1017
1270
|
border-color: var(--pkt-color-surface-default-yellow) !important;
|
|
1018
1271
|
}
|
|
1019
|
-
|
|
1272
|
+
|
|
1273
|
+
.pkt-color-bg-surface-strong-beige {
|
|
1020
1274
|
background-color: var(--pkt-color-surface-strong-beige) !important;
|
|
1021
1275
|
}
|
|
1022
|
-
|
|
1276
|
+
|
|
1277
|
+
.pkt-color-txt-surface-strong-beige {
|
|
1023
1278
|
color: var(--pkt-color-surface-strong-beige) !important;
|
|
1024
1279
|
}
|
|
1025
|
-
|
|
1280
|
+
|
|
1281
|
+
.pkt-color-border-surface-strong-beige {
|
|
1026
1282
|
border-color: var(--pkt-color-surface-strong-beige) !important;
|
|
1027
1283
|
}
|
|
1028
|
-
|
|
1284
|
+
|
|
1285
|
+
.pkt-color-bg-surface-strong-blue {
|
|
1029
1286
|
background-color: var(--pkt-color-surface-strong-blue) !important;
|
|
1030
1287
|
}
|
|
1031
|
-
|
|
1288
|
+
|
|
1289
|
+
.pkt-color-txt-surface-strong-blue {
|
|
1032
1290
|
color: var(--pkt-color-surface-strong-blue) !important;
|
|
1033
1291
|
}
|
|
1034
|
-
|
|
1292
|
+
|
|
1293
|
+
.pkt-color-border-surface-strong-blue {
|
|
1035
1294
|
border-color: var(--pkt-color-surface-strong-blue) !important;
|
|
1036
1295
|
}
|
|
1037
|
-
|
|
1296
|
+
|
|
1297
|
+
.pkt-color-bg-surface-strong-dark-blue {
|
|
1038
1298
|
background-color: var(--pkt-color-surface-strong-dark-blue) !important;
|
|
1039
1299
|
}
|
|
1040
|
-
|
|
1300
|
+
|
|
1301
|
+
.pkt-color-txt-surface-strong-dark-blue {
|
|
1041
1302
|
color: var(--pkt-color-surface-strong-dark-blue) !important;
|
|
1042
1303
|
}
|
|
1043
|
-
|
|
1304
|
+
|
|
1305
|
+
.pkt-color-border-surface-strong-dark-blue {
|
|
1044
1306
|
border-color: var(--pkt-color-surface-strong-dark-blue) !important;
|
|
1045
1307
|
}
|
|
1046
|
-
|
|
1308
|
+
|
|
1309
|
+
.pkt-color-bg-surface-strong-dark-green {
|
|
1047
1310
|
background-color: var(--pkt-color-surface-strong-dark-green) !important;
|
|
1048
1311
|
}
|
|
1049
|
-
|
|
1312
|
+
|
|
1313
|
+
.pkt-color-txt-surface-strong-dark-green {
|
|
1050
1314
|
color: var(--pkt-color-surface-strong-dark-green) !important;
|
|
1051
1315
|
}
|
|
1052
|
-
|
|
1316
|
+
|
|
1317
|
+
.pkt-color-border-surface-strong-dark-green {
|
|
1053
1318
|
border-color: var(--pkt-color-surface-strong-dark-green) !important;
|
|
1054
1319
|
}
|
|
1055
|
-
|
|
1320
|
+
|
|
1321
|
+
.pkt-color-bg-surface-strong-gray {
|
|
1056
1322
|
background-color: var(--pkt-color-surface-strong-gray) !important;
|
|
1057
1323
|
}
|
|
1058
|
-
|
|
1324
|
+
|
|
1325
|
+
.pkt-color-txt-surface-strong-gray {
|
|
1059
1326
|
color: var(--pkt-color-surface-strong-gray) !important;
|
|
1060
1327
|
}
|
|
1061
|
-
|
|
1328
|
+
|
|
1329
|
+
.pkt-color-border-surface-strong-gray {
|
|
1062
1330
|
border-color: var(--pkt-color-surface-strong-gray) !important;
|
|
1063
1331
|
}
|
|
1064
|
-
|
|
1332
|
+
|
|
1333
|
+
.pkt-color-bg-surface-strong-green {
|
|
1065
1334
|
background-color: var(--pkt-color-surface-strong-green) !important;
|
|
1066
1335
|
}
|
|
1067
|
-
|
|
1336
|
+
|
|
1337
|
+
.pkt-color-txt-surface-strong-green {
|
|
1068
1338
|
color: var(--pkt-color-surface-strong-green) !important;
|
|
1069
1339
|
}
|
|
1070
|
-
|
|
1340
|
+
|
|
1341
|
+
.pkt-color-border-surface-strong-green {
|
|
1071
1342
|
border-color: var(--pkt-color-surface-strong-green) !important;
|
|
1072
1343
|
}
|
|
1073
|
-
|
|
1344
|
+
|
|
1345
|
+
.pkt-color-bg-surface-strong-light-green {
|
|
1074
1346
|
background-color: var(--pkt-color-surface-strong-light-green) !important;
|
|
1075
1347
|
}
|
|
1076
|
-
|
|
1348
|
+
|
|
1349
|
+
.pkt-color-txt-surface-strong-light-green {
|
|
1077
1350
|
color: var(--pkt-color-surface-strong-light-green) !important;
|
|
1078
1351
|
}
|
|
1079
|
-
|
|
1352
|
+
|
|
1353
|
+
.pkt-color-border-surface-strong-light-green {
|
|
1080
1354
|
border-color: var(--pkt-color-surface-strong-light-green) !important;
|
|
1081
1355
|
}
|
|
1082
|
-
|
|
1356
|
+
|
|
1357
|
+
.pkt-color-bg-surface-strong-red {
|
|
1083
1358
|
background-color: var(--pkt-color-surface-strong-red) !important;
|
|
1084
1359
|
}
|
|
1085
|
-
|
|
1360
|
+
|
|
1361
|
+
.pkt-color-txt-surface-strong-red {
|
|
1086
1362
|
color: var(--pkt-color-surface-strong-red) !important;
|
|
1087
1363
|
}
|
|
1088
|
-
|
|
1364
|
+
|
|
1365
|
+
.pkt-color-border-surface-strong-red {
|
|
1089
1366
|
border-color: var(--pkt-color-surface-strong-red) !important;
|
|
1090
1367
|
}
|
|
1091
|
-
|
|
1368
|
+
|
|
1369
|
+
.pkt-color-bg-surface-strong-yellow {
|
|
1092
1370
|
background-color: var(--pkt-color-surface-strong-yellow) !important;
|
|
1093
1371
|
}
|
|
1094
|
-
|
|
1372
|
+
|
|
1373
|
+
.pkt-color-txt-surface-strong-yellow {
|
|
1095
1374
|
color: var(--pkt-color-surface-strong-yellow) !important;
|
|
1096
1375
|
}
|
|
1097
|
-
|
|
1376
|
+
|
|
1377
|
+
.pkt-color-border-surface-strong-yellow {
|
|
1098
1378
|
border-color: var(--pkt-color-surface-strong-yellow) !important;
|
|
1099
1379
|
}
|
|
1100
|
-
|
|
1380
|
+
|
|
1381
|
+
.pkt-color-bg-surface-subtle-light-blue {
|
|
1101
1382
|
background-color: var(--pkt-color-surface-subtle-light-blue) !important;
|
|
1102
1383
|
}
|
|
1103
|
-
|
|
1384
|
+
|
|
1385
|
+
.pkt-color-txt-surface-subtle-light-blue {
|
|
1104
1386
|
color: var(--pkt-color-surface-subtle-light-blue) !important;
|
|
1105
1387
|
}
|
|
1106
|
-
|
|
1388
|
+
|
|
1389
|
+
.pkt-color-border-surface-subtle-light-blue {
|
|
1107
1390
|
border-color: var(--pkt-color-surface-subtle-light-blue) !important;
|
|
1108
1391
|
}
|
|
1109
|
-
|
|
1392
|
+
|
|
1393
|
+
.pkt-color-bg-surface-subtle-light-red {
|
|
1110
1394
|
background-color: var(--pkt-color-surface-subtle-light-red) !important;
|
|
1111
1395
|
}
|
|
1112
|
-
|
|
1396
|
+
|
|
1397
|
+
.pkt-color-txt-surface-subtle-light-red {
|
|
1113
1398
|
color: var(--pkt-color-surface-subtle-light-red) !important;
|
|
1114
1399
|
}
|
|
1115
|
-
|
|
1400
|
+
|
|
1401
|
+
.pkt-color-border-surface-subtle-light-red {
|
|
1116
1402
|
border-color: var(--pkt-color-surface-subtle-light-red) !important;
|
|
1117
1403
|
}
|
|
1118
|
-
|
|
1404
|
+
|
|
1405
|
+
.pkt-color-bg-surface-subtle-pale-blue {
|
|
1119
1406
|
background-color: var(--pkt-color-surface-subtle-pale-blue) !important;
|
|
1120
1407
|
}
|
|
1121
|
-
|
|
1408
|
+
|
|
1409
|
+
.pkt-color-txt-surface-subtle-pale-blue {
|
|
1122
1410
|
color: var(--pkt-color-surface-subtle-pale-blue) !important;
|
|
1123
1411
|
}
|
|
1124
|
-
|
|
1412
|
+
|
|
1413
|
+
.pkt-color-border-surface-subtle-pale-blue {
|
|
1125
1414
|
border-color: var(--pkt-color-surface-subtle-pale-blue) !important;
|
|
1126
1415
|
}
|
|
1127
|
-
|
|
1416
|
+
|
|
1417
|
+
.pkt-color-bg-surface-subtle-white {
|
|
1128
1418
|
background-color: var(--pkt-color-surface-subtle-white) !important;
|
|
1129
1419
|
}
|
|
1130
|
-
|
|
1420
|
+
|
|
1421
|
+
.pkt-color-txt-surface-subtle-white {
|
|
1131
1422
|
color: var(--pkt-color-surface-subtle-white) !important;
|
|
1132
1423
|
}
|
|
1133
|
-
|
|
1424
|
+
|
|
1425
|
+
.pkt-color-border-surface-subtle-white {
|
|
1134
1426
|
border-color: var(--pkt-color-surface-subtle-white) !important;
|
|
1135
1427
|
}
|
|
1136
|
-
|
|
1428
|
+
|
|
1429
|
+
.pkt-color-bg-text-body-dark {
|
|
1137
1430
|
background-color: var(--pkt-color-text-body-dark) !important;
|
|
1138
1431
|
}
|
|
1139
|
-
|
|
1432
|
+
|
|
1433
|
+
.pkt-color-txt-text-body-dark {
|
|
1140
1434
|
color: var(--pkt-color-text-body-dark) !important;
|
|
1141
1435
|
}
|
|
1142
|
-
|
|
1436
|
+
|
|
1437
|
+
.pkt-color-border-text-body-dark {
|
|
1143
1438
|
border-color: var(--pkt-color-text-body-dark) !important;
|
|
1144
1439
|
}
|
|
1145
|
-
|
|
1440
|
+
|
|
1441
|
+
.pkt-color-bg-text-body-default {
|
|
1146
1442
|
background-color: var(--pkt-color-text-body-default) !important;
|
|
1147
1443
|
}
|
|
1148
|
-
|
|
1444
|
+
|
|
1445
|
+
.pkt-color-txt-text-body-default {
|
|
1149
1446
|
color: var(--pkt-color-text-body-default) !important;
|
|
1150
1447
|
}
|
|
1151
|
-
|
|
1448
|
+
|
|
1449
|
+
.pkt-color-border-text-body-default {
|
|
1152
1450
|
border-color: var(--pkt-color-text-body-default) !important;
|
|
1153
1451
|
}
|
|
1154
|
-
|
|
1452
|
+
|
|
1453
|
+
.pkt-color-bg-text-body-light {
|
|
1155
1454
|
background-color: var(--pkt-color-text-body-light) !important;
|
|
1156
1455
|
}
|
|
1157
|
-
|
|
1456
|
+
|
|
1457
|
+
.pkt-color-txt-text-body-light {
|
|
1158
1458
|
color: var(--pkt-color-text-body-light) !important;
|
|
1159
1459
|
}
|
|
1160
|
-
|
|
1460
|
+
|
|
1461
|
+
.pkt-color-border-text-body-light {
|
|
1161
1462
|
border-color: var(--pkt-color-text-body-light) !important;
|
|
1162
1463
|
}
|
|
1163
|
-
|
|
1464
|
+
|
|
1465
|
+
.pkt-color-bg-text-placeholder {
|
|
1164
1466
|
background-color: var(--pkt-color-text-placeholder) !important;
|
|
1165
1467
|
}
|
|
1166
|
-
|
|
1468
|
+
|
|
1469
|
+
.pkt-color-txt-text-placeholder {
|
|
1167
1470
|
color: var(--pkt-color-text-placeholder) !important;
|
|
1168
1471
|
}
|
|
1169
|
-
|
|
1472
|
+
|
|
1473
|
+
.pkt-color-border-text-placeholder {
|
|
1170
1474
|
border-color: var(--pkt-color-text-placeholder) !important;
|
|
1171
1475
|
}
|
|
1172
|
-
|
|
1476
|
+
|
|
1477
|
+
.pkt-color-bg-text-action-disabled {
|
|
1173
1478
|
background-color: var(--pkt-color-text-action-disabled) !important;
|
|
1174
1479
|
}
|
|
1175
|
-
|
|
1480
|
+
|
|
1481
|
+
.pkt-color-txt-text-action-disabled {
|
|
1176
1482
|
color: var(--pkt-color-text-action-disabled) !important;
|
|
1177
1483
|
}
|
|
1178
|
-
|
|
1484
|
+
|
|
1485
|
+
.pkt-color-border-text-action-disabled {
|
|
1179
1486
|
border-color: var(--pkt-color-text-action-disabled) !important;
|
|
1180
1487
|
}
|
|
1181
|
-
|
|
1488
|
+
|
|
1489
|
+
.pkt-color-bg-text-action-active {
|
|
1182
1490
|
background-color: var(--pkt-color-text-action-active) !important;
|
|
1183
1491
|
}
|
|
1184
|
-
|
|
1492
|
+
|
|
1493
|
+
.pkt-color-txt-text-action-active {
|
|
1185
1494
|
color: var(--pkt-color-text-action-active) !important;
|
|
1186
1495
|
}
|
|
1187
|
-
|
|
1496
|
+
|
|
1497
|
+
.pkt-color-border-text-action-active {
|
|
1188
1498
|
border-color: var(--pkt-color-text-action-active) !important;
|
|
1189
1499
|
}
|
|
1190
|
-
|
|
1500
|
+
|
|
1501
|
+
.pkt-color-bg-text-action-hover {
|
|
1191
1502
|
background-color: var(--pkt-color-text-action-hover) !important;
|
|
1192
1503
|
}
|
|
1193
|
-
|
|
1504
|
+
|
|
1505
|
+
.pkt-color-txt-text-action-hover {
|
|
1194
1506
|
color: var(--pkt-color-text-action-hover) !important;
|
|
1195
1507
|
}
|
|
1196
|
-
|
|
1508
|
+
|
|
1509
|
+
.pkt-color-border-text-action-hover {
|
|
1197
1510
|
border-color: var(--pkt-color-text-action-hover) !important;
|
|
1198
1511
|
}
|
|
1199
|
-
|
|
1512
|
+
|
|
1513
|
+
.pkt-color-bg-text-action-normal {
|
|
1200
1514
|
background-color: var(--pkt-color-text-action-normal) !important;
|
|
1201
1515
|
}
|
|
1202
|
-
|
|
1516
|
+
|
|
1517
|
+
.pkt-color-txt-text-action-normal {
|
|
1203
1518
|
color: var(--pkt-color-text-action-normal) !important;
|
|
1204
1519
|
}
|
|
1205
|
-
|
|
1520
|
+
|
|
1521
|
+
.pkt-color-border-text-action-normal {
|
|
1206
1522
|
border-color: var(--pkt-color-text-action-normal) !important;
|
|
1207
1523
|
}
|
|
1208
|
-
|
|
1524
|
+
|
|
1525
|
+
.pkt-color-bg-input-background-normal {
|
|
1209
1526
|
background-color: var(--pkt-color-input-background-normal) !important;
|
|
1210
1527
|
}
|
|
1211
|
-
|
|
1528
|
+
|
|
1529
|
+
.pkt-color-txt-input-background-normal {
|
|
1212
1530
|
color: var(--pkt-color-input-background-normal) !important;
|
|
1213
1531
|
}
|
|
1214
|
-
|
|
1532
|
+
|
|
1533
|
+
.pkt-color-border-input-background-normal {
|
|
1215
1534
|
border-color: var(--pkt-color-input-background-normal) !important;
|
|
1216
1535
|
}
|
|
1217
|
-
|
|
1536
|
+
|
|
1537
|
+
.pkt-color-bg-input-background-disabled {
|
|
1218
1538
|
background-color: var(--pkt-color-input-background-disabled) !important;
|
|
1219
1539
|
}
|
|
1220
|
-
|
|
1540
|
+
|
|
1541
|
+
.pkt-color-txt-input-background-disabled {
|
|
1221
1542
|
color: var(--pkt-color-input-background-disabled) !important;
|
|
1222
1543
|
}
|
|
1223
|
-
|
|
1544
|
+
|
|
1545
|
+
.pkt-color-border-input-background-disabled {
|
|
1224
1546
|
border-color: var(--pkt-color-input-background-disabled) !important;
|
|
1225
1547
|
}
|
|
1226
|
-
|
|
1548
|
+
|
|
1549
|
+
.pkt-color-bg-input-border-active {
|
|
1227
1550
|
background-color: var(--pkt-color-input-border-active) !important;
|
|
1228
1551
|
}
|
|
1229
|
-
|
|
1552
|
+
|
|
1553
|
+
.pkt-color-txt-input-border-active {
|
|
1230
1554
|
color: var(--pkt-color-input-border-active) !important;
|
|
1231
1555
|
}
|
|
1232
|
-
|
|
1556
|
+
|
|
1557
|
+
.pkt-color-border-input-border-active {
|
|
1233
1558
|
border-color: var(--pkt-color-input-border-active) !important;
|
|
1234
1559
|
}
|
|
1235
|
-
|
|
1560
|
+
|
|
1561
|
+
.pkt-color-bg-input-border-disabled {
|
|
1236
1562
|
background-color: var(--pkt-color-input-border-disabled) !important;
|
|
1237
1563
|
}
|
|
1238
|
-
|
|
1564
|
+
|
|
1565
|
+
.pkt-color-txt-input-border-disabled {
|
|
1239
1566
|
color: var(--pkt-color-input-border-disabled) !important;
|
|
1240
1567
|
}
|
|
1241
|
-
|
|
1568
|
+
|
|
1569
|
+
.pkt-color-border-input-border-disabled {
|
|
1242
1570
|
border-color: var(--pkt-color-input-border-disabled) !important;
|
|
1243
1571
|
}
|
|
1244
|
-
|
|
1572
|
+
|
|
1573
|
+
.pkt-color-bg-input-border-error {
|
|
1245
1574
|
background-color: var(--pkt-color-input-border-error) !important;
|
|
1246
1575
|
}
|
|
1247
|
-
|
|
1576
|
+
|
|
1577
|
+
.pkt-color-txt-input-border-error {
|
|
1248
1578
|
color: var(--pkt-color-input-border-error) !important;
|
|
1249
1579
|
}
|
|
1250
|
-
|
|
1580
|
+
|
|
1581
|
+
.pkt-color-border-input-border-error {
|
|
1251
1582
|
border-color: var(--pkt-color-input-border-error) !important;
|
|
1252
1583
|
}
|
|
1253
|
-
|
|
1584
|
+
|
|
1585
|
+
.pkt-color-bg-input-border-hover {
|
|
1254
1586
|
background-color: var(--pkt-color-input-border-hover) !important;
|
|
1255
1587
|
}
|
|
1256
|
-
|
|
1588
|
+
|
|
1589
|
+
.pkt-color-txt-input-border-hover {
|
|
1257
1590
|
color: var(--pkt-color-input-border-hover) !important;
|
|
1258
1591
|
}
|
|
1259
|
-
|
|
1592
|
+
|
|
1593
|
+
.pkt-color-border-input-border-hover {
|
|
1260
1594
|
border-color: var(--pkt-color-input-border-hover) !important;
|
|
1261
1595
|
}
|
|
1262
|
-
|
|
1596
|
+
|
|
1597
|
+
.pkt-color-bg-input-border-normal {
|
|
1263
1598
|
background-color: var(--pkt-color-input-border-normal) !important;
|
|
1264
1599
|
}
|
|
1265
|
-
|
|
1600
|
+
|
|
1601
|
+
.pkt-color-txt-input-border-normal {
|
|
1266
1602
|
color: var(--pkt-color-input-border-normal) !important;
|
|
1267
1603
|
}
|
|
1268
|
-
|
|
1604
|
+
|
|
1605
|
+
.pkt-color-border-input-border-normal {
|
|
1269
1606
|
border-color: var(--pkt-color-input-border-normal) !important;
|
|
1270
1607
|
}
|
|
1271
|
-
|
|
1608
|
+
|
|
1609
|
+
.pkt-color-bg-input-text-active {
|
|
1272
1610
|
background-color: var(--pkt-color-input-text-active) !important;
|
|
1273
1611
|
}
|
|
1274
|
-
|
|
1612
|
+
|
|
1613
|
+
.pkt-color-txt-input-text-active {
|
|
1275
1614
|
color: var(--pkt-color-input-text-active) !important;
|
|
1276
1615
|
}
|
|
1277
|
-
|
|
1616
|
+
|
|
1617
|
+
.pkt-color-border-input-text-active {
|
|
1278
1618
|
border-color: var(--pkt-color-input-text-active) !important;
|
|
1279
1619
|
}
|
|
1280
|
-
|
|
1620
|
+
|
|
1621
|
+
.pkt-color-bg-input-text-disabled {
|
|
1281
1622
|
background-color: var(--pkt-color-input-text-disabled) !important;
|
|
1282
1623
|
}
|
|
1283
|
-
|
|
1624
|
+
|
|
1625
|
+
.pkt-color-txt-input-text-disabled {
|
|
1284
1626
|
color: var(--pkt-color-input-text-disabled) !important;
|
|
1285
1627
|
}
|
|
1286
|
-
|
|
1628
|
+
|
|
1629
|
+
.pkt-color-border-input-text-disabled {
|
|
1287
1630
|
border-color: var(--pkt-color-input-text-disabled) !important;
|
|
1288
1631
|
}
|
|
1289
|
-
|
|
1632
|
+
|
|
1633
|
+
.pkt-color-bg-input-text-hover {
|
|
1290
1634
|
background-color: var(--pkt-color-input-text-hover) !important;
|
|
1291
1635
|
}
|
|
1292
|
-
|
|
1636
|
+
|
|
1637
|
+
.pkt-color-txt-input-text-hover {
|
|
1293
1638
|
color: var(--pkt-color-input-text-hover) !important;
|
|
1294
1639
|
}
|
|
1295
|
-
|
|
1640
|
+
|
|
1641
|
+
.pkt-color-border-input-text-hover {
|
|
1296
1642
|
border-color: var(--pkt-color-input-text-hover) !important;
|
|
1297
1643
|
}
|
|
1298
|
-
|
|
1644
|
+
|
|
1645
|
+
.pkt-color-bg-input-text-normal {
|
|
1299
1646
|
background-color: var(--pkt-color-input-text-normal) !important;
|
|
1300
1647
|
}
|
|
1301
|
-
|
|
1648
|
+
|
|
1649
|
+
.pkt-color-txt-input-text-normal {
|
|
1302
1650
|
color: var(--pkt-color-input-text-normal) !important;
|
|
1303
1651
|
}
|
|
1304
|
-
|
|
1652
|
+
|
|
1653
|
+
.pkt-color-border-input-text-normal {
|
|
1305
1654
|
border-color: var(--pkt-color-input-text-normal) !important;
|
|
1306
1655
|
}
|
|
1307
|
-
|
|
1656
|
+
|
|
1657
|
+
.pkt-color-bg-input-text-error {
|
|
1308
1658
|
background-color: var(--pkt-color-input-text-error) !important;
|
|
1309
1659
|
}
|
|
1310
|
-
|
|
1660
|
+
|
|
1661
|
+
.pkt-color-txt-input-text-error {
|
|
1311
1662
|
color: var(--pkt-color-input-text-error) !important;
|
|
1312
1663
|
}
|
|
1313
|
-
|
|
1664
|
+
|
|
1665
|
+
.pkt-color-border-input-text-error {
|
|
1314
1666
|
border-color: var(--pkt-color-input-text-error) !important;
|
|
1315
1667
|
}
|
|
1316
|
-
|
|
1668
|
+
|
|
1669
|
+
.pkt-color-bg-input-text-open {
|
|
1317
1670
|
background-color: var(--pkt-color-input-text-open) !important;
|
|
1318
1671
|
}
|
|
1319
|
-
|
|
1672
|
+
|
|
1673
|
+
.pkt-color-txt-input-text-open {
|
|
1320
1674
|
color: var(--pkt-color-input-text-open) !important;
|
|
1321
1675
|
}
|
|
1322
|
-
|
|
1676
|
+
|
|
1677
|
+
.pkt-color-border-input-text-open {
|
|
1323
1678
|
border-color: var(--pkt-color-input-text-open) !important;
|
|
1324
1679
|
}
|
|
1325
|
-
|
|
1680
|
+
|
|
1681
|
+
.pkt-color-bg-input-check-background {
|
|
1326
1682
|
background-color: var(--pkt-color-input-check-background) !important;
|
|
1327
1683
|
}
|
|
1328
|
-
|
|
1684
|
+
|
|
1685
|
+
.pkt-color-txt-input-check-background {
|
|
1329
1686
|
color: var(--pkt-color-input-check-background) !important;
|
|
1330
1687
|
}
|
|
1331
|
-
|
|
1688
|
+
|
|
1689
|
+
.pkt-color-border-input-check-background {
|
|
1332
1690
|
border-color: var(--pkt-color-input-check-background) !important;
|
|
1333
1691
|
}
|
|
1334
|
-
|
|
1692
|
+
|
|
1693
|
+
.pkt-color-bg-input-check-border {
|
|
1335
1694
|
background-color: var(--pkt-color-input-check-border) !important;
|
|
1336
1695
|
}
|
|
1337
|
-
|
|
1696
|
+
|
|
1697
|
+
.pkt-color-txt-input-check-border {
|
|
1338
1698
|
color: var(--pkt-color-input-check-border) !important;
|
|
1339
1699
|
}
|
|
1340
|
-
|
|
1700
|
+
|
|
1701
|
+
.pkt-color-border-input-check-border {
|
|
1341
1702
|
border-color: var(--pkt-color-input-check-border) !important;
|
|
1342
1703
|
}
|
|
1343
|
-
|
|
1704
|
+
|
|
1705
|
+
.pkt-color-bg-input-check-text-active {
|
|
1344
1706
|
background-color: var(--pkt-color-input-check-text-active) !important;
|
|
1345
1707
|
}
|
|
1346
|
-
|
|
1708
|
+
|
|
1709
|
+
.pkt-color-txt-input-check-text-active {
|
|
1347
1710
|
color: var(--pkt-color-input-check-text-active) !important;
|
|
1348
1711
|
}
|
|
1349
|
-
|
|
1712
|
+
|
|
1713
|
+
.pkt-color-border-input-check-text-active {
|
|
1350
1714
|
border-color: var(--pkt-color-input-check-text-active) !important;
|
|
1351
1715
|
}
|
|
1352
|
-
|
|
1716
|
+
|
|
1717
|
+
.pkt-color-bg-input-check-text-hover {
|
|
1353
1718
|
background-color: var(--pkt-color-input-check-text-hover) !important;
|
|
1354
1719
|
}
|
|
1355
|
-
|
|
1720
|
+
|
|
1721
|
+
.pkt-color-txt-input-check-text-hover {
|
|
1356
1722
|
color: var(--pkt-color-input-check-text-hover) !important;
|
|
1357
1723
|
}
|
|
1358
|
-
|
|
1724
|
+
|
|
1725
|
+
.pkt-color-border-input-check-text-hover {
|
|
1359
1726
|
border-color: var(--pkt-color-input-check-text-hover) !important;
|
|
1360
1727
|
}
|
|
1361
|
-
|
|
1728
|
+
|
|
1729
|
+
.bg-color-blue {
|
|
1362
1730
|
background-color: #6fe9ff !important;
|
|
1363
1731
|
}
|
|
1364
|
-
|
|
1732
|
+
|
|
1733
|
+
.txt-color-blue {
|
|
1365
1734
|
color: #6fe9ff !important;
|
|
1366
1735
|
}
|
|
1367
|
-
|
|
1736
|
+
|
|
1737
|
+
.bg-color-blue-light {
|
|
1368
1738
|
background-color: #b3f5ff !important;
|
|
1369
1739
|
}
|
|
1370
|
-
|
|
1740
|
+
|
|
1741
|
+
.txt-color-blue-light {
|
|
1371
1742
|
color: #b3f5ff !important;
|
|
1372
1743
|
}
|
|
1373
|
-
|
|
1744
|
+
|
|
1745
|
+
.bg-color-blue-dark {
|
|
1374
1746
|
background-color: #2a2859 !important;
|
|
1375
1747
|
}
|
|
1376
|
-
|
|
1748
|
+
|
|
1749
|
+
.txt-color-blue-dark {
|
|
1377
1750
|
color: #2a2859 !important;
|
|
1378
1751
|
}
|
|
1379
|
-
|
|
1752
|
+
|
|
1753
|
+
.bg-color-green {
|
|
1380
1754
|
background-color: #43f8b6 !important;
|
|
1381
1755
|
}
|
|
1382
|
-
|
|
1756
|
+
|
|
1757
|
+
.txt-color-green {
|
|
1383
1758
|
color: #43f8b6 !important;
|
|
1384
1759
|
}
|
|
1385
|
-
|
|
1760
|
+
|
|
1761
|
+
.bg-color-green-light {
|
|
1386
1762
|
background-color: #c7f6c9 !important;
|
|
1387
1763
|
}
|
|
1388
|
-
|
|
1764
|
+
|
|
1765
|
+
.txt-color-green-light {
|
|
1389
1766
|
color: #c7f6c9 !important;
|
|
1390
1767
|
}
|
|
1391
|
-
|
|
1768
|
+
|
|
1769
|
+
.bg-color-green-dark {
|
|
1392
1770
|
background-color: #034b45 !important;
|
|
1393
1771
|
}
|
|
1394
|
-
|
|
1772
|
+
|
|
1773
|
+
.txt-color-green-dark {
|
|
1395
1774
|
color: #034b45 !important;
|
|
1396
1775
|
}
|
|
1397
|
-
|
|
1776
|
+
|
|
1777
|
+
.bg-color-red {
|
|
1398
1778
|
background-color: #ff8274 !important;
|
|
1399
1779
|
}
|
|
1400
|
-
|
|
1780
|
+
|
|
1781
|
+
.txt-color-red {
|
|
1401
1782
|
color: #ff8274 !important;
|
|
1402
1783
|
}
|
|
1403
|
-
|
|
1784
|
+
|
|
1785
|
+
.bg-color-red-light {
|
|
1404
1786
|
background-color: #ffb4ac !important;
|
|
1405
1787
|
}
|
|
1406
|
-
|
|
1788
|
+
|
|
1789
|
+
.txt-color-red-light {
|
|
1407
1790
|
color: #ffb4ac !important;
|
|
1408
1791
|
}
|
|
1409
|
-
|
|
1792
|
+
|
|
1793
|
+
.bg-color-yellow {
|
|
1410
1794
|
background-color: #f9c66b !important;
|
|
1411
1795
|
}
|
|
1412
|
-
|
|
1796
|
+
|
|
1797
|
+
.txt-color-yellow {
|
|
1413
1798
|
color: #f9c66b !important;
|
|
1414
1799
|
}
|
|
1415
|
-
|
|
1800
|
+
|
|
1801
|
+
.bg-color-beige-light {
|
|
1416
1802
|
background-color: #f8f0dd !important;
|
|
1417
1803
|
}
|
|
1418
|
-
|
|
1804
|
+
|
|
1805
|
+
.txt-color-beige-light {
|
|
1419
1806
|
color: #f8f0dd !important;
|
|
1420
1807
|
}
|
|
1421
|
-
|
|
1808
|
+
|
|
1809
|
+
.bg-color-beige-dark {
|
|
1422
1810
|
background-color: #d0bfae !important;
|
|
1423
1811
|
}
|
|
1424
|
-
|
|
1812
|
+
|
|
1813
|
+
.txt-color-beige-dark {
|
|
1425
1814
|
color: #d0bfae !important;
|
|
1426
1815
|
}
|
|
1427
|
-
|
|
1816
|
+
|
|
1817
|
+
.bg-color-active {
|
|
1428
1818
|
background-color: #1f42aa !important;
|
|
1429
1819
|
}
|
|
1430
|
-
|
|
1820
|
+
|
|
1821
|
+
.txt-color-active {
|
|
1431
1822
|
color: #1f42aa !important;
|
|
1432
1823
|
}
|
|
1433
|
-
|
|
1824
|
+
|
|
1825
|
+
.bg-color-active-light {
|
|
1434
1826
|
background-color: #b3f5ff !important;
|
|
1435
1827
|
}
|
|
1436
|
-
|
|
1828
|
+
|
|
1829
|
+
.txt-color-active-light {
|
|
1437
1830
|
color: #b3f5ff !important;
|
|
1438
1831
|
}
|
|
1439
|
-
|
|
1832
|
+
|
|
1833
|
+
.bg-color-hover {
|
|
1440
1834
|
background-color: #1f42aa !important;
|
|
1441
1835
|
}
|
|
1442
|
-
|
|
1836
|
+
|
|
1837
|
+
.txt-color-hover {
|
|
1443
1838
|
color: #1f42aa !important;
|
|
1444
1839
|
}
|
|
1445
|
-
|
|
1840
|
+
|
|
1841
|
+
.bg-color-hover-light {
|
|
1446
1842
|
background-color: #b3f5ff !important;
|
|
1447
1843
|
}
|
|
1448
|
-
|
|
1844
|
+
|
|
1845
|
+
.txt-color-hover-light {
|
|
1449
1846
|
color: #b3f5ff !important;
|
|
1450
1847
|
}
|
|
1451
|
-
|
|
1848
|
+
|
|
1849
|
+
.bg-color-focus {
|
|
1452
1850
|
background-color: #e0adff !important;
|
|
1453
1851
|
}
|
|
1454
|
-
|
|
1852
|
+
|
|
1853
|
+
.txt-color-focus {
|
|
1455
1854
|
color: #e0adff !important;
|
|
1456
1855
|
}
|
|
1457
|
-
|
|
1856
|
+
|
|
1857
|
+
.bg-color-disabled {
|
|
1458
1858
|
background-color: #4d4d4d !important;
|
|
1459
1859
|
}
|
|
1460
|
-
|
|
1860
|
+
|
|
1861
|
+
.txt-color-disabled {
|
|
1461
1862
|
color: #4d4d4d !important;
|
|
1462
1863
|
}
|
|
1463
|
-
|
|
1864
|
+
|
|
1865
|
+
.bg-color-disabled-light {
|
|
1464
1866
|
background-color: #f9f9f9 !important;
|
|
1465
1867
|
}
|
|
1466
|
-
|
|
1868
|
+
|
|
1869
|
+
.txt-color-disabled-light {
|
|
1467
1870
|
color: #f9f9f9 !important;
|
|
1468
1871
|
}
|
|
1469
|
-
|
|
1872
|
+
|
|
1873
|
+
.bg-color-info {
|
|
1470
1874
|
background-color: #2a2859 !important;
|
|
1471
1875
|
}
|
|
1472
|
-
|
|
1876
|
+
|
|
1877
|
+
.txt-color-info {
|
|
1473
1878
|
color: #2a2859 !important;
|
|
1474
1879
|
}
|
|
1475
|
-
|
|
1880
|
+
|
|
1881
|
+
.bg-color-success {
|
|
1476
1882
|
background-color: #034b45 !important;
|
|
1477
1883
|
}
|
|
1478
|
-
|
|
1884
|
+
|
|
1885
|
+
.txt-color-success {
|
|
1479
1886
|
color: #034b45 !important;
|
|
1480
1887
|
}
|
|
1481
|
-
|
|
1888
|
+
|
|
1889
|
+
.bg-color-warning {
|
|
1482
1890
|
background-color: #774c01 !important;
|
|
1483
1891
|
}
|
|
1484
|
-
|
|
1892
|
+
|
|
1893
|
+
.txt-color-warning {
|
|
1485
1894
|
color: #774c01 !important;
|
|
1486
1895
|
}
|
|
1487
|
-
|
|
1896
|
+
|
|
1897
|
+
.bg-color-error {
|
|
1488
1898
|
background-color: #96281c !important;
|
|
1489
1899
|
}
|
|
1490
|
-
|
|
1900
|
+
|
|
1901
|
+
.txt-color-error {
|
|
1491
1902
|
color: #96281c !important;
|
|
1492
1903
|
}
|
|
1493
|
-
|
|
1904
|
+
|
|
1905
|
+
.bg-color-blue-dark-5 {
|
|
1494
1906
|
background-color: #f2f9ff !important;
|
|
1495
1907
|
}
|
|
1496
|
-
|
|
1908
|
+
|
|
1909
|
+
.txt-color-blue-dark-5 {
|
|
1497
1910
|
color: #f2f9ff !important;
|
|
1498
1911
|
}
|
|
1499
|
-
|
|
1912
|
+
|
|
1913
|
+
.bg-color-blue-dark-10 {
|
|
1500
1914
|
background-color: #d9e9f2 !important;
|
|
1501
1915
|
}
|
|
1502
|
-
|
|
1916
|
+
|
|
1917
|
+
.txt-color-blue-dark-10 {
|
|
1503
1918
|
color: #d9e9f2 !important;
|
|
1504
1919
|
}
|
|
1505
|
-
|
|
1920
|
+
|
|
1921
|
+
.bg-color-blue-5 {
|
|
1506
1922
|
background-color: #f1fdff !important;
|
|
1507
1923
|
}
|
|
1508
|
-
|
|
1924
|
+
|
|
1925
|
+
.txt-color-blue-5 {
|
|
1509
1926
|
color: #f1fdff !important;
|
|
1510
1927
|
}
|
|
1511
|
-
|
|
1928
|
+
|
|
1929
|
+
.bg-color-blue-10 {
|
|
1512
1930
|
background-color: #e5fcff !important;
|
|
1513
1931
|
}
|
|
1514
|
-
|
|
1932
|
+
|
|
1933
|
+
.txt-color-blue-10 {
|
|
1515
1934
|
color: #e5fcff !important;
|
|
1516
1935
|
}
|
|
1517
|
-
|
|
1936
|
+
|
|
1937
|
+
.bg-color-blue-60 {
|
|
1518
1938
|
background-color: #d1f9ff !important;
|
|
1519
1939
|
}
|
|
1520
|
-
|
|
1940
|
+
|
|
1941
|
+
.txt-color-blue-60 {
|
|
1521
1942
|
color: #d1f9ff !important;
|
|
1522
1943
|
}
|
|
1523
|
-
|
|
1944
|
+
|
|
1945
|
+
.bg-color-green-dark-5 {
|
|
1524
1946
|
background-color: #f2fff3 !important;
|
|
1525
1947
|
}
|
|
1526
|
-
|
|
1948
|
+
|
|
1949
|
+
.txt-color-green-dark-5 {
|
|
1527
1950
|
color: #f2fff3 !important;
|
|
1528
1951
|
}
|
|
1529
|
-
|
|
1952
|
+
|
|
1953
|
+
.bg-color-green-dark-10 {
|
|
1530
1954
|
background-color: #d9f2ef !important;
|
|
1531
1955
|
}
|
|
1532
|
-
|
|
1956
|
+
|
|
1957
|
+
.txt-color-green-dark-10 {
|
|
1533
1958
|
color: #d9f2ef !important;
|
|
1534
1959
|
}
|
|
1535
|
-
|
|
1960
|
+
|
|
1961
|
+
.bg-color-green-10 {
|
|
1536
1962
|
background-color: #e5ffe6 !important;
|
|
1537
1963
|
}
|
|
1538
|
-
|
|
1964
|
+
|
|
1965
|
+
.txt-color-green-10 {
|
|
1539
1966
|
color: #e5ffe6 !important;
|
|
1540
1967
|
}
|
|
1541
|
-
|
|
1968
|
+
|
|
1969
|
+
.bg-color-green-30 {
|
|
1542
1970
|
background-color: #c7fde9 !important;
|
|
1543
1971
|
}
|
|
1544
|
-
|
|
1972
|
+
|
|
1973
|
+
.txt-color-green-30 {
|
|
1545
1974
|
color: #c7fde9 !important;
|
|
1546
1975
|
}
|
|
1547
|
-
|
|
1976
|
+
|
|
1977
|
+
.bg-color-red-5 {
|
|
1548
1978
|
background-color: #fff3f2 !important;
|
|
1549
1979
|
}
|
|
1550
|
-
|
|
1980
|
+
|
|
1981
|
+
.txt-color-red-5 {
|
|
1551
1982
|
color: #fff3f2 !important;
|
|
1552
1983
|
}
|
|
1553
|
-
|
|
1984
|
+
|
|
1985
|
+
.bg-color-red-10 {
|
|
1554
1986
|
background-color: #ffe8e5 !important;
|
|
1555
1987
|
}
|
|
1556
|
-
|
|
1988
|
+
|
|
1989
|
+
.txt-color-red-10 {
|
|
1557
1990
|
color: #ffe8e5 !important;
|
|
1558
1991
|
}
|
|
1559
|
-
|
|
1992
|
+
|
|
1993
|
+
.bg-color-red-30 {
|
|
1560
1994
|
background-color: #ffdfdc !important;
|
|
1561
1995
|
}
|
|
1562
|
-
|
|
1996
|
+
|
|
1997
|
+
.txt-color-red-30 {
|
|
1563
1998
|
color: #ffdfdc !important;
|
|
1564
1999
|
}
|
|
1565
|
-
|
|
2000
|
+
|
|
2001
|
+
.bg-color-yellow-5 {
|
|
1566
2002
|
background-color: #fef9f0 !important;
|
|
1567
2003
|
}
|
|
1568
|
-
|
|
2004
|
+
|
|
2005
|
+
.txt-color-yellow-5 {
|
|
1569
2006
|
color: #fef9f0 !important;
|
|
1570
2007
|
}
|
|
1571
|
-
|
|
2008
|
+
|
|
2009
|
+
.bg-color-yellow-50 {
|
|
1572
2010
|
background-color: #ffe7bc !important;
|
|
1573
2011
|
}
|
|
1574
|
-
|
|
2012
|
+
|
|
2013
|
+
.txt-color-yellow-50 {
|
|
1575
2014
|
color: #ffe7bc !important;
|
|
1576
2015
|
}
|
|
1577
|
-
|
|
2016
|
+
|
|
2017
|
+
.bg-color-gray-light {
|
|
1578
2018
|
background-color: #f9f9f9 !important;
|
|
1579
2019
|
}
|
|
1580
|
-
|
|
2020
|
+
|
|
2021
|
+
.txt-color-gray-light {
|
|
1581
2022
|
color: #f9f9f9 !important;
|
|
1582
2023
|
}
|
|
1583
|
-
|
|
2024
|
+
|
|
2025
|
+
.bg-color-gray {
|
|
1584
2026
|
background-color: #f2f2f2 !important;
|
|
1585
2027
|
}
|
|
1586
|
-
|
|
2028
|
+
|
|
2029
|
+
.txt-color-gray {
|
|
1587
2030
|
color: #f2f2f2 !important;
|
|
1588
2031
|
}
|
|
1589
|
-
|
|
2032
|
+
|
|
2033
|
+
.bg-color-gray-dark {
|
|
1590
2034
|
background-color: #2c2c2c !important;
|
|
1591
2035
|
}
|
|
1592
|
-
|
|
2036
|
+
|
|
2037
|
+
.txt-color-gray-dark {
|
|
1593
2038
|
color: #2c2c2c !important;
|
|
1594
2039
|
}
|
|
1595
|
-
|
|
2040
|
+
|
|
2041
|
+
.bg-color-transparent {
|
|
1596
2042
|
background-color: transparent !important;
|
|
1597
2043
|
}
|
|
1598
|
-
|
|
2044
|
+
|
|
2045
|
+
.txt-color-transparent {
|
|
1599
2046
|
color: transparent !important;
|
|
1600
2047
|
}
|
|
1601
|
-
|
|
2048
|
+
|
|
2049
|
+
.bg-color-white {
|
|
1602
2050
|
background-color: #fff !important;
|
|
1603
2051
|
}
|
|
1604
|
-
|
|
2052
|
+
|
|
2053
|
+
.txt-color-white {
|
|
1605
2054
|
color: #fff !important;
|
|
1606
2055
|
}
|
|
1607
|
-
|
|
2056
|
+
|
|
2057
|
+
.bg-color-grayscale-10 {
|
|
1608
2058
|
background-color: #e6e6e6 !important;
|
|
1609
2059
|
}
|
|
1610
|
-
|
|
2060
|
+
|
|
2061
|
+
.txt-color-grayscale-10 {
|
|
1611
2062
|
color: #e6e6e6 !important;
|
|
1612
2063
|
}
|
|
1613
|
-
|
|
2064
|
+
|
|
2065
|
+
.bg-color-grayscale-20 {
|
|
1614
2066
|
background-color: #ccc !important;
|
|
1615
2067
|
}
|
|
1616
|
-
|
|
2068
|
+
|
|
2069
|
+
.txt-color-grayscale-20 {
|
|
1617
2070
|
color: #ccc !important;
|
|
1618
2071
|
}
|
|
1619
|
-
|
|
2072
|
+
|
|
2073
|
+
.bg-color-grayscale-30 {
|
|
1620
2074
|
background-color: #b3b3b3 !important;
|
|
1621
2075
|
}
|
|
1622
|
-
|
|
2076
|
+
|
|
2077
|
+
.txt-color-grayscale-30 {
|
|
1623
2078
|
color: #b3b3b3 !important;
|
|
1624
2079
|
}
|
|
1625
|
-
|
|
2080
|
+
|
|
2081
|
+
.bg-color-grayscale-40 {
|
|
1626
2082
|
background-color: #9a9a9a !important;
|
|
1627
2083
|
}
|
|
1628
|
-
|
|
2084
|
+
|
|
2085
|
+
.txt-color-grayscale-40 {
|
|
1629
2086
|
color: #9a9a9a !important;
|
|
1630
2087
|
}
|
|
1631
|
-
|
|
2088
|
+
|
|
2089
|
+
.bg-color-grayscale-50 {
|
|
1632
2090
|
background-color: #808080 !important;
|
|
1633
2091
|
}
|
|
1634
|
-
|
|
2092
|
+
|
|
2093
|
+
.txt-color-grayscale-50 {
|
|
1635
2094
|
color: #808080 !important;
|
|
1636
2095
|
}
|
|
1637
|
-
|
|
2096
|
+
|
|
2097
|
+
.bg-color-grayscale-60 {
|
|
1638
2098
|
background-color: #666 !important;
|
|
1639
2099
|
}
|
|
1640
|
-
|
|
2100
|
+
|
|
2101
|
+
.txt-color-grayscale-60 {
|
|
1641
2102
|
color: #666 !important;
|
|
1642
2103
|
}
|
|
1643
|
-
|
|
2104
|
+
|
|
2105
|
+
.bg-color-grayscale-70 {
|
|
1644
2106
|
background-color: #4d4d4d !important;
|
|
1645
2107
|
}
|
|
1646
|
-
|
|
2108
|
+
|
|
2109
|
+
.txt-color-grayscale-70 {
|
|
1647
2110
|
color: #4d4d4d !important;
|
|
1648
2111
|
}
|
|
1649
|
-
|
|
2112
|
+
|
|
2113
|
+
.bg-color-grayscale-80 {
|
|
1650
2114
|
background-color: #333 !important;
|
|
1651
2115
|
}
|
|
1652
|
-
|
|
2116
|
+
|
|
2117
|
+
.txt-color-grayscale-80 {
|
|
1653
2118
|
color: #333 !important;
|
|
1654
2119
|
}
|
|
1655
|
-
|
|
2120
|
+
|
|
2121
|
+
.bg-color-grayscale-90 {
|
|
1656
2122
|
background-color: #1a1a1a !important;
|
|
1657
2123
|
}
|
|
1658
|
-
|
|
2124
|
+
|
|
2125
|
+
.txt-color-grayscale-90 {
|
|
1659
2126
|
color: #1a1a1a !important;
|
|
1660
2127
|
}
|
|
1661
|
-
|
|
2128
|
+
|
|
2129
|
+
.bg-color-black {
|
|
1662
2130
|
background-color: #000 !important;
|
|
1663
2131
|
}
|
|
1664
|
-
|
|
2132
|
+
|
|
2133
|
+
.txt-color-black {
|
|
1665
2134
|
color: #000 !important;
|
|
1666
2135
|
}
|
|
1667
|
-
:root[data-mode=dark],
|
|
1668
|
-
:root [data-mode=dark] {
|
|
1669
|
-
--pkt-color-background-card: var(--pkt-color-grays-gray-700);
|
|
1670
|
-
--pkt-color-background-default: var(--pkt-color-grays-gray-1000);
|
|
1671
|
-
--pkt-color-background-subtle: var(--pkt-color-grays-gray-1000);
|
|
1672
|
-
--pkt-color-background-transparent: var(--pkt-color-brand-neutrals-transparent);
|
|
1673
|
-
--pkt-color-border-default: var(--pkt-color-brand-neutrals-white);
|
|
1674
|
-
--pkt-color-border-beige: var(--pkt-color-brand-dark-beige-1000);
|
|
1675
|
-
--pkt-color-border-blue: var(--pkt-color-brand-blue-1000);
|
|
1676
|
-
--pkt-color-border-green: var(--pkt-color-brand-green-1000);
|
|
1677
|
-
--pkt-color-border-light-beige: var(--pkt-color-brand-light-beige-1000);
|
|
1678
|
-
--pkt-color-border-red: var(--pkt-color-brand-red-1000);
|
|
1679
|
-
--pkt-color-border-subtle: var(--pkt-color-brand-dark-blue-700);
|
|
1680
|
-
--pkt-color-border-yellow: var(--pkt-color-brand-yellow-1000);
|
|
1681
|
-
--pkt-color-border-states-active: var(--pkt-color-brand-blue-500);
|
|
1682
|
-
--pkt-color-border-states-disabled: var(--pkt-color-grays-gray-500);
|
|
1683
|
-
--pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
|
|
1684
|
-
--pkt-color-border-states-hover: var(--pkt-color-brand-blue-500);
|
|
1685
|
-
--pkt-color-surface-default-faded-green: var(--pkt-color-brand-light-green-400);
|
|
1686
|
-
--pkt-color-surface-default-faded-red: var(--pkt-color-brand-red-400);
|
|
1687
|
-
--pkt-color-surface-default-gray: var(--pkt-color-brand-neutrals-100);
|
|
1688
|
-
--pkt-color-surface-default-light-beige: var(--pkt-color-brand-light-beige-1000);
|
|
1689
|
-
--pkt-color-surface-default-light-blue: var(--pkt-color-brand-blue-300);
|
|
1690
|
-
--pkt-color-surface-default-light-green: var(--pkt-color-brand-green-400);
|
|
1691
|
-
--pkt-color-surface-default-red: var(--pkt-color-brand-red-600);
|
|
1692
|
-
--pkt-color-surface-default-yellow: var(--pkt-color-brand-yellow-500);
|
|
1693
|
-
--pkt-color-surface-strong-beige: var(--pkt-color-brand-dark-beige-1000);
|
|
1694
|
-
--pkt-color-surface-strong-blue: var(--pkt-color-brand-blue-1000);
|
|
1695
|
-
--pkt-color-surface-strong-dark-blue: var(--pkt-color-brand-dark-blue-1000);
|
|
1696
|
-
--pkt-color-surface-strong-dark-green: var(--pkt-color-brand-dark-green-1000);
|
|
1697
|
-
--pkt-color-surface-strong-gray: var(--pkt-color-brand-neutrals-200);
|
|
1698
|
-
--pkt-color-surface-strong-green: var(--pkt-color-brand-green-1000);
|
|
1699
|
-
--pkt-color-surface-strong-light-green: var(--pkt-color-brand-light-green-1000);
|
|
1700
|
-
--pkt-color-surface-strong-red: var(--pkt-color-brand-red-1000);
|
|
1701
|
-
--pkt-color-surface-strong-yellow: var(--pkt-color-brand-yellow-1000);
|
|
1702
|
-
--pkt-color-surface-subtle-light-blue: var(--pkt-color-brand-blue-200);
|
|
1703
|
-
--pkt-color-surface-subtle-light-red: var(--pkt-color-brand-red-100);
|
|
1704
|
-
--pkt-color-surface-subtle-pale-blue: var(--pkt-color-brand-blue-100);
|
|
1705
|
-
--pkt-color-surface-subtle-white: var(--pkt-color-brand-neutrals-white);
|
|
1706
|
-
--pkt-color-text-body-dark: var(--pkt-color-brand-dark-blue-1000);
|
|
1707
|
-
--pkt-color-text-body-default: var(--pkt-color-brand-neutrals-white);
|
|
1708
|
-
--pkt-color-text-body-light: var(--pkt-color-brand-neutrals-white);
|
|
1709
|
-
--pkt-color-text-placeholder: var(--pkt-color-grays-gray-300);
|
|
1710
|
-
--pkt-color-text-action-disabled: var(--pkt-color-grays-gray-200);
|
|
1711
|
-
--pkt-color-text-action-active: var(--pkt-color-brand-blue-500);
|
|
1712
|
-
--pkt-color-text-action-hover: var(--pkt-color-brand-blue-500);
|
|
1713
|
-
--pkt-color-text-action-normal: var(--pkt-color-brand-neutrals-white);
|
|
1714
|
-
--pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);
|
|
1715
|
-
--pkt-color-input-border-active: var(--pkt-color-brand-blue-500);
|
|
1716
|
-
--pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);
|
|
1717
|
-
--pkt-color-input-border-error: var(--pkt-color-brand-red-1000);
|
|
1718
|
-
--pkt-color-input-border-hover: var(--pkt-color-brand-blue-500);
|
|
1719
|
-
--pkt-color-input-border-normal: var(--pkt-color-brand-neutrals-white);
|
|
1720
|
-
--pkt-color-input-text-active: var(--pkt-color-brand-warm-blue-1000);
|
|
1721
|
-
--pkt-color-input-text-disabled: var(--pkt-color-grays-gray-200);
|
|
1722
|
-
--pkt-color-input-text-hover: var(--pkt-color-brand-warm-blue-1000);
|
|
1723
|
-
--pkt-color-input-text-normal: var(--pkt-color-brand-dark-blue-1000);
|
|
1724
|
-
--pkt-color-input-text-error: var(--pkt-color-brand-red-1000);
|
|
1725
|
-
--pkt-color-input-text-open: var(--pkt-color-brand-dark-blue-1000);
|
|
1726
|
-
--pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);
|
|
1727
|
-
--pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);
|
|
1728
|
-
--pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);
|
|
1729
|
-
--pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500);
|
|
1730
|
-
}
|
|
1731
2136
|
|
|
1732
2137
|
/*
|
|
1733
2138
|
* Defaults for elementer
|