@pzh-ui/css 0.0.100 → 0.0.104
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/package.json +2 -2
- package/src/tailwind.css +507 -362
- package/src/tailwind.src.css +2 -0
package/src/tailwind.css
CHANGED
|
@@ -1,5 +1,113 @@
|
|
|
1
|
+
*, ::before, ::after {
|
|
2
|
+
--tw-border-spacing-x: 0;
|
|
3
|
+
--tw-border-spacing-y: 0;
|
|
4
|
+
--tw-translate-x: 0;
|
|
5
|
+
--tw-translate-y: 0;
|
|
6
|
+
--tw-rotate: 0;
|
|
7
|
+
--tw-skew-x: 0;
|
|
8
|
+
--tw-skew-y: 0;
|
|
9
|
+
--tw-scale-x: 1;
|
|
10
|
+
--tw-scale-y: 1;
|
|
11
|
+
--tw-pan-x: ;
|
|
12
|
+
--tw-pan-y: ;
|
|
13
|
+
--tw-pinch-zoom: ;
|
|
14
|
+
--tw-scroll-snap-strictness: proximity;
|
|
15
|
+
--tw-gradient-from-position: ;
|
|
16
|
+
--tw-gradient-via-position: ;
|
|
17
|
+
--tw-gradient-to-position: ;
|
|
18
|
+
--tw-ordinal: ;
|
|
19
|
+
--tw-slashed-zero: ;
|
|
20
|
+
--tw-numeric-figure: ;
|
|
21
|
+
--tw-numeric-spacing: ;
|
|
22
|
+
--tw-numeric-fraction: ;
|
|
23
|
+
--tw-ring-inset: ;
|
|
24
|
+
--tw-ring-offset-width: 0px;
|
|
25
|
+
--tw-ring-offset-color: #fff;
|
|
26
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
27
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
28
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
29
|
+
--tw-shadow: 0 0 #0000;
|
|
30
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
31
|
+
--tw-blur: ;
|
|
32
|
+
--tw-brightness: ;
|
|
33
|
+
--tw-contrast: ;
|
|
34
|
+
--tw-grayscale: ;
|
|
35
|
+
--tw-hue-rotate: ;
|
|
36
|
+
--tw-invert: ;
|
|
37
|
+
--tw-saturate: ;
|
|
38
|
+
--tw-sepia: ;
|
|
39
|
+
--tw-drop-shadow: ;
|
|
40
|
+
--tw-backdrop-blur: ;
|
|
41
|
+
--tw-backdrop-brightness: ;
|
|
42
|
+
--tw-backdrop-contrast: ;
|
|
43
|
+
--tw-backdrop-grayscale: ;
|
|
44
|
+
--tw-backdrop-hue-rotate: ;
|
|
45
|
+
--tw-backdrop-invert: ;
|
|
46
|
+
--tw-backdrop-opacity: ;
|
|
47
|
+
--tw-backdrop-saturate: ;
|
|
48
|
+
--tw-backdrop-sepia: ;
|
|
49
|
+
--tw-contain-size: ;
|
|
50
|
+
--tw-contain-layout: ;
|
|
51
|
+
--tw-contain-paint: ;
|
|
52
|
+
--tw-contain-style: ;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
::backdrop {
|
|
56
|
+
--tw-border-spacing-x: 0;
|
|
57
|
+
--tw-border-spacing-y: 0;
|
|
58
|
+
--tw-translate-x: 0;
|
|
59
|
+
--tw-translate-y: 0;
|
|
60
|
+
--tw-rotate: 0;
|
|
61
|
+
--tw-skew-x: 0;
|
|
62
|
+
--tw-skew-y: 0;
|
|
63
|
+
--tw-scale-x: 1;
|
|
64
|
+
--tw-scale-y: 1;
|
|
65
|
+
--tw-pan-x: ;
|
|
66
|
+
--tw-pan-y: ;
|
|
67
|
+
--tw-pinch-zoom: ;
|
|
68
|
+
--tw-scroll-snap-strictness: proximity;
|
|
69
|
+
--tw-gradient-from-position: ;
|
|
70
|
+
--tw-gradient-via-position: ;
|
|
71
|
+
--tw-gradient-to-position: ;
|
|
72
|
+
--tw-ordinal: ;
|
|
73
|
+
--tw-slashed-zero: ;
|
|
74
|
+
--tw-numeric-figure: ;
|
|
75
|
+
--tw-numeric-spacing: ;
|
|
76
|
+
--tw-numeric-fraction: ;
|
|
77
|
+
--tw-ring-inset: ;
|
|
78
|
+
--tw-ring-offset-width: 0px;
|
|
79
|
+
--tw-ring-offset-color: #fff;
|
|
80
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
81
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
82
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
83
|
+
--tw-shadow: 0 0 #0000;
|
|
84
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
85
|
+
--tw-blur: ;
|
|
86
|
+
--tw-brightness: ;
|
|
87
|
+
--tw-contrast: ;
|
|
88
|
+
--tw-grayscale: ;
|
|
89
|
+
--tw-hue-rotate: ;
|
|
90
|
+
--tw-invert: ;
|
|
91
|
+
--tw-saturate: ;
|
|
92
|
+
--tw-sepia: ;
|
|
93
|
+
--tw-drop-shadow: ;
|
|
94
|
+
--tw-backdrop-blur: ;
|
|
95
|
+
--tw-backdrop-brightness: ;
|
|
96
|
+
--tw-backdrop-contrast: ;
|
|
97
|
+
--tw-backdrop-grayscale: ;
|
|
98
|
+
--tw-backdrop-hue-rotate: ;
|
|
99
|
+
--tw-backdrop-invert: ;
|
|
100
|
+
--tw-backdrop-opacity: ;
|
|
101
|
+
--tw-backdrop-saturate: ;
|
|
102
|
+
--tw-backdrop-sepia: ;
|
|
103
|
+
--tw-contain-size: ;
|
|
104
|
+
--tw-contain-layout: ;
|
|
105
|
+
--tw-contain-paint: ;
|
|
106
|
+
--tw-contain-style: ;
|
|
107
|
+
}
|
|
108
|
+
|
|
1
109
|
/*
|
|
2
|
-
! tailwindcss v3.4.
|
|
110
|
+
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
|
|
3
111
|
*/
|
|
4
112
|
|
|
5
113
|
/*
|
|
@@ -442,11 +550,11 @@ video {
|
|
|
442
550
|
|
|
443
551
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
444
552
|
|
|
445
|
-
[hidden] {
|
|
553
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
446
554
|
display: none;
|
|
447
555
|
}
|
|
448
556
|
|
|
449
|
-
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
|
|
557
|
+
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
|
|
450
558
|
-webkit-appearance: none;
|
|
451
559
|
-moz-appearance: none;
|
|
452
560
|
appearance: none;
|
|
@@ -463,7 +571,7 @@ video {
|
|
|
463
571
|
--tw-shadow: 0 0 #0000;
|
|
464
572
|
}
|
|
465
573
|
|
|
466
|
-
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
|
|
574
|
+
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
|
|
467
575
|
outline: 2px solid transparent;
|
|
468
576
|
outline-offset: 2px;
|
|
469
577
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
@@ -492,6 +600,11 @@ input::placeholder,textarea::placeholder {
|
|
|
492
600
|
|
|
493
601
|
::-webkit-date-and-time-value {
|
|
494
602
|
min-height: 1.5em;
|
|
603
|
+
text-align: inherit;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
::-webkit-datetime-edit {
|
|
607
|
+
display: inline-flex;
|
|
495
608
|
}
|
|
496
609
|
|
|
497
610
|
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
|
|
@@ -506,17 +619,17 @@ select {
|
|
|
506
619
|
background-size: 1.5em 1.5em;
|
|
507
620
|
padding-right: 2.5rem;
|
|
508
621
|
-webkit-print-color-adjust: exact;
|
|
509
|
-
color-adjust: exact;
|
|
622
|
+
print-color-adjust: exact;
|
|
510
623
|
}
|
|
511
624
|
|
|
512
|
-
[multiple] {
|
|
625
|
+
[multiple],[size]:where(select:not([size="1"])) {
|
|
513
626
|
background-image: initial;
|
|
514
627
|
background-position: initial;
|
|
515
628
|
background-repeat: unset;
|
|
516
629
|
background-size: initial;
|
|
517
630
|
padding-right: 0.75rem;
|
|
518
631
|
-webkit-print-color-adjust: unset;
|
|
519
|
-
color-adjust: unset;
|
|
632
|
+
print-color-adjust: unset;
|
|
520
633
|
}
|
|
521
634
|
|
|
522
635
|
[type='checkbox'],[type='radio'] {
|
|
@@ -525,7 +638,7 @@ select {
|
|
|
525
638
|
appearance: none;
|
|
526
639
|
padding: 0;
|
|
527
640
|
-webkit-print-color-adjust: exact;
|
|
528
|
-
color-adjust: exact;
|
|
641
|
+
print-color-adjust: exact;
|
|
529
642
|
display: inline-block;
|
|
530
643
|
vertical-align: middle;
|
|
531
644
|
background-origin: border-box;
|
|
@@ -574,10 +687,26 @@ select {
|
|
|
574
687
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
575
688
|
}
|
|
576
689
|
|
|
690
|
+
@media (forced-colors: active) {
|
|
691
|
+
[type='checkbox']:checked {
|
|
692
|
+
-webkit-appearance: auto;
|
|
693
|
+
-moz-appearance: auto;
|
|
694
|
+
appearance: auto;
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
|
|
577
698
|
[type='radio']:checked {
|
|
578
699
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
|
|
579
700
|
}
|
|
580
701
|
|
|
702
|
+
@media (forced-colors: active) {
|
|
703
|
+
[type='radio']:checked {
|
|
704
|
+
-webkit-appearance: auto;
|
|
705
|
+
-moz-appearance: auto;
|
|
706
|
+
appearance: auto;
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
|
|
581
710
|
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
|
|
582
711
|
border-color: transparent;
|
|
583
712
|
background-color: currentColor;
|
|
@@ -592,6 +721,14 @@ select {
|
|
|
592
721
|
background-repeat: no-repeat;
|
|
593
722
|
}
|
|
594
723
|
|
|
724
|
+
@media (forced-colors: active) {
|
|
725
|
+
[type='checkbox']:indeterminate {
|
|
726
|
+
-webkit-appearance: auto;
|
|
727
|
+
-moz-appearance: auto;
|
|
728
|
+
appearance: auto;
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
|
|
595
732
|
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
|
|
596
733
|
border-color: transparent;
|
|
597
734
|
background-color: currentColor;
|
|
@@ -608,117 +745,10 @@ select {
|
|
|
608
745
|
}
|
|
609
746
|
|
|
610
747
|
[type='file']:focus {
|
|
748
|
+
outline: 1px solid ButtonText;
|
|
611
749
|
outline: 1px auto -webkit-focus-ring-color;
|
|
612
750
|
}
|
|
613
751
|
|
|
614
|
-
*, ::before, ::after {
|
|
615
|
-
--tw-border-spacing-x: 0;
|
|
616
|
-
--tw-border-spacing-y: 0;
|
|
617
|
-
--tw-translate-x: 0;
|
|
618
|
-
--tw-translate-y: 0;
|
|
619
|
-
--tw-rotate: 0;
|
|
620
|
-
--tw-skew-x: 0;
|
|
621
|
-
--tw-skew-y: 0;
|
|
622
|
-
--tw-scale-x: 1;
|
|
623
|
-
--tw-scale-y: 1;
|
|
624
|
-
--tw-pan-x: ;
|
|
625
|
-
--tw-pan-y: ;
|
|
626
|
-
--tw-pinch-zoom: ;
|
|
627
|
-
--tw-scroll-snap-strictness: proximity;
|
|
628
|
-
--tw-gradient-from-position: ;
|
|
629
|
-
--tw-gradient-via-position: ;
|
|
630
|
-
--tw-gradient-to-position: ;
|
|
631
|
-
--tw-ordinal: ;
|
|
632
|
-
--tw-slashed-zero: ;
|
|
633
|
-
--tw-numeric-figure: ;
|
|
634
|
-
--tw-numeric-spacing: ;
|
|
635
|
-
--tw-numeric-fraction: ;
|
|
636
|
-
--tw-ring-inset: ;
|
|
637
|
-
--tw-ring-offset-width: 0px;
|
|
638
|
-
--tw-ring-offset-color: #fff;
|
|
639
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
640
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
641
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
642
|
-
--tw-shadow: 0 0 #0000;
|
|
643
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
644
|
-
--tw-blur: ;
|
|
645
|
-
--tw-brightness: ;
|
|
646
|
-
--tw-contrast: ;
|
|
647
|
-
--tw-grayscale: ;
|
|
648
|
-
--tw-hue-rotate: ;
|
|
649
|
-
--tw-invert: ;
|
|
650
|
-
--tw-saturate: ;
|
|
651
|
-
--tw-sepia: ;
|
|
652
|
-
--tw-drop-shadow: ;
|
|
653
|
-
--tw-backdrop-blur: ;
|
|
654
|
-
--tw-backdrop-brightness: ;
|
|
655
|
-
--tw-backdrop-contrast: ;
|
|
656
|
-
--tw-backdrop-grayscale: ;
|
|
657
|
-
--tw-backdrop-hue-rotate: ;
|
|
658
|
-
--tw-backdrop-invert: ;
|
|
659
|
-
--tw-backdrop-opacity: ;
|
|
660
|
-
--tw-backdrop-saturate: ;
|
|
661
|
-
--tw-backdrop-sepia: ;
|
|
662
|
-
--tw-contain-size: ;
|
|
663
|
-
--tw-contain-layout: ;
|
|
664
|
-
--tw-contain-paint: ;
|
|
665
|
-
--tw-contain-style: ;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
::backdrop {
|
|
669
|
-
--tw-border-spacing-x: 0;
|
|
670
|
-
--tw-border-spacing-y: 0;
|
|
671
|
-
--tw-translate-x: 0;
|
|
672
|
-
--tw-translate-y: 0;
|
|
673
|
-
--tw-rotate: 0;
|
|
674
|
-
--tw-skew-x: 0;
|
|
675
|
-
--tw-skew-y: 0;
|
|
676
|
-
--tw-scale-x: 1;
|
|
677
|
-
--tw-scale-y: 1;
|
|
678
|
-
--tw-pan-x: ;
|
|
679
|
-
--tw-pan-y: ;
|
|
680
|
-
--tw-pinch-zoom: ;
|
|
681
|
-
--tw-scroll-snap-strictness: proximity;
|
|
682
|
-
--tw-gradient-from-position: ;
|
|
683
|
-
--tw-gradient-via-position: ;
|
|
684
|
-
--tw-gradient-to-position: ;
|
|
685
|
-
--tw-ordinal: ;
|
|
686
|
-
--tw-slashed-zero: ;
|
|
687
|
-
--tw-numeric-figure: ;
|
|
688
|
-
--tw-numeric-spacing: ;
|
|
689
|
-
--tw-numeric-fraction: ;
|
|
690
|
-
--tw-ring-inset: ;
|
|
691
|
-
--tw-ring-offset-width: 0px;
|
|
692
|
-
--tw-ring-offset-color: #fff;
|
|
693
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
694
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
695
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
696
|
-
--tw-shadow: 0 0 #0000;
|
|
697
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
698
|
-
--tw-blur: ;
|
|
699
|
-
--tw-brightness: ;
|
|
700
|
-
--tw-contrast: ;
|
|
701
|
-
--tw-grayscale: ;
|
|
702
|
-
--tw-hue-rotate: ;
|
|
703
|
-
--tw-invert: ;
|
|
704
|
-
--tw-saturate: ;
|
|
705
|
-
--tw-sepia: ;
|
|
706
|
-
--tw-drop-shadow: ;
|
|
707
|
-
--tw-backdrop-blur: ;
|
|
708
|
-
--tw-backdrop-brightness: ;
|
|
709
|
-
--tw-backdrop-contrast: ;
|
|
710
|
-
--tw-backdrop-grayscale: ;
|
|
711
|
-
--tw-backdrop-hue-rotate: ;
|
|
712
|
-
--tw-backdrop-invert: ;
|
|
713
|
-
--tw-backdrop-opacity: ;
|
|
714
|
-
--tw-backdrop-saturate: ;
|
|
715
|
-
--tw-backdrop-sepia: ;
|
|
716
|
-
--tw-contain-size: ;
|
|
717
|
-
--tw-contain-layout: ;
|
|
718
|
-
--tw-contain-paint: ;
|
|
719
|
-
--tw-contain-style: ;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
752
|
.container {
|
|
723
753
|
width: 100%;
|
|
724
754
|
}
|
|
@@ -758,12 +788,12 @@ select {
|
|
|
758
788
|
max-width: 65ch;
|
|
759
789
|
}
|
|
760
790
|
|
|
761
|
-
.prose :where(p):not(:where([class~="not-prose"] *)) {
|
|
791
|
+
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
762
792
|
margin-top: 1.25em;
|
|
763
793
|
margin-bottom: 1.25em;
|
|
764
794
|
}
|
|
765
795
|
|
|
766
|
-
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
|
|
796
|
+
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
767
797
|
color: var(--tw-prose-lead);
|
|
768
798
|
font-size: 1.25em;
|
|
769
799
|
line-height: 1.6;
|
|
@@ -771,116 +801,122 @@ select {
|
|
|
771
801
|
margin-bottom: 1.2em;
|
|
772
802
|
}
|
|
773
803
|
|
|
774
|
-
.prose :where(a):not(:where([class~="not-prose"] *)) {
|
|
804
|
+
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
775
805
|
color: var(--tw-prose-links);
|
|
776
806
|
text-decoration: underline;
|
|
777
807
|
font-weight: 500;
|
|
778
808
|
}
|
|
779
809
|
|
|
780
|
-
.prose :where(strong):not(:where([class~="not-prose"] *)) {
|
|
810
|
+
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
781
811
|
color: var(--tw-prose-bold);
|
|
782
812
|
font-weight: 600;
|
|
783
813
|
}
|
|
784
814
|
|
|
785
|
-
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
|
|
815
|
+
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
786
816
|
color: inherit;
|
|
787
817
|
}
|
|
788
818
|
|
|
789
|
-
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
|
|
819
|
+
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
790
820
|
color: inherit;
|
|
791
821
|
}
|
|
792
822
|
|
|
793
|
-
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
|
|
823
|
+
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
794
824
|
color: inherit;
|
|
795
825
|
}
|
|
796
826
|
|
|
797
|
-
.prose :where(ol):not(:where([class~="not-prose"] *)) {
|
|
827
|
+
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
798
828
|
list-style-type: decimal;
|
|
799
829
|
margin-top: 1.25em;
|
|
800
830
|
margin-bottom: 1.25em;
|
|
801
|
-
padding-
|
|
831
|
+
padding-inline-start: 1.625em;
|
|
802
832
|
}
|
|
803
833
|
|
|
804
|
-
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
|
|
834
|
+
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
805
835
|
list-style-type: upper-alpha;
|
|
806
836
|
}
|
|
807
837
|
|
|
808
|
-
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
|
|
838
|
+
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
809
839
|
list-style-type: lower-alpha;
|
|
810
840
|
}
|
|
811
841
|
|
|
812
|
-
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
|
|
842
|
+
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
813
843
|
list-style-type: upper-alpha;
|
|
814
844
|
}
|
|
815
845
|
|
|
816
|
-
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
|
|
846
|
+
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
817
847
|
list-style-type: lower-alpha;
|
|
818
848
|
}
|
|
819
849
|
|
|
820
|
-
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
|
|
850
|
+
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
821
851
|
list-style-type: upper-roman;
|
|
822
852
|
}
|
|
823
853
|
|
|
824
|
-
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
|
|
854
|
+
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
825
855
|
list-style-type: lower-roman;
|
|
826
856
|
}
|
|
827
857
|
|
|
828
|
-
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
|
|
858
|
+
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
829
859
|
list-style-type: upper-roman;
|
|
830
860
|
}
|
|
831
861
|
|
|
832
|
-
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
|
|
862
|
+
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
833
863
|
list-style-type: lower-roman;
|
|
834
864
|
}
|
|
835
865
|
|
|
836
|
-
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
|
|
866
|
+
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
837
867
|
list-style-type: decimal;
|
|
838
868
|
}
|
|
839
869
|
|
|
840
|
-
.prose :where(ul):not(:where([class~="not-prose"] *)) {
|
|
870
|
+
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
841
871
|
list-style-type: disc;
|
|
842
872
|
margin-top: 1.25em;
|
|
843
873
|
margin-bottom: 1.25em;
|
|
844
|
-
padding-
|
|
874
|
+
padding-inline-start: 1.625em;
|
|
845
875
|
}
|
|
846
876
|
|
|
847
|
-
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
|
|
877
|
+
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
848
878
|
font-weight: 400;
|
|
849
879
|
color: var(--tw-prose-counters);
|
|
850
880
|
}
|
|
851
881
|
|
|
852
|
-
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
|
|
882
|
+
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
853
883
|
color: var(--tw-prose-bullets);
|
|
854
884
|
}
|
|
855
885
|
|
|
856
|
-
.prose :where(
|
|
886
|
+
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
887
|
+
color: var(--tw-prose-headings);
|
|
888
|
+
font-weight: 600;
|
|
889
|
+
margin-top: 1.25em;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
857
893
|
border-color: var(--tw-prose-hr);
|
|
858
894
|
border-top-width: 1px;
|
|
859
895
|
margin-top: 3em;
|
|
860
896
|
margin-bottom: 3em;
|
|
861
897
|
}
|
|
862
898
|
|
|
863
|
-
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
|
|
899
|
+
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
864
900
|
font-weight: 500;
|
|
865
901
|
font-style: italic;
|
|
866
902
|
color: var(--tw-prose-quotes);
|
|
867
|
-
border-
|
|
868
|
-
border-
|
|
903
|
+
border-inline-start-width: 0.25rem;
|
|
904
|
+
border-inline-start-color: var(--tw-prose-quote-borders);
|
|
869
905
|
quotes: "\201C""\201D""\2018""\2019";
|
|
870
906
|
margin-top: 1.6em;
|
|
871
907
|
margin-bottom: 1.6em;
|
|
872
|
-
padding-
|
|
908
|
+
padding-inline-start: 1em;
|
|
873
909
|
}
|
|
874
910
|
|
|
875
|
-
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
|
|
911
|
+
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
876
912
|
content: open-quote;
|
|
877
913
|
}
|
|
878
914
|
|
|
879
|
-
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
|
|
915
|
+
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
880
916
|
content: close-quote;
|
|
881
917
|
}
|
|
882
918
|
|
|
883
|
-
.prose :where(h1):not(:where([class~="not-prose"] *)) {
|
|
919
|
+
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
884
920
|
color: var(--tw-prose-headings);
|
|
885
921
|
font-weight: 800;
|
|
886
922
|
font-size: 2.25em;
|
|
@@ -889,12 +925,12 @@ select {
|
|
|
889
925
|
line-height: 1.1111111;
|
|
890
926
|
}
|
|
891
927
|
|
|
892
|
-
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
|
|
928
|
+
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
893
929
|
font-weight: 900;
|
|
894
930
|
color: inherit;
|
|
895
931
|
}
|
|
896
932
|
|
|
897
|
-
.prose :where(h2):not(:where([class~="not-prose"] *)) {
|
|
933
|
+
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
898
934
|
color: var(--tw-prose-headings);
|
|
899
935
|
font-weight: 700;
|
|
900
936
|
font-size: 1.5em;
|
|
@@ -903,12 +939,12 @@ select {
|
|
|
903
939
|
line-height: 1.3333333;
|
|
904
940
|
}
|
|
905
941
|
|
|
906
|
-
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
|
|
942
|
+
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
907
943
|
font-weight: 800;
|
|
908
944
|
color: inherit;
|
|
909
945
|
}
|
|
910
946
|
|
|
911
|
-
.prose :where(h3):not(:where([class~="not-prose"] *)) {
|
|
947
|
+
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
912
948
|
color: var(--tw-prose-headings);
|
|
913
949
|
font-weight: 600;
|
|
914
950
|
font-size: 1.25em;
|
|
@@ -917,12 +953,12 @@ select {
|
|
|
917
953
|
line-height: 1.6;
|
|
918
954
|
}
|
|
919
955
|
|
|
920
|
-
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
|
|
956
|
+
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
921
957
|
font-weight: 700;
|
|
922
958
|
color: inherit;
|
|
923
959
|
}
|
|
924
960
|
|
|
925
|
-
.prose :where(h4):not(:where([class~="not-prose"] *)) {
|
|
961
|
+
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
926
962
|
color: var(--tw-prose-headings);
|
|
927
963
|
font-weight: 600;
|
|
928
964
|
margin-top: 1.5em;
|
|
@@ -930,73 +966,85 @@ select {
|
|
|
930
966
|
line-height: 1.5;
|
|
931
967
|
}
|
|
932
968
|
|
|
933
|
-
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
|
|
969
|
+
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
934
970
|
font-weight: 700;
|
|
935
971
|
color: inherit;
|
|
936
972
|
}
|
|
937
973
|
|
|
938
|
-
.prose :where(img):not(:where([class~="not-prose"] *)) {
|
|
974
|
+
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
939
975
|
margin-top: 2em;
|
|
940
976
|
margin-bottom: 2em;
|
|
941
977
|
}
|
|
942
978
|
|
|
943
|
-
.prose :where(
|
|
944
|
-
|
|
945
|
-
margin-
|
|
979
|
+
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
980
|
+
display: block;
|
|
981
|
+
margin-top: 2em;
|
|
982
|
+
margin-bottom: 2em;
|
|
946
983
|
}
|
|
947
984
|
|
|
948
|
-
.prose :where(
|
|
949
|
-
|
|
985
|
+
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
986
|
+
margin-top: 2em;
|
|
987
|
+
margin-bottom: 2em;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
991
|
+
font-weight: 500;
|
|
992
|
+
font-family: inherit;
|
|
993
|
+
color: var(--tw-prose-kbd);
|
|
994
|
+
box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
|
|
950
995
|
font-size: 0.875em;
|
|
951
|
-
|
|
952
|
-
|
|
996
|
+
border-radius: 0.3125rem;
|
|
997
|
+
padding-top: 0.1875em;
|
|
998
|
+
padding-inline-end: 0.375em;
|
|
999
|
+
padding-bottom: 0.1875em;
|
|
1000
|
+
padding-inline-start: 0.375em;
|
|
953
1001
|
}
|
|
954
1002
|
|
|
955
|
-
.prose :where(code):not(:where([class~="not-prose"] *)) {
|
|
1003
|
+
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
956
1004
|
color: var(--tw-prose-code);
|
|
957
1005
|
font-weight: 600;
|
|
958
1006
|
font-size: 0.875em;
|
|
959
1007
|
}
|
|
960
1008
|
|
|
961
|
-
.prose :where(code):not(:where([class~="not-prose"] *))::before {
|
|
1009
|
+
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
962
1010
|
content: "`";
|
|
963
1011
|
}
|
|
964
1012
|
|
|
965
|
-
.prose :where(code):not(:where([class~="not-prose"] *))::after {
|
|
1013
|
+
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
966
1014
|
content: "`";
|
|
967
1015
|
}
|
|
968
1016
|
|
|
969
|
-
.prose :where(a code):not(:where([class~="not-prose"] *)) {
|
|
1017
|
+
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
970
1018
|
color: inherit;
|
|
971
1019
|
}
|
|
972
1020
|
|
|
973
|
-
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
|
|
1021
|
+
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
974
1022
|
color: inherit;
|
|
975
1023
|
}
|
|
976
1024
|
|
|
977
|
-
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
|
|
1025
|
+
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
978
1026
|
color: inherit;
|
|
979
1027
|
font-size: 0.875em;
|
|
980
1028
|
}
|
|
981
1029
|
|
|
982
|
-
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
|
|
1030
|
+
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
983
1031
|
color: inherit;
|
|
984
1032
|
font-size: 0.9em;
|
|
985
1033
|
}
|
|
986
1034
|
|
|
987
|
-
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
|
|
1035
|
+
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
988
1036
|
color: inherit;
|
|
989
1037
|
}
|
|
990
1038
|
|
|
991
|
-
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
|
|
1039
|
+
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
992
1040
|
color: inherit;
|
|
993
1041
|
}
|
|
994
1042
|
|
|
995
|
-
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
|
|
1043
|
+
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
996
1044
|
color: inherit;
|
|
997
1045
|
}
|
|
998
1046
|
|
|
999
|
-
.prose :where(pre):not(:where([class~="not-prose"] *)) {
|
|
1047
|
+
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1000
1048
|
color: var(--tw-prose-pre-code);
|
|
1001
1049
|
background-color: var(--tw-prose-pre-bg);
|
|
1002
1050
|
overflow-x: auto;
|
|
@@ -1007,12 +1055,12 @@ select {
|
|
|
1007
1055
|
margin-bottom: 1.7142857em;
|
|
1008
1056
|
border-radius: 0.375rem;
|
|
1009
1057
|
padding-top: 0.8571429em;
|
|
1010
|
-
padding-
|
|
1058
|
+
padding-inline-end: 1.1428571em;
|
|
1011
1059
|
padding-bottom: 0.8571429em;
|
|
1012
|
-
padding-
|
|
1060
|
+
padding-inline-start: 1.1428571em;
|
|
1013
1061
|
}
|
|
1014
1062
|
|
|
1015
|
-
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
|
|
1063
|
+
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1016
1064
|
background-color: transparent;
|
|
1017
1065
|
border-width: 0;
|
|
1018
1066
|
border-radius: 0;
|
|
@@ -1024,60 +1072,75 @@ select {
|
|
|
1024
1072
|
line-height: inherit;
|
|
1025
1073
|
}
|
|
1026
1074
|
|
|
1027
|
-
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
|
|
1075
|
+
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
1028
1076
|
content: none;
|
|
1029
1077
|
}
|
|
1030
1078
|
|
|
1031
|
-
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
|
|
1079
|
+
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
1032
1080
|
content: none;
|
|
1033
1081
|
}
|
|
1034
1082
|
|
|
1035
|
-
.prose :where(table):not(:where([class~="not-prose"] *)) {
|
|
1083
|
+
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1036
1084
|
width: 100%;
|
|
1037
1085
|
table-layout: auto;
|
|
1038
|
-
text-align: left;
|
|
1039
1086
|
margin-top: 2em;
|
|
1040
1087
|
margin-bottom: 2em;
|
|
1041
1088
|
font-size: 0.875em;
|
|
1042
1089
|
line-height: 1.7142857;
|
|
1043
1090
|
}
|
|
1044
1091
|
|
|
1045
|
-
.prose :where(thead):not(:where([class~="not-prose"] *)) {
|
|
1092
|
+
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1046
1093
|
border-bottom-width: 1px;
|
|
1047
1094
|
border-bottom-color: var(--tw-prose-th-borders);
|
|
1048
1095
|
}
|
|
1049
1096
|
|
|
1050
|
-
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
|
|
1097
|
+
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1051
1098
|
color: var(--tw-prose-headings);
|
|
1052
1099
|
font-weight: 600;
|
|
1053
1100
|
vertical-align: bottom;
|
|
1054
|
-
padding-
|
|
1101
|
+
padding-inline-end: 0.5714286em;
|
|
1055
1102
|
padding-bottom: 0.5714286em;
|
|
1056
|
-
padding-
|
|
1103
|
+
padding-inline-start: 0.5714286em;
|
|
1057
1104
|
}
|
|
1058
1105
|
|
|
1059
|
-
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
|
1106
|
+
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1060
1107
|
border-bottom-width: 1px;
|
|
1061
1108
|
border-bottom-color: var(--tw-prose-td-borders);
|
|
1062
1109
|
}
|
|
1063
1110
|
|
|
1064
|
-
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
|
|
1111
|
+
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1065
1112
|
border-bottom-width: 0;
|
|
1066
1113
|
}
|
|
1067
1114
|
|
|
1068
|
-
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
|
|
1115
|
+
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1069
1116
|
vertical-align: baseline;
|
|
1070
1117
|
}
|
|
1071
1118
|
|
|
1072
|
-
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
|
|
1119
|
+
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1073
1120
|
border-top-width: 1px;
|
|
1074
1121
|
border-top-color: var(--tw-prose-th-borders);
|
|
1075
1122
|
}
|
|
1076
1123
|
|
|
1077
|
-
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
|
|
1124
|
+
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1078
1125
|
vertical-align: top;
|
|
1079
1126
|
}
|
|
1080
1127
|
|
|
1128
|
+
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1129
|
+
text-align: start;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1133
|
+
margin-top: 0;
|
|
1134
|
+
margin-bottom: 0;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1138
|
+
color: var(--tw-prose-captions);
|
|
1139
|
+
font-size: 0.875em;
|
|
1140
|
+
line-height: 1.4285714;
|
|
1141
|
+
margin-top: 0.8571429em;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1081
1144
|
.prose {
|
|
1082
1145
|
--tw-prose-body: #374151;
|
|
1083
1146
|
--tw-prose-headings: #111827;
|
|
@@ -1090,6 +1153,8 @@ select {
|
|
|
1090
1153
|
--tw-prose-quotes: #111827;
|
|
1091
1154
|
--tw-prose-quote-borders: #e5e7eb;
|
|
1092
1155
|
--tw-prose-captions: #6b7280;
|
|
1156
|
+
--tw-prose-kbd: #111827;
|
|
1157
|
+
--tw-prose-kbd-shadows: 17 24 39;
|
|
1093
1158
|
--tw-prose-code: #111827;
|
|
1094
1159
|
--tw-prose-pre-code: #e5e7eb;
|
|
1095
1160
|
--tw-prose-pre-bg: #1f2937;
|
|
@@ -1106,6 +1171,8 @@ select {
|
|
|
1106
1171
|
--tw-prose-invert-quotes: #f3f4f6;
|
|
1107
1172
|
--tw-prose-invert-quote-borders: #374151;
|
|
1108
1173
|
--tw-prose-invert-captions: #9ca3af;
|
|
1174
|
+
--tw-prose-invert-kbd: #fff;
|
|
1175
|
+
--tw-prose-invert-kbd-shadows: 255 255 255;
|
|
1109
1176
|
--tw-prose-invert-code: #fff;
|
|
1110
1177
|
--tw-prose-invert-pre-code: #d1d5db;
|
|
1111
1178
|
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
@@ -1115,111 +1182,121 @@ select {
|
|
|
1115
1182
|
line-height: 1.75;
|
|
1116
1183
|
}
|
|
1117
1184
|
|
|
1118
|
-
.prose :where(
|
|
1119
|
-
margin-top:
|
|
1120
|
-
margin-bottom:
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
.prose :where(figure):not(:where([class~="not-prose"] *)) {
|
|
1124
|
-
margin-top: 2em;
|
|
1125
|
-
margin-bottom: 2em;
|
|
1185
|
+
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1186
|
+
margin-top: 0;
|
|
1187
|
+
margin-bottom: 0;
|
|
1126
1188
|
}
|
|
1127
1189
|
|
|
1128
|
-
.prose :where(li):not(:where([class~="not-prose"] *)) {
|
|
1190
|
+
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1129
1191
|
margin-top: 0.5em;
|
|
1130
1192
|
margin-bottom: 0.5em;
|
|
1131
1193
|
}
|
|
1132
1194
|
|
|
1133
|
-
.prose :where(li):not(:where([class~="not-prose"] *)) p {
|
|
1195
|
+
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) p {
|
|
1134
1196
|
margin: 0;
|
|
1135
1197
|
}
|
|
1136
1198
|
|
|
1137
|
-
.prose :where(li):not(:where([class~="not-prose"] *))>ol {
|
|
1199
|
+
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))>ol {
|
|
1138
1200
|
margin: 0;
|
|
1139
1201
|
}
|
|
1140
1202
|
|
|
1141
|
-
.prose :where(li):not(:where([class~="not-prose"] *))>ul {
|
|
1203
|
+
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))>ul {
|
|
1142
1204
|
margin: 0;
|
|
1143
1205
|
}
|
|
1144
1206
|
|
|
1145
|
-
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
|
|
1146
|
-
padding-
|
|
1207
|
+
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1208
|
+
padding-inline-start: 0.375em;
|
|
1147
1209
|
}
|
|
1148
1210
|
|
|
1149
|
-
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
|
|
1150
|
-
padding-
|
|
1211
|
+
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1212
|
+
padding-inline-start: 0.375em;
|
|
1151
1213
|
}
|
|
1152
1214
|
|
|
1153
|
-
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1215
|
+
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1154
1216
|
margin-top: 0.75em;
|
|
1155
1217
|
margin-bottom: 0.75em;
|
|
1156
1218
|
}
|
|
1157
1219
|
|
|
1158
|
-
.prose :where(.prose > ul > li >
|
|
1220
|
+
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1159
1221
|
margin-top: 1.25em;
|
|
1160
1222
|
}
|
|
1161
1223
|
|
|
1162
|
-
.prose :where(.prose > ul > li >
|
|
1224
|
+
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1163
1225
|
margin-bottom: 1.25em;
|
|
1164
1226
|
}
|
|
1165
1227
|
|
|
1166
|
-
.prose :where(.prose > ol > li >
|
|
1228
|
+
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1167
1229
|
margin-top: 1.25em;
|
|
1168
1230
|
}
|
|
1169
1231
|
|
|
1170
|
-
.prose :where(.prose > ol > li >
|
|
1232
|
+
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1171
1233
|
margin-bottom: 1.25em;
|
|
1172
1234
|
}
|
|
1173
1235
|
|
|
1174
|
-
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
|
|
1236
|
+
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1175
1237
|
margin-top: 0.75em;
|
|
1176
1238
|
margin-bottom: 0.75em;
|
|
1177
1239
|
}
|
|
1178
1240
|
|
|
1179
|
-
.prose :where(
|
|
1241
|
+
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1242
|
+
margin-top: 1.25em;
|
|
1243
|
+
margin-bottom: 1.25em;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1247
|
+
margin-top: 0.5em;
|
|
1248
|
+
padding-inline-start: 1.625em;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1180
1252
|
margin-top: 0;
|
|
1181
1253
|
}
|
|
1182
1254
|
|
|
1183
|
-
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
|
|
1255
|
+
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1184
1256
|
margin-top: 0;
|
|
1185
1257
|
}
|
|
1186
1258
|
|
|
1187
|
-
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
|
|
1259
|
+
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1188
1260
|
margin-top: 0;
|
|
1189
1261
|
}
|
|
1190
1262
|
|
|
1191
|
-
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
|
|
1263
|
+
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1192
1264
|
margin-top: 0;
|
|
1193
1265
|
}
|
|
1194
1266
|
|
|
1195
|
-
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
|
|
1196
|
-
padding-
|
|
1267
|
+
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1268
|
+
padding-inline-start: 0;
|
|
1197
1269
|
}
|
|
1198
1270
|
|
|
1199
|
-
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
|
|
1200
|
-
padding-
|
|
1271
|
+
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1272
|
+
padding-inline-end: 0;
|
|
1201
1273
|
}
|
|
1202
1274
|
|
|
1203
|
-
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
|
|
1275
|
+
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1204
1276
|
padding-top: 0.5714286em;
|
|
1205
|
-
padding-
|
|
1277
|
+
padding-inline-end: 0.5714286em;
|
|
1206
1278
|
padding-bottom: 0.5714286em;
|
|
1207
|
-
padding-
|
|
1279
|
+
padding-inline-start: 0.5714286em;
|
|
1208
1280
|
}
|
|
1209
1281
|
|
|
1210
|
-
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
|
|
1211
|
-
padding-
|
|
1282
|
+
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1283
|
+
padding-inline-start: 0;
|
|
1212
1284
|
}
|
|
1213
1285
|
|
|
1214
|
-
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
|
|
1215
|
-
padding-
|
|
1286
|
+
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1287
|
+
padding-inline-end: 0;
|
|
1216
1288
|
}
|
|
1217
1289
|
|
|
1218
|
-
.prose :where(
|
|
1290
|
+
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1291
|
+
margin-top: 2em;
|
|
1292
|
+
margin-bottom: 2em;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1219
1296
|
margin-top: 0;
|
|
1220
1297
|
}
|
|
1221
1298
|
|
|
1222
|
-
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1299
|
+
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1223
1300
|
margin-bottom: 0;
|
|
1224
1301
|
}
|
|
1225
1302
|
|
|
@@ -1235,6 +1312,8 @@ select {
|
|
|
1235
1312
|
--tw-prose-quotes: #171717;
|
|
1236
1313
|
--tw-prose-quote-borders: #e5e5e5;
|
|
1237
1314
|
--tw-prose-captions: #737373;
|
|
1315
|
+
--tw-prose-kbd: #171717;
|
|
1316
|
+
--tw-prose-kbd-shadows: 23 23 23;
|
|
1238
1317
|
--tw-prose-code: #171717;
|
|
1239
1318
|
--tw-prose-pre-code: #e5e5e5;
|
|
1240
1319
|
--tw-prose-pre-bg: #262626;
|
|
@@ -1251,6 +1330,8 @@ select {
|
|
|
1251
1330
|
--tw-prose-invert-quotes: #f5f5f5;
|
|
1252
1331
|
--tw-prose-invert-quote-borders: #404040;
|
|
1253
1332
|
--tw-prose-invert-captions: #a3a3a3;
|
|
1333
|
+
--tw-prose-invert-kbd: #fff;
|
|
1334
|
+
--tw-prose-invert-kbd-shadows: 255 255 255;
|
|
1254
1335
|
--tw-prose-invert-code: #fff;
|
|
1255
1336
|
--tw-prose-invert-pre-code: #d4d4d4;
|
|
1256
1337
|
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
@@ -1283,14 +1364,14 @@ select {
|
|
|
1283
1364
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1284
1365
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1285
1366
|
--tw-ring-opacity: 1;
|
|
1286
|
-
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
1367
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity, 1));
|
|
1287
1368
|
}
|
|
1288
1369
|
|
|
1289
1370
|
.pzh-button:disabled {
|
|
1290
1371
|
cursor: not-allowed;
|
|
1291
1372
|
--tw-bg-opacity: 1;
|
|
1292
|
-
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1293
|
-
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1373
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
|
|
1374
|
+
color: rgb(22 17 59 / var(--tw-text-opacity, 1));
|
|
1294
1375
|
--tw-text-opacity: 0.35;
|
|
1295
1376
|
}
|
|
1296
1377
|
|
|
@@ -1303,34 +1384,34 @@ select {
|
|
|
1303
1384
|
border-radius: 0.25rem;
|
|
1304
1385
|
border-width: 1px;
|
|
1305
1386
|
--tw-border-opacity: 1;
|
|
1306
|
-
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1387
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
|
|
1307
1388
|
padding-bottom: 6px;
|
|
1308
1389
|
padding-top: 10px;
|
|
1309
1390
|
font-size: 1.25rem;
|
|
1310
1391
|
line-height: 1.875rem;
|
|
1311
1392
|
line-height: 30px;
|
|
1312
1393
|
--tw-text-opacity: 1;
|
|
1313
|
-
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1394
|
+
color: rgb(22 17 59 / var(--tw-text-opacity, 1));
|
|
1314
1395
|
}
|
|
1315
1396
|
|
|
1316
1397
|
.pzh-form-input::-moz-placeholder {
|
|
1317
1398
|
--tw-placeholder-opacity: 1;
|
|
1318
|
-
color: rgb(92 92 92 / var(--tw-placeholder-opacity));
|
|
1399
|
+
color: rgb(92 92 92 / var(--tw-placeholder-opacity, 1));
|
|
1319
1400
|
}
|
|
1320
1401
|
|
|
1321
1402
|
.pzh-form-input::placeholder {
|
|
1322
1403
|
--tw-placeholder-opacity: 1;
|
|
1323
|
-
color: rgb(92 92 92 / var(--tw-placeholder-opacity));
|
|
1404
|
+
color: rgb(92 92 92 / var(--tw-placeholder-opacity, 1));
|
|
1324
1405
|
}
|
|
1325
1406
|
|
|
1326
1407
|
.pzh-form-input:hover {
|
|
1327
1408
|
--tw-border-opacity: 1;
|
|
1328
|
-
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
1409
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity, 1));
|
|
1329
1410
|
}
|
|
1330
1411
|
|
|
1331
1412
|
.pzh-form-input:focus {
|
|
1332
1413
|
--tw-border-opacity: 1;
|
|
1333
|
-
border-color: rgb(35 96 197 / var(--tw-border-opacity));
|
|
1414
|
+
border-color: rgb(35 96 197 / var(--tw-border-opacity, 1));
|
|
1334
1415
|
outline: 2px solid transparent;
|
|
1335
1416
|
outline-offset: 2px;
|
|
1336
1417
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1338,12 +1419,12 @@ select {
|
|
|
1338
1419
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1339
1420
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1340
1421
|
--tw-ring-opacity: 1;
|
|
1341
|
-
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
1422
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity, 1));
|
|
1342
1423
|
}
|
|
1343
1424
|
|
|
1344
1425
|
.pzh-form-input:disabled {
|
|
1345
1426
|
--tw-bg-opacity: 1;
|
|
1346
|
-
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1427
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
|
|
1347
1428
|
}
|
|
1348
1429
|
|
|
1349
1430
|
.pzh-form-error,
|
|
@@ -1351,7 +1432,7 @@ select {
|
|
|
1351
1432
|
.pzh-form-radio:checked.pzh-form-error + span:before,
|
|
1352
1433
|
.pzh-form-radio:not(:checked).pzh-form-error + span:before {
|
|
1353
1434
|
--tw-border-opacity: 1;
|
|
1354
|
-
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1435
|
+
border-color: rgb(209 31 61 / var(--tw-border-opacity, 1));
|
|
1355
1436
|
}
|
|
1356
1437
|
|
|
1357
1438
|
.pzh-form-radio:checked + span:before,
|
|
@@ -1364,16 +1445,16 @@ select {
|
|
|
1364
1445
|
border-radius: 9999px;
|
|
1365
1446
|
border-width: 1px;
|
|
1366
1447
|
--tw-border-opacity: 1;
|
|
1367
|
-
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1448
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
|
|
1368
1449
|
content: "";
|
|
1369
1450
|
}
|
|
1370
1451
|
|
|
1371
1452
|
.pzh-form-radio:not(:checked):not(:disabled):hover + span:before,
|
|
1372
1453
|
.pzh-form-checkbox:not(:checked):not(:disabled):hover + span:before {
|
|
1373
1454
|
--tw-border-opacity: 1;
|
|
1374
|
-
border-color: rgb(0 128 77 / var(--tw-border-opacity));
|
|
1455
|
+
border-color: rgb(0 128 77 / var(--tw-border-opacity, 1));
|
|
1375
1456
|
--tw-bg-opacity: 1;
|
|
1376
|
-
background-color: rgb(237 250 240 / var(--tw-bg-opacity));
|
|
1457
|
+
background-color: rgb(237 250 240 / var(--tw-bg-opacity, 1));
|
|
1377
1458
|
}
|
|
1378
1459
|
|
|
1379
1460
|
.pzh-form-radio:checked + span:after,
|
|
@@ -1385,7 +1466,7 @@ select {
|
|
|
1385
1466
|
width: 0.5rem;
|
|
1386
1467
|
border-radius: 9999px;
|
|
1387
1468
|
--tw-bg-opacity: 1;
|
|
1388
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1469
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1389
1470
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1390
1471
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1391
1472
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
@@ -1396,9 +1477,9 @@ select {
|
|
|
1396
1477
|
|
|
1397
1478
|
.pzh-form-radio:checked + span:before {
|
|
1398
1479
|
--tw-border-opacity: 1;
|
|
1399
|
-
border-color: rgb(0 128 77 / var(--tw-border-opacity));
|
|
1480
|
+
border-color: rgb(0 128 77 / var(--tw-border-opacity, 1));
|
|
1400
1481
|
--tw-bg-opacity: 1;
|
|
1401
|
-
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1482
|
+
background-color: rgb(0 128 77 / var(--tw-bg-opacity, 1));
|
|
1402
1483
|
}
|
|
1403
1484
|
|
|
1404
1485
|
.pzh-form-radio:not(:checked) + span:after,
|
|
@@ -1416,9 +1497,9 @@ select {
|
|
|
1416
1497
|
.pzh-form-radio:not(:checked):disabled + span:before,
|
|
1417
1498
|
.pzh-form-checkbox:disabled + span:before {
|
|
1418
1499
|
--tw-border-opacity: 1;
|
|
1419
|
-
border-color: rgb(131 131 131 / var(--tw-border-opacity));
|
|
1500
|
+
border-color: rgb(131 131 131 / var(--tw-border-opacity, 1));
|
|
1420
1501
|
--tw-bg-opacity: 1;
|
|
1421
|
-
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1502
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
|
|
1422
1503
|
}
|
|
1423
1504
|
|
|
1424
1505
|
.pzh-form-checkbox + span:before {
|
|
@@ -1430,7 +1511,7 @@ select {
|
|
|
1430
1511
|
border-radius: 0.25rem;
|
|
1431
1512
|
border-width: 1px;
|
|
1432
1513
|
--tw-border-opacity: 1;
|
|
1433
|
-
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1514
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
|
|
1434
1515
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1435
1516
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1436
1517
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
@@ -1441,9 +1522,9 @@ select {
|
|
|
1441
1522
|
|
|
1442
1523
|
.pzh-form-checkbox:checked:not(:disabled) + span:before {
|
|
1443
1524
|
--tw-border-opacity: 1;
|
|
1444
|
-
border-color: rgb(0 128 77 / var(--tw-border-opacity));
|
|
1525
|
+
border-color: rgb(0 128 77 / var(--tw-border-opacity, 1));
|
|
1445
1526
|
--tw-bg-opacity: 1;
|
|
1446
|
-
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1527
|
+
background-color: rgb(0 128 77 / var(--tw-bg-opacity, 1));
|
|
1447
1528
|
}
|
|
1448
1529
|
|
|
1449
1530
|
.pzh-form-checkbox:checked + span:after,
|
|
@@ -1454,7 +1535,7 @@ select {
|
|
|
1454
1535
|
height: 0.75rem;
|
|
1455
1536
|
width: 0.75rem;
|
|
1456
1537
|
--tw-text-opacity: 1;
|
|
1457
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1538
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1458
1539
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1459
1540
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1460
1541
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
@@ -1470,7 +1551,7 @@ select {
|
|
|
1470
1551
|
.pzh-form-radio:focus + span:before,
|
|
1471
1552
|
.pzh-form-checkbox:focus + span:before {
|
|
1472
1553
|
--tw-border-opacity: 1;
|
|
1473
|
-
border-color: rgb(35 96 197 / var(--tw-border-opacity));
|
|
1554
|
+
border-color: rgb(35 96 197 / var(--tw-border-opacity, 1));
|
|
1474
1555
|
outline: 2px solid transparent;
|
|
1475
1556
|
outline-offset: 2px;
|
|
1476
1557
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1478,7 +1559,7 @@ select {
|
|
|
1478
1559
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1479
1560
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1480
1561
|
--tw-ring-opacity: 1;
|
|
1481
|
-
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
1562
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity, 1));
|
|
1482
1563
|
}
|
|
1483
1564
|
|
|
1484
1565
|
/*
|
|
@@ -1494,7 +1575,7 @@ select {
|
|
|
1494
1575
|
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
1495
1576
|
border-style: none;
|
|
1496
1577
|
--tw-text-opacity: 1;
|
|
1497
|
-
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1578
|
+
color: rgb(22 17 59 / var(--tw-text-opacity, 1));
|
|
1498
1579
|
}
|
|
1499
1580
|
|
|
1500
1581
|
.pzh-datepicker .react-datepicker__triangle {
|
|
@@ -1504,7 +1585,7 @@ select {
|
|
|
1504
1585
|
.pzh-datepicker .react-datepicker__header {
|
|
1505
1586
|
border-style: none;
|
|
1506
1587
|
--tw-bg-opacity: 1;
|
|
1507
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1588
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1508
1589
|
}
|
|
1509
1590
|
|
|
1510
1591
|
.pzh-datepicker .react-datepicker__month {
|
|
@@ -1514,7 +1595,7 @@ select {
|
|
|
1514
1595
|
}
|
|
1515
1596
|
|
|
1516
1597
|
.pzh-datepicker .react-datepicker__day-names {
|
|
1517
|
-
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1598
|
+
background-color: rgb(22 17 59 / var(--tw-bg-opacity, 1));
|
|
1518
1599
|
--tw-bg-opacity: 0.1;
|
|
1519
1600
|
}
|
|
1520
1601
|
|
|
@@ -1533,7 +1614,7 @@ select {
|
|
|
1533
1614
|
.react-datepicker__day--outside-month:not(
|
|
1534
1615
|
.react-datepicker__day--selected
|
|
1535
1616
|
) {
|
|
1536
|
-
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1617
|
+
color: rgb(22 17 59 / var(--tw-text-opacity, 1));
|
|
1537
1618
|
--tw-text-opacity: 0.35;
|
|
1538
1619
|
}
|
|
1539
1620
|
|
|
@@ -1562,21 +1643,21 @@ select {
|
|
|
1562
1643
|
.pzh-datepicker
|
|
1563
1644
|
.react-datepicker__day--today:hover:not(.react-datepicker__day--selected),
|
|
1564
1645
|
.pzh-datepicker .react-datepicker__day--keyboard-selected {
|
|
1565
|
-
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1646
|
+
background-color: rgb(22 17 59 / var(--tw-bg-opacity, 1));
|
|
1566
1647
|
--tw-bg-opacity: 0.1;
|
|
1567
1648
|
--tw-text-opacity: 1;
|
|
1568
|
-
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1649
|
+
color: rgb(22 17 59 / var(--tw-text-opacity, 1));
|
|
1569
1650
|
}
|
|
1570
1651
|
|
|
1571
1652
|
.pzh-datepicker .react-datepicker__day--keyboard-selected:hover {
|
|
1572
|
-
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1653
|
+
background-color: rgb(22 17 59 / var(--tw-bg-opacity, 1));
|
|
1573
1654
|
--tw-bg-opacity: 0.1;
|
|
1574
1655
|
}
|
|
1575
1656
|
|
|
1576
1657
|
.pzh-datepicker .react-datepicker__day--selected,
|
|
1577
1658
|
.pzh-datepicker .react-datepicker__day--selected:hover {
|
|
1578
1659
|
--tw-bg-opacity: 1;
|
|
1579
|
-
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1660
|
+
background-color: rgb(0 128 77 / var(--tw-bg-opacity, 1));
|
|
1580
1661
|
font-weight: 700;
|
|
1581
1662
|
font-family: "Karbon Medium", sans-serif;
|
|
1582
1663
|
}
|
|
@@ -1591,7 +1672,7 @@ select {
|
|
|
1591
1672
|
border-right-width: 1px;
|
|
1592
1673
|
border-top-width: 1px;
|
|
1593
1674
|
--tw-border-opacity: 1;
|
|
1594
|
-
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
1675
|
+
border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
|
|
1595
1676
|
}
|
|
1596
1677
|
|
|
1597
1678
|
.pzh-datepicker .react-datepicker__navigation-icon {
|
|
@@ -1634,12 +1715,12 @@ select {
|
|
|
1634
1715
|
.prose table th {
|
|
1635
1716
|
border-width: 1px;
|
|
1636
1717
|
--tw-border-opacity: 1;
|
|
1637
|
-
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1718
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
|
|
1638
1719
|
}
|
|
1639
1720
|
|
|
1640
1721
|
.prose table tr th {
|
|
1641
1722
|
--tw-bg-opacity: 1;
|
|
1642
|
-
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
1723
|
+
background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
|
|
1643
1724
|
font-weight: 700;
|
|
1644
1725
|
font-family: "Karbon Medium", sans-serif;
|
|
1645
1726
|
}
|
|
@@ -1647,7 +1728,7 @@ select {
|
|
|
1647
1728
|
.prose table tr {
|
|
1648
1729
|
border-bottom-width: 1px;
|
|
1649
1730
|
--tw-border-opacity: 1;
|
|
1650
|
-
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1731
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
|
|
1651
1732
|
}
|
|
1652
1733
|
|
|
1653
1734
|
.prose table td,
|
|
@@ -1777,6 +1858,11 @@ select {
|
|
|
1777
1858
|
margin: 0.25rem;
|
|
1778
1859
|
}
|
|
1779
1860
|
|
|
1861
|
+
.mx-1 {
|
|
1862
|
+
margin-left: 0.25rem;
|
|
1863
|
+
margin-right: 0.25rem;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1780
1866
|
.mx-auto {
|
|
1781
1867
|
margin-left: auto;
|
|
1782
1868
|
margin-right: auto;
|
|
@@ -1823,6 +1909,10 @@ select {
|
|
|
1823
1909
|
margin-bottom: 1000px;
|
|
1824
1910
|
}
|
|
1825
1911
|
|
|
1912
|
+
.ml-0 {
|
|
1913
|
+
margin-left: 0px;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1826
1916
|
.ml-1 {
|
|
1827
1917
|
margin-left: 0.25rem;
|
|
1828
1918
|
}
|
|
@@ -1835,6 +1925,10 @@ select {
|
|
|
1835
1925
|
margin-left: 1rem;
|
|
1836
1926
|
}
|
|
1837
1927
|
|
|
1928
|
+
.mr-0 {
|
|
1929
|
+
margin-right: 0px;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1838
1932
|
.mr-2 {
|
|
1839
1933
|
margin-right: 0.5rem;
|
|
1840
1934
|
}
|
|
@@ -1859,6 +1953,10 @@ select {
|
|
|
1859
1953
|
margin-top: 1rem;
|
|
1860
1954
|
}
|
|
1861
1955
|
|
|
1956
|
+
.mt-6 {
|
|
1957
|
+
margin-top: 1.5rem;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1862
1960
|
.mt-\[1px\] {
|
|
1863
1961
|
margin-top: 1px;
|
|
1864
1962
|
}
|
|
@@ -1951,6 +2049,10 @@ select {
|
|
|
1951
2049
|
max-height: 85vh;
|
|
1952
2050
|
}
|
|
1953
2051
|
|
|
2052
|
+
.min-h-10 {
|
|
2053
|
+
min-height: 2.5rem;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
1954
2056
|
.min-h-\[48px\] {
|
|
1955
2057
|
min-height: 48px;
|
|
1956
2058
|
}
|
|
@@ -1964,10 +2066,6 @@ select {
|
|
|
1964
2066
|
width: max-content !important;
|
|
1965
2067
|
}
|
|
1966
2068
|
|
|
1967
|
-
.w-10 {
|
|
1968
|
-
width: 2.5rem;
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
2069
|
.w-2 {
|
|
1972
2070
|
width: 0.5rem;
|
|
1973
2071
|
}
|
|
@@ -1997,6 +2095,10 @@ select {
|
|
|
1997
2095
|
width: 100%;
|
|
1998
2096
|
}
|
|
1999
2097
|
|
|
2098
|
+
.min-w-10 {
|
|
2099
|
+
min-width: 2.5rem;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2000
2102
|
.min-w-\[14px\] {
|
|
2001
2103
|
min-width: 14px;
|
|
2002
2104
|
}
|
|
@@ -2234,108 +2336,122 @@ select {
|
|
|
2234
2336
|
border-top-width: 1px;
|
|
2235
2337
|
}
|
|
2236
2338
|
|
|
2339
|
+
.border-solid {
|
|
2340
|
+
border-style: solid;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2237
2343
|
.border-dashed {
|
|
2238
2344
|
border-style: dashed;
|
|
2239
2345
|
}
|
|
2240
2346
|
|
|
2241
2347
|
.border-pzh-blue {
|
|
2242
2348
|
--tw-border-opacity: 1;
|
|
2243
|
-
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
2349
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity, 1));
|
|
2244
2350
|
}
|
|
2245
2351
|
|
|
2246
2352
|
.border-pzh-blue-100 {
|
|
2247
2353
|
--tw-border-opacity: 1;
|
|
2248
|
-
border-color: rgb(123 173 222 / var(--tw-border-opacity));
|
|
2354
|
+
border-color: rgb(123 173 222 / var(--tw-border-opacity, 1));
|
|
2249
2355
|
}
|
|
2250
2356
|
|
|
2251
2357
|
.border-pzh-blue-500 {
|
|
2252
2358
|
--tw-border-opacity: 1;
|
|
2253
|
-
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
2359
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity, 1));
|
|
2254
2360
|
}
|
|
2255
2361
|
|
|
2256
2362
|
.border-pzh-cool-gray-dark {
|
|
2257
2363
|
--tw-border-opacity: 1;
|
|
2258
|
-
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
2364
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
|
|
2259
2365
|
}
|
|
2260
2366
|
|
|
2261
2367
|
.border-pzh-gray-200 {
|
|
2262
2368
|
--tw-border-opacity: 1;
|
|
2263
|
-
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
2369
|
+
border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
|
|
2264
2370
|
}
|
|
2265
2371
|
|
|
2266
2372
|
.border-pzh-gray-300 {
|
|
2267
2373
|
--tw-border-opacity: 1;
|
|
2268
|
-
border-color: rgb(213 213 213 / var(--tw-border-opacity));
|
|
2374
|
+
border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
|
|
2269
2375
|
}
|
|
2270
2376
|
|
|
2271
2377
|
.border-pzh-gray-400 {
|
|
2272
2378
|
--tw-border-opacity: 1;
|
|
2273
|
-
border-color: rgb(191 191 191 / var(--tw-border-opacity));
|
|
2379
|
+
border-color: rgb(191 191 191 / var(--tw-border-opacity, 1));
|
|
2274
2380
|
}
|
|
2275
2381
|
|
|
2276
2382
|
.border-pzh-gray-600 {
|
|
2277
2383
|
--tw-border-opacity: 1;
|
|
2278
|
-
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
2384
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity, 1));
|
|
2279
2385
|
}
|
|
2280
2386
|
|
|
2281
2387
|
.border-pzh-green {
|
|
2282
2388
|
--tw-border-opacity: 1;
|
|
2283
|
-
border-color: rgb(0 128 77 / var(--tw-border-opacity));
|
|
2389
|
+
border-color: rgb(0 128 77 / var(--tw-border-opacity, 1));
|
|
2284
2390
|
}
|
|
2285
2391
|
|
|
2286
2392
|
.border-pzh-green-100 {
|
|
2287
2393
|
--tw-border-opacity: 1;
|
|
2288
|
-
border-color: rgb(97 179 117 / var(--tw-border-opacity));
|
|
2394
|
+
border-color: rgb(97 179 117 / var(--tw-border-opacity, 1));
|
|
2289
2395
|
}
|
|
2290
2396
|
|
|
2291
2397
|
.border-pzh-green-light {
|
|
2292
2398
|
--tw-border-opacity: 1;
|
|
2293
|
-
border-color: rgb(97 179 117 / var(--tw-border-opacity));
|
|
2399
|
+
border-color: rgb(97 179 117 / var(--tw-border-opacity, 1));
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.border-pzh-positive {
|
|
2403
|
+
--tw-border-opacity: 1;
|
|
2404
|
+
border-color: rgb(0 128 77 / var(--tw-border-opacity, 1));
|
|
2294
2405
|
}
|
|
2295
2406
|
|
|
2296
2407
|
.border-pzh-purple {
|
|
2297
2408
|
--tw-border-opacity: 1;
|
|
2298
|
-
border-color: rgb(80 61 144 / var(--tw-border-opacity));
|
|
2409
|
+
border-color: rgb(80 61 144 / var(--tw-border-opacity, 1));
|
|
2299
2410
|
}
|
|
2300
2411
|
|
|
2301
2412
|
.border-pzh-red {
|
|
2302
2413
|
--tw-border-opacity: 1;
|
|
2303
|
-
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
2414
|
+
border-color: rgb(209 31 61 / var(--tw-border-opacity, 1));
|
|
2304
2415
|
}
|
|
2305
2416
|
|
|
2306
2417
|
.border-pzh-red-100 {
|
|
2307
2418
|
--tw-border-opacity: 1;
|
|
2308
|
-
border-color: rgb(235 112 133 / var(--tw-border-opacity));
|
|
2419
|
+
border-color: rgb(235 112 133 / var(--tw-border-opacity, 1));
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
.border-pzh-red-500 {
|
|
2423
|
+
--tw-border-opacity: 1;
|
|
2424
|
+
border-color: rgb(209 31 61 / var(--tw-border-opacity, 1));
|
|
2309
2425
|
}
|
|
2310
2426
|
|
|
2311
2427
|
.border-pzh-red-light {
|
|
2312
2428
|
--tw-border-opacity: 1;
|
|
2313
|
-
border-color: rgb(235 112 133 / var(--tw-border-opacity));
|
|
2429
|
+
border-color: rgb(235 112 133 / var(--tw-border-opacity, 1));
|
|
2314
2430
|
}
|
|
2315
2431
|
|
|
2316
2432
|
.border-pzh-white {
|
|
2317
2433
|
--tw-border-opacity: 1;
|
|
2318
|
-
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
2434
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
2319
2435
|
}
|
|
2320
2436
|
|
|
2321
2437
|
.border-pzh-yellow {
|
|
2322
2438
|
--tw-border-opacity: 1;
|
|
2323
|
-
border-color: rgb(239 204 54 / var(--tw-border-opacity));
|
|
2439
|
+
border-color: rgb(239 204 54 / var(--tw-border-opacity, 1));
|
|
2324
2440
|
}
|
|
2325
2441
|
|
|
2326
2442
|
.border-pzh-yellow-100 {
|
|
2327
2443
|
--tw-border-opacity: 1;
|
|
2328
|
-
border-color: rgb(241 219 126 / var(--tw-border-opacity));
|
|
2444
|
+
border-color: rgb(241 219 126 / var(--tw-border-opacity, 1));
|
|
2329
2445
|
}
|
|
2330
2446
|
|
|
2331
2447
|
.border-pzh-yellow-dark {
|
|
2332
2448
|
--tw-border-opacity: 1;
|
|
2333
|
-
border-color: rgb(198 164 16 / var(--tw-border-opacity));
|
|
2449
|
+
border-color: rgb(198 164 16 / var(--tw-border-opacity, 1));
|
|
2334
2450
|
}
|
|
2335
2451
|
|
|
2336
2452
|
.bg-\[\#333333\] {
|
|
2337
2453
|
--tw-bg-opacity: 1;
|
|
2338
|
-
background-color: rgb(51 51 51 / var(--tw-bg-opacity));
|
|
2454
|
+
background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
|
|
2339
2455
|
}
|
|
2340
2456
|
|
|
2341
2457
|
.bg-black\/30 {
|
|
@@ -2344,42 +2460,42 @@ select {
|
|
|
2344
2460
|
|
|
2345
2461
|
.bg-pzh-blue {
|
|
2346
2462
|
--tw-bg-opacity: 1;
|
|
2347
|
-
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
2463
|
+
background-color: rgb(40 31 107 / var(--tw-bg-opacity, 1));
|
|
2348
2464
|
}
|
|
2349
2465
|
|
|
2350
2466
|
.bg-pzh-blue-10 {
|
|
2351
2467
|
--tw-bg-opacity: 1;
|
|
2352
|
-
background-color: rgb(242 247 252 / var(--tw-bg-opacity));
|
|
2468
|
+
background-color: rgb(242 247 252 / var(--tw-bg-opacity, 1));
|
|
2353
2469
|
}
|
|
2354
2470
|
|
|
2355
2471
|
.bg-pzh-blue-light {
|
|
2356
2472
|
--tw-bg-opacity: 1;
|
|
2357
|
-
background-color: rgb(123 173 222 / var(--tw-bg-opacity));
|
|
2473
|
+
background-color: rgb(123 173 222 / var(--tw-bg-opacity, 1));
|
|
2358
2474
|
}
|
|
2359
2475
|
|
|
2360
2476
|
.bg-pzh-cool-gray-dark {
|
|
2361
2477
|
--tw-bg-opacity: 1;
|
|
2362
|
-
background-color: rgb(92 92 92 / var(--tw-bg-opacity));
|
|
2478
|
+
background-color: rgb(92 92 92 / var(--tw-bg-opacity, 1));
|
|
2363
2479
|
}
|
|
2364
2480
|
|
|
2365
2481
|
.bg-pzh-gray-100 {
|
|
2366
2482
|
--tw-bg-opacity: 1;
|
|
2367
|
-
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
2483
|
+
background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
|
|
2368
2484
|
}
|
|
2369
2485
|
|
|
2370
2486
|
.bg-pzh-gray-200 {
|
|
2371
2487
|
--tw-bg-opacity: 1;
|
|
2372
|
-
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2488
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
|
|
2373
2489
|
}
|
|
2374
2490
|
|
|
2375
2491
|
.bg-pzh-gray-300 {
|
|
2376
2492
|
--tw-bg-opacity: 1;
|
|
2377
|
-
background-color: rgb(213 213 213 / var(--tw-bg-opacity));
|
|
2493
|
+
background-color: rgb(213 213 213 / var(--tw-bg-opacity, 1));
|
|
2378
2494
|
}
|
|
2379
2495
|
|
|
2380
2496
|
.bg-pzh-gray-600 {
|
|
2381
2497
|
--tw-bg-opacity: 1;
|
|
2382
|
-
background-color: rgb(92 92 92 / var(--tw-bg-opacity));
|
|
2498
|
+
background-color: rgb(92 92 92 / var(--tw-bg-opacity, 1));
|
|
2383
2499
|
}
|
|
2384
2500
|
|
|
2385
2501
|
.bg-pzh-gray-800\/10 {
|
|
@@ -2388,62 +2504,62 @@ select {
|
|
|
2388
2504
|
|
|
2389
2505
|
.bg-pzh-green {
|
|
2390
2506
|
--tw-bg-opacity: 1;
|
|
2391
|
-
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
2507
|
+
background-color: rgb(0 128 77 / var(--tw-bg-opacity, 1));
|
|
2392
2508
|
}
|
|
2393
2509
|
|
|
2394
2510
|
.bg-pzh-green-10 {
|
|
2395
2511
|
--tw-bg-opacity: 1;
|
|
2396
|
-
background-color: rgb(237 250 240 / var(--tw-bg-opacity));
|
|
2512
|
+
background-color: rgb(237 250 240 / var(--tw-bg-opacity, 1));
|
|
2397
2513
|
}
|
|
2398
2514
|
|
|
2399
2515
|
.bg-pzh-green-light {
|
|
2400
2516
|
--tw-bg-opacity: 1;
|
|
2401
|
-
background-color: rgb(97 179 117 / var(--tw-bg-opacity));
|
|
2517
|
+
background-color: rgb(97 179 117 / var(--tw-bg-opacity, 1));
|
|
2402
2518
|
}
|
|
2403
2519
|
|
|
2404
2520
|
.bg-pzh-orange {
|
|
2405
2521
|
--tw-bg-opacity: 1;
|
|
2406
|
-
background-color: rgb(255 107 2 / var(--tw-bg-opacity));
|
|
2522
|
+
background-color: rgb(255 107 2 / var(--tw-bg-opacity, 1));
|
|
2407
2523
|
}
|
|
2408
2524
|
|
|
2409
2525
|
.bg-pzh-purple {
|
|
2410
2526
|
--tw-bg-opacity: 1;
|
|
2411
|
-
background-color: rgb(80 61 144 / var(--tw-bg-opacity));
|
|
2527
|
+
background-color: rgb(80 61 144 / var(--tw-bg-opacity, 1));
|
|
2412
2528
|
}
|
|
2413
2529
|
|
|
2414
2530
|
.bg-pzh-red {
|
|
2415
2531
|
--tw-bg-opacity: 1;
|
|
2416
|
-
background-color: rgb(209 31 61 / var(--tw-bg-opacity));
|
|
2532
|
+
background-color: rgb(209 31 61 / var(--tw-bg-opacity, 1));
|
|
2417
2533
|
}
|
|
2418
2534
|
|
|
2419
2535
|
.bg-pzh-red-10 {
|
|
2420
2536
|
--tw-bg-opacity: 1;
|
|
2421
|
-
background-color: rgb(255 237 240 / var(--tw-bg-opacity));
|
|
2537
|
+
background-color: rgb(255 237 240 / var(--tw-bg-opacity, 1));
|
|
2422
2538
|
}
|
|
2423
2539
|
|
|
2424
2540
|
.bg-pzh-red-light {
|
|
2425
2541
|
--tw-bg-opacity: 1;
|
|
2426
|
-
background-color: rgb(235 112 133 / var(--tw-bg-opacity));
|
|
2542
|
+
background-color: rgb(235 112 133 / var(--tw-bg-opacity, 1));
|
|
2427
2543
|
}
|
|
2428
2544
|
|
|
2429
2545
|
.bg-pzh-white {
|
|
2430
2546
|
--tw-bg-opacity: 1;
|
|
2431
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2547
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
2432
2548
|
}
|
|
2433
2549
|
|
|
2434
2550
|
.bg-pzh-yellow {
|
|
2435
2551
|
--tw-bg-opacity: 1;
|
|
2436
|
-
background-color: rgb(239 204 54 / var(--tw-bg-opacity));
|
|
2552
|
+
background-color: rgb(239 204 54 / var(--tw-bg-opacity, 1));
|
|
2437
2553
|
}
|
|
2438
2554
|
|
|
2439
2555
|
.bg-pzh-yellow-10 {
|
|
2440
2556
|
--tw-bg-opacity: 1;
|
|
2441
|
-
background-color: rgb(255 249 227 / var(--tw-bg-opacity));
|
|
2557
|
+
background-color: rgb(255 249 227 / var(--tw-bg-opacity, 1));
|
|
2442
2558
|
}
|
|
2443
2559
|
|
|
2444
2560
|
.bg-white {
|
|
2445
2561
|
--tw-bg-opacity: 1;
|
|
2446
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2562
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
2447
2563
|
}
|
|
2448
2564
|
|
|
2449
2565
|
.p-1 {
|
|
@@ -2496,6 +2612,11 @@ select {
|
|
|
2496
2612
|
padding-bottom: 0.5rem;
|
|
2497
2613
|
}
|
|
2498
2614
|
|
|
2615
|
+
.py-24 {
|
|
2616
|
+
padding-top: 6rem;
|
|
2617
|
+
padding-bottom: 6rem;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2499
2620
|
.py-3 {
|
|
2500
2621
|
padding-top: 0.75rem;
|
|
2501
2622
|
padding-bottom: 0.75rem;
|
|
@@ -2661,6 +2782,10 @@ select {
|
|
|
2661
2782
|
font-style: italic;
|
|
2662
2783
|
}
|
|
2663
2784
|
|
|
2785
|
+
.leading-10 {
|
|
2786
|
+
line-height: 2.5rem;
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2664
2789
|
.leading-5 {
|
|
2665
2790
|
line-height: 1.25rem;
|
|
2666
2791
|
}
|
|
@@ -2675,120 +2800,116 @@ select {
|
|
|
2675
2800
|
|
|
2676
2801
|
.text-pzh-blue {
|
|
2677
2802
|
--tw-text-opacity: 1;
|
|
2678
|
-
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
2803
|
+
color: rgb(40 31 107 / var(--tw-text-opacity, 1));
|
|
2679
2804
|
}
|
|
2680
2805
|
|
|
2681
2806
|
.text-pzh-blue-500 {
|
|
2682
2807
|
--tw-text-opacity: 1;
|
|
2683
|
-
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
2808
|
+
color: rgb(40 31 107 / var(--tw-text-opacity, 1));
|
|
2684
2809
|
}
|
|
2685
2810
|
|
|
2686
2811
|
.text-pzh-blue-900 {
|
|
2687
2812
|
--tw-text-opacity: 1;
|
|
2688
|
-
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
2813
|
+
color: rgb(22 17 59 / var(--tw-text-opacity, 1));
|
|
2689
2814
|
}
|
|
2690
2815
|
|
|
2691
2816
|
.text-pzh-blue-dark {
|
|
2692
2817
|
--tw-text-opacity: 1;
|
|
2693
|
-
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
2818
|
+
color: rgb(22 17 59 / var(--tw-text-opacity, 1));
|
|
2694
2819
|
}
|
|
2695
2820
|
|
|
2696
2821
|
.text-pzh-blue-dark\/35 {
|
|
2697
2822
|
color: rgb(22 17 59 / 0.35);
|
|
2698
2823
|
}
|
|
2699
2824
|
|
|
2700
|
-
.text-pzh-blue-dark\/50 {
|
|
2701
|
-
color: rgb(22 17 59 / 0.5);
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
2825
|
.text-pzh-blue-light {
|
|
2705
2826
|
--tw-text-opacity: 1;
|
|
2706
|
-
color: rgb(123 173 222 / var(--tw-text-opacity));
|
|
2827
|
+
color: rgb(123 173 222 / var(--tw-text-opacity, 1));
|
|
2707
2828
|
}
|
|
2708
2829
|
|
|
2709
2830
|
.text-pzh-cool-gray-dark {
|
|
2710
2831
|
--tw-text-opacity: 1;
|
|
2711
|
-
color: rgb(92 92 92 / var(--tw-text-opacity));
|
|
2832
|
+
color: rgb(92 92 92 / var(--tw-text-opacity, 1));
|
|
2712
2833
|
}
|
|
2713
2834
|
|
|
2714
2835
|
.text-pzh-gray-400 {
|
|
2715
2836
|
--tw-text-opacity: 1;
|
|
2716
|
-
color: rgb(191 191 191 / var(--tw-text-opacity));
|
|
2837
|
+
color: rgb(191 191 191 / var(--tw-text-opacity, 1));
|
|
2717
2838
|
}
|
|
2718
2839
|
|
|
2719
2840
|
.text-pzh-gray-500 {
|
|
2720
2841
|
--tw-text-opacity: 1;
|
|
2721
|
-
color: rgb(131 131 131 / var(--tw-text-opacity));
|
|
2842
|
+
color: rgb(131 131 131 / var(--tw-text-opacity, 1));
|
|
2722
2843
|
}
|
|
2723
2844
|
|
|
2724
2845
|
.text-pzh-gray-600 {
|
|
2725
2846
|
--tw-text-opacity: 1;
|
|
2726
|
-
color: rgb(92 92 92 / var(--tw-text-opacity));
|
|
2847
|
+
color: rgb(92 92 92 / var(--tw-text-opacity, 1));
|
|
2727
2848
|
}
|
|
2728
2849
|
|
|
2729
2850
|
.text-pzh-gray-700 {
|
|
2730
2851
|
--tw-text-opacity: 1;
|
|
2731
|
-
color: rgb(70 70 70 / var(--tw-text-opacity));
|
|
2852
|
+
color: rgb(70 70 70 / var(--tw-text-opacity, 1));
|
|
2732
2853
|
}
|
|
2733
2854
|
|
|
2734
2855
|
.text-pzh-green {
|
|
2735
2856
|
--tw-text-opacity: 1;
|
|
2736
|
-
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
2857
|
+
color: rgb(0 128 77 / var(--tw-text-opacity, 1));
|
|
2737
2858
|
}
|
|
2738
2859
|
|
|
2739
2860
|
.text-pzh-green-500 {
|
|
2740
2861
|
--tw-text-opacity: 1;
|
|
2741
|
-
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
2862
|
+
color: rgb(0 128 77 / var(--tw-text-opacity, 1));
|
|
2742
2863
|
}
|
|
2743
2864
|
|
|
2744
2865
|
.text-pzh-green-900 {
|
|
2745
2866
|
--tw-text-opacity: 1;
|
|
2746
|
-
color: rgb(0 77 46 / var(--tw-text-opacity));
|
|
2867
|
+
color: rgb(0 77 46 / var(--tw-text-opacity, 1));
|
|
2747
2868
|
}
|
|
2748
2869
|
|
|
2749
2870
|
.text-pzh-green-light {
|
|
2750
2871
|
--tw-text-opacity: 1;
|
|
2751
|
-
color: rgb(97 179 117 / var(--tw-text-opacity));
|
|
2872
|
+
color: rgb(97 179 117 / var(--tw-text-opacity, 1));
|
|
2752
2873
|
}
|
|
2753
2874
|
|
|
2754
2875
|
.text-pzh-orange {
|
|
2755
2876
|
--tw-text-opacity: 1;
|
|
2756
|
-
color: rgb(255 107 2 / var(--tw-text-opacity));
|
|
2877
|
+
color: rgb(255 107 2 / var(--tw-text-opacity, 1));
|
|
2757
2878
|
}
|
|
2758
2879
|
|
|
2759
2880
|
.text-pzh-purple {
|
|
2760
2881
|
--tw-text-opacity: 1;
|
|
2761
|
-
color: rgb(80 61 144 / var(--tw-text-opacity));
|
|
2882
|
+
color: rgb(80 61 144 / var(--tw-text-opacity, 1));
|
|
2762
2883
|
}
|
|
2763
2884
|
|
|
2764
2885
|
.text-pzh-red {
|
|
2765
2886
|
--tw-text-opacity: 1;
|
|
2766
|
-
color: rgb(209 31 61 / var(--tw-text-opacity));
|
|
2887
|
+
color: rgb(209 31 61 / var(--tw-text-opacity, 1));
|
|
2767
2888
|
}
|
|
2768
2889
|
|
|
2769
2890
|
.text-pzh-red-900 {
|
|
2770
2891
|
--tw-text-opacity: 1;
|
|
2771
|
-
color: rgb(151 22 44 / var(--tw-text-opacity));
|
|
2892
|
+
color: rgb(151 22 44 / var(--tw-text-opacity, 1));
|
|
2772
2893
|
}
|
|
2773
2894
|
|
|
2774
2895
|
.text-pzh-red-light {
|
|
2775
2896
|
--tw-text-opacity: 1;
|
|
2776
|
-
color: rgb(235 112 133 / var(--tw-text-opacity));
|
|
2897
|
+
color: rgb(235 112 133 / var(--tw-text-opacity, 1));
|
|
2777
2898
|
}
|
|
2778
2899
|
|
|
2779
2900
|
.text-pzh-white {
|
|
2780
2901
|
--tw-text-opacity: 1;
|
|
2781
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2902
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2782
2903
|
}
|
|
2783
2904
|
|
|
2784
2905
|
.text-pzh-yellow-dark {
|
|
2785
2906
|
--tw-text-opacity: 1;
|
|
2786
|
-
color: rgb(198 164 16 / var(--tw-text-opacity));
|
|
2907
|
+
color: rgb(198 164 16 / var(--tw-text-opacity, 1));
|
|
2787
2908
|
}
|
|
2788
2909
|
|
|
2789
2910
|
.text-white {
|
|
2790
2911
|
--tw-text-opacity: 1;
|
|
2791
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2912
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2792
2913
|
}
|
|
2793
2914
|
|
|
2794
2915
|
.underline {
|
|
@@ -2844,6 +2965,12 @@ select {
|
|
|
2844
2965
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2845
2966
|
}
|
|
2846
2967
|
|
|
2968
|
+
.ring-1 {
|
|
2969
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2970
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2971
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2847
2974
|
.ring-2 {
|
|
2848
2975
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2849
2976
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -2852,7 +2979,12 @@ select {
|
|
|
2852
2979
|
|
|
2853
2980
|
.ring-pzh-focus {
|
|
2854
2981
|
--tw-ring-opacity: 1;
|
|
2855
|
-
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
2982
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity, 1));
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2985
|
+
.ring-pzh-positive {
|
|
2986
|
+
--tw-ring-opacity: 1;
|
|
2987
|
+
--tw-ring-color: rgb(0 128 77 / var(--tw-ring-opacity, 1));
|
|
2856
2988
|
}
|
|
2857
2989
|
|
|
2858
2990
|
.ring-offset-2 {
|
|
@@ -2930,6 +3062,8 @@ select {
|
|
|
2930
3062
|
font-weight: normal;
|
|
2931
3063
|
|
|
2932
3064
|
font-display: swap;
|
|
3065
|
+
|
|
3066
|
+
ascent-override: 90%;
|
|
2933
3067
|
}
|
|
2934
3068
|
|
|
2935
3069
|
@font-face {
|
|
@@ -2940,6 +3074,8 @@ select {
|
|
|
2940
3074
|
font-weight: bold;
|
|
2941
3075
|
|
|
2942
3076
|
font-display: swap;
|
|
3077
|
+
|
|
3078
|
+
ascent-override: 90%;
|
|
2943
3079
|
}
|
|
2944
3080
|
|
|
2945
3081
|
html {
|
|
@@ -3005,7 +3141,7 @@ ol li ol li ol li {
|
|
|
3005
3141
|
.before\:border-pzh-blue::before {
|
|
3006
3142
|
content: var(--tw-content);
|
|
3007
3143
|
--tw-border-opacity: 1;
|
|
3008
|
-
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
3144
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity, 1));
|
|
3009
3145
|
}
|
|
3010
3146
|
|
|
3011
3147
|
.before\:outline-none::before {
|
|
@@ -3031,7 +3167,7 @@ ol li ol li ol li {
|
|
|
3031
3167
|
.before\:ring-pzh-focus::before {
|
|
3032
3168
|
content: var(--tw-content);
|
|
3033
3169
|
--tw-ring-opacity: 1;
|
|
3034
|
-
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
3170
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity, 1));
|
|
3035
3171
|
}
|
|
3036
3172
|
|
|
3037
3173
|
.after\:absolute::after {
|
|
@@ -3100,7 +3236,7 @@ ol li ol li ol li {
|
|
|
3100
3236
|
.after\:border-b-pzh-white::after {
|
|
3101
3237
|
content: var(--tw-content);
|
|
3102
3238
|
--tw-border-opacity: 1;
|
|
3103
|
-
border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
3239
|
+
border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
3104
3240
|
}
|
|
3105
3241
|
|
|
3106
3242
|
.hover\:translate-y-0:hover {
|
|
@@ -3110,47 +3246,47 @@ ol li ol li ol li {
|
|
|
3110
3246
|
|
|
3111
3247
|
.hover\:border-pzh-blue:hover {
|
|
3112
3248
|
--tw-border-opacity: 1;
|
|
3113
|
-
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
3249
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity, 1));
|
|
3114
3250
|
}
|
|
3115
3251
|
|
|
3116
3252
|
.hover\:border-pzh-blue-900:hover {
|
|
3117
3253
|
--tw-border-opacity: 1;
|
|
3118
|
-
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
3254
|
+
border-color: rgb(22 17 59 / var(--tw-border-opacity, 1));
|
|
3119
3255
|
}
|
|
3120
3256
|
|
|
3121
3257
|
.hover\:border-pzh-green-500:hover {
|
|
3122
3258
|
--tw-border-opacity: 1;
|
|
3123
|
-
border-color: rgb(0 128 77 / var(--tw-border-opacity));
|
|
3259
|
+
border-color: rgb(0 128 77 / var(--tw-border-opacity, 1));
|
|
3124
3260
|
}
|
|
3125
3261
|
|
|
3126
3262
|
.hover\:border-pzh-green-dark:hover {
|
|
3127
3263
|
--tw-border-opacity: 1;
|
|
3128
|
-
border-color: rgb(0 77 46 / var(--tw-border-opacity));
|
|
3264
|
+
border-color: rgb(0 77 46 / var(--tw-border-opacity, 1));
|
|
3129
3265
|
}
|
|
3130
3266
|
|
|
3131
3267
|
.hover\:bg-pzh-blue-500:hover {
|
|
3132
3268
|
--tw-bg-opacity: 1;
|
|
3133
|
-
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
3269
|
+
background-color: rgb(40 31 107 / var(--tw-bg-opacity, 1));
|
|
3134
3270
|
}
|
|
3135
3271
|
|
|
3136
3272
|
.hover\:bg-pzh-blue-dark:hover {
|
|
3137
3273
|
--tw-bg-opacity: 1;
|
|
3138
|
-
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
3274
|
+
background-color: rgb(22 17 59 / var(--tw-bg-opacity, 1));
|
|
3139
3275
|
}
|
|
3140
3276
|
|
|
3141
3277
|
.hover\:bg-pzh-gray-100:hover {
|
|
3142
3278
|
--tw-bg-opacity: 1;
|
|
3143
|
-
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
3279
|
+
background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
|
|
3144
3280
|
}
|
|
3145
3281
|
|
|
3146
3282
|
.hover\:bg-pzh-green-dark:hover {
|
|
3147
3283
|
--tw-bg-opacity: 1;
|
|
3148
|
-
background-color: rgb(0 77 46 / var(--tw-bg-opacity));
|
|
3284
|
+
background-color: rgb(0 77 46 / var(--tw-bg-opacity, 1));
|
|
3149
3285
|
}
|
|
3150
3286
|
|
|
3151
3287
|
.hover\:bg-white:hover {
|
|
3152
3288
|
--tw-bg-opacity: 1;
|
|
3153
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
3289
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
3154
3290
|
}
|
|
3155
3291
|
|
|
3156
3292
|
.hover\:bg-opacity-10:hover {
|
|
@@ -3159,27 +3295,27 @@ ol li ol li ol li {
|
|
|
3159
3295
|
|
|
3160
3296
|
.hover\:text-pzh-blue-dark:hover {
|
|
3161
3297
|
--tw-text-opacity: 1;
|
|
3162
|
-
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
3298
|
+
color: rgb(22 17 59 / var(--tw-text-opacity, 1));
|
|
3163
3299
|
}
|
|
3164
3300
|
|
|
3165
3301
|
.hover\:text-pzh-green:hover {
|
|
3166
3302
|
--tw-text-opacity: 1;
|
|
3167
|
-
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
3303
|
+
color: rgb(0 128 77 / var(--tw-text-opacity, 1));
|
|
3168
3304
|
}
|
|
3169
3305
|
|
|
3170
3306
|
.hover\:text-pzh-green-500:hover {
|
|
3171
3307
|
--tw-text-opacity: 1;
|
|
3172
|
-
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
3308
|
+
color: rgb(0 128 77 / var(--tw-text-opacity, 1));
|
|
3173
3309
|
}
|
|
3174
3310
|
|
|
3175
3311
|
.hover\:text-pzh-white:hover {
|
|
3176
3312
|
--tw-text-opacity: 1;
|
|
3177
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
3313
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3178
3314
|
}
|
|
3179
3315
|
|
|
3180
3316
|
.hover\:text-white:hover {
|
|
3181
3317
|
--tw-text-opacity: 1;
|
|
3182
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
3318
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3183
3319
|
}
|
|
3184
3320
|
|
|
3185
3321
|
.hover\:underline:hover {
|
|
@@ -3188,7 +3324,7 @@ ol li ol li ol li {
|
|
|
3188
3324
|
|
|
3189
3325
|
.focus\:bg-pzh-gray-100:focus {
|
|
3190
3326
|
--tw-bg-opacity: 1;
|
|
3191
|
-
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
3327
|
+
background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
|
|
3192
3328
|
}
|
|
3193
3329
|
|
|
3194
3330
|
.focus\:outline-none:focus {
|
|
@@ -3204,7 +3340,7 @@ ol li ol li ol li {
|
|
|
3204
3340
|
|
|
3205
3341
|
.focus\:ring-pzh-focus:focus {
|
|
3206
3342
|
--tw-ring-opacity: 1;
|
|
3207
|
-
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
3343
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity, 1));
|
|
3208
3344
|
}
|
|
3209
3345
|
|
|
3210
3346
|
.group:hover .group-hover\:opacity-40 {
|
|
@@ -3217,12 +3353,12 @@ ol li ol li ol li {
|
|
|
3217
3353
|
|
|
3218
3354
|
.has-\[\:checked\]\:border-pzh-green-500:has(:checked) {
|
|
3219
3355
|
--tw-border-opacity: 1;
|
|
3220
|
-
border-color: rgb(0 128 77 / var(--tw-border-opacity));
|
|
3356
|
+
border-color: rgb(0 128 77 / var(--tw-border-opacity, 1));
|
|
3221
3357
|
}
|
|
3222
3358
|
|
|
3223
3359
|
.has-\[\:checked\]\:bg-pzh-green-10:has(:checked) {
|
|
3224
3360
|
--tw-bg-opacity: 1;
|
|
3225
|
-
background-color: rgb(237 250 240 / var(--tw-bg-opacity));
|
|
3361
|
+
background-color: rgb(237 250 240 / var(--tw-bg-opacity, 1));
|
|
3226
3362
|
}
|
|
3227
3363
|
|
|
3228
3364
|
.has-\[\:focus\]\:ring:has(:focus) {
|
|
@@ -3239,7 +3375,7 @@ ol li ol li ol li {
|
|
|
3239
3375
|
|
|
3240
3376
|
.has-\[\:focus\]\:ring-pzh-focus:has(:focus) {
|
|
3241
3377
|
--tw-ring-opacity: 1;
|
|
3242
|
-
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
3378
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity, 1));
|
|
3243
3379
|
}
|
|
3244
3380
|
|
|
3245
3381
|
@keyframes accordion-up {
|
|
@@ -3270,17 +3406,17 @@ ol li ol li ol li {
|
|
|
3270
3406
|
animation: accordion-down 0.2s ease-out;
|
|
3271
3407
|
}
|
|
3272
3408
|
|
|
3273
|
-
.prose-a\:text-pzh-green :is(:where(a):not(:where([class~="not-prose"] *))) {
|
|
3409
|
+
.prose-a\:text-pzh-green :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
3274
3410
|
--tw-text-opacity: 1;
|
|
3275
|
-
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
3411
|
+
color: rgb(0 128 77 / var(--tw-text-opacity, 1));
|
|
3276
3412
|
}
|
|
3277
3413
|
|
|
3278
|
-
.prose-li\:my-0 :is(:where(li):not(:where([class~="not-prose"] *))) {
|
|
3414
|
+
.prose-li\:my-0 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
3279
3415
|
margin-top: 0px;
|
|
3280
3416
|
margin-bottom: 0px;
|
|
3281
3417
|
}
|
|
3282
3418
|
|
|
3283
|
-
.prose-img\:my-0 :is(:where(img):not(:where([class~="not-prose"] *))) {
|
|
3419
|
+
.prose-img\:my-0 :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
3284
3420
|
margin-top: 0px;
|
|
3285
3421
|
margin-bottom: 0px;
|
|
3286
3422
|
}
|
|
@@ -3346,3 +3482,12 @@ ol li ol li ol li {
|
|
|
3346
3482
|
--tw-rotate: 180deg;
|
|
3347
3483
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3348
3484
|
}
|
|
3485
|
+
|
|
3486
|
+
.\[\&_a\]\:border a {
|
|
3487
|
+
border-width: 1px;
|
|
3488
|
+
}
|
|
3489
|
+
|
|
3490
|
+
.\[\&_a\]\:border-pzh-blue a {
|
|
3491
|
+
--tw-border-opacity: 1;
|
|
3492
|
+
border-color: rgb(40 31 107 / var(--tw-border-opacity, 1));
|
|
3493
|
+
}
|