@pzh-ui/css 0.0.44 → 0.0.47
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/config/index.js +9 -6
- package/package.json +2 -2
- package/src/tailwind.css +311 -319
- package/src/tailwind.src.css +1 -9
- package/yarn-error.log +1061 -0
package/src/tailwind.css
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import '~react-datepicker/dist/react-datepicker.css';
|
|
2
|
-
|
|
3
1
|
/*
|
|
4
2
|
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
|
|
5
3
|
*/
|
|
@@ -425,7 +423,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
425
423
|
display: none;
|
|
426
424
|
}
|
|
427
425
|
|
|
428
|
-
[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{
|
|
426
|
+
[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 {
|
|
429
427
|
-webkit-appearance: none;
|
|
430
428
|
-moz-appearance: none;
|
|
431
429
|
appearance: none;
|
|
@@ -442,7 +440,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
442
440
|
--tw-shadow: 0 0 #0000;
|
|
443
441
|
}
|
|
444
442
|
|
|
445
|
-
[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{
|
|
443
|
+
[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 {
|
|
446
444
|
outline: 2px solid transparent;
|
|
447
445
|
outline-offset: 2px;
|
|
448
446
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
@@ -455,35 +453,35 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
455
453
|
border-color: #3182ce;
|
|
456
454
|
}
|
|
457
455
|
|
|
458
|
-
input::-moz-placeholder, textarea::-moz-placeholder{
|
|
456
|
+
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
459
457
|
color: #a0aec0;
|
|
460
458
|
opacity: 1;
|
|
461
459
|
}
|
|
462
460
|
|
|
463
|
-
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
|
|
461
|
+
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
464
462
|
color: #a0aec0;
|
|
465
463
|
opacity: 1;
|
|
466
464
|
}
|
|
467
465
|
|
|
468
|
-
input::placeholder,textarea::placeholder{
|
|
466
|
+
input::placeholder,textarea::placeholder {
|
|
469
467
|
color: #a0aec0;
|
|
470
468
|
opacity: 1;
|
|
471
469
|
}
|
|
472
470
|
|
|
473
|
-
::-webkit-datetime-edit-fields-wrapper{
|
|
471
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
474
472
|
padding: 0;
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
::-webkit-date-and-time-value{
|
|
475
|
+
::-webkit-date-and-time-value {
|
|
478
476
|
min-height: 1.5em;
|
|
479
477
|
}
|
|
480
478
|
|
|
481
|
-
::-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{
|
|
479
|
+
::-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 {
|
|
482
480
|
padding-top: 0;
|
|
483
481
|
padding-bottom: 0;
|
|
484
482
|
}
|
|
485
483
|
|
|
486
|
-
select{
|
|
484
|
+
select {
|
|
487
485
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
|
|
488
486
|
background-position: right 0.5rem center;
|
|
489
487
|
background-repeat: no-repeat;
|
|
@@ -493,7 +491,7 @@ select{
|
|
|
493
491
|
color-adjust: exact;
|
|
494
492
|
}
|
|
495
493
|
|
|
496
|
-
[multiple]{
|
|
494
|
+
[multiple] {
|
|
497
495
|
background-image: initial;
|
|
498
496
|
background-position: initial;
|
|
499
497
|
background-repeat: unset;
|
|
@@ -503,7 +501,7 @@ select{
|
|
|
503
501
|
color-adjust: unset;
|
|
504
502
|
}
|
|
505
503
|
|
|
506
|
-
[type='checkbox'],[type='radio']{
|
|
504
|
+
[type='checkbox'],[type='radio'] {
|
|
507
505
|
-webkit-appearance: none;
|
|
508
506
|
-moz-appearance: none;
|
|
509
507
|
appearance: none;
|
|
@@ -527,15 +525,15 @@ select{
|
|
|
527
525
|
--tw-shadow: 0 0 #0000;
|
|
528
526
|
}
|
|
529
527
|
|
|
530
|
-
[type='checkbox']{
|
|
528
|
+
[type='checkbox'] {
|
|
531
529
|
border-radius: 0px;
|
|
532
530
|
}
|
|
533
531
|
|
|
534
|
-
[type='radio']{
|
|
532
|
+
[type='radio'] {
|
|
535
533
|
border-radius: 100%;
|
|
536
534
|
}
|
|
537
535
|
|
|
538
|
-
[type='checkbox']:focus,[type='radio']:focus{
|
|
536
|
+
[type='checkbox']:focus,[type='radio']:focus {
|
|
539
537
|
outline: 2px solid transparent;
|
|
540
538
|
outline-offset: 2px;
|
|
541
539
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
@@ -547,7 +545,7 @@ select{
|
|
|
547
545
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
548
546
|
}
|
|
549
547
|
|
|
550
|
-
[type='checkbox']:checked,[type='radio']:checked{
|
|
548
|
+
[type='checkbox']:checked,[type='radio']:checked {
|
|
551
549
|
border-color: transparent;
|
|
552
550
|
background-color: currentColor;
|
|
553
551
|
background-size: 100% 100%;
|
|
@@ -555,20 +553,20 @@ select{
|
|
|
555
553
|
background-repeat: no-repeat;
|
|
556
554
|
}
|
|
557
555
|
|
|
558
|
-
[type='checkbox']:checked{
|
|
556
|
+
[type='checkbox']:checked {
|
|
559
557
|
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");
|
|
560
558
|
}
|
|
561
559
|
|
|
562
|
-
[type='radio']:checked{
|
|
560
|
+
[type='radio']:checked {
|
|
563
561
|
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");
|
|
564
562
|
}
|
|
565
563
|
|
|
566
|
-
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
|
|
564
|
+
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
|
|
567
565
|
border-color: transparent;
|
|
568
566
|
background-color: currentColor;
|
|
569
567
|
}
|
|
570
568
|
|
|
571
|
-
[type='checkbox']:indeterminate{
|
|
569
|
+
[type='checkbox']:indeterminate {
|
|
572
570
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
|
|
573
571
|
border-color: transparent;
|
|
574
572
|
background-color: currentColor;
|
|
@@ -577,12 +575,12 @@ select{
|
|
|
577
575
|
background-repeat: no-repeat;
|
|
578
576
|
}
|
|
579
577
|
|
|
580
|
-
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
|
|
578
|
+
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
|
|
581
579
|
border-color: transparent;
|
|
582
580
|
background-color: currentColor;
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
[type='file']{
|
|
583
|
+
[type='file'] {
|
|
586
584
|
background: unset;
|
|
587
585
|
border-color: inherit;
|
|
588
586
|
border-width: 0;
|
|
@@ -592,11 +590,11 @@ select{
|
|
|
592
590
|
line-height: inherit;
|
|
593
591
|
}
|
|
594
592
|
|
|
595
|
-
[type='file']:focus{
|
|
593
|
+
[type='file']:focus {
|
|
596
594
|
outline: 1px auto -webkit-focus-ring-color;
|
|
597
595
|
}
|
|
598
596
|
|
|
599
|
-
*, ::before, ::after{
|
|
597
|
+
*, ::before, ::after {
|
|
600
598
|
--tw-translate-x: 0;
|
|
601
599
|
--tw-translate-y: 0;
|
|
602
600
|
--tw-rotate: 0;
|
|
@@ -641,41 +639,41 @@ select{
|
|
|
641
639
|
--tw-backdrop-sepia: ;
|
|
642
640
|
}
|
|
643
641
|
|
|
644
|
-
.container{
|
|
642
|
+
.container {
|
|
645
643
|
width: 100%;
|
|
646
644
|
}
|
|
647
645
|
|
|
648
|
-
@media (min-width: 640px){
|
|
649
|
-
.container{
|
|
646
|
+
@media (min-width: 640px) {
|
|
647
|
+
.container {
|
|
650
648
|
max-width: 640px;
|
|
651
649
|
}
|
|
652
650
|
}
|
|
653
651
|
|
|
654
|
-
@media (min-width: 768px){
|
|
655
|
-
.container{
|
|
652
|
+
@media (min-width: 768px) {
|
|
653
|
+
.container {
|
|
656
654
|
max-width: 768px;
|
|
657
655
|
}
|
|
658
656
|
}
|
|
659
657
|
|
|
660
|
-
@media (min-width: 1024px){
|
|
661
|
-
.container{
|
|
658
|
+
@media (min-width: 1024px) {
|
|
659
|
+
.container {
|
|
662
660
|
max-width: 1024px;
|
|
663
661
|
}
|
|
664
662
|
}
|
|
665
663
|
|
|
666
|
-
@media (min-width: 1280px){
|
|
667
|
-
.container{
|
|
664
|
+
@media (min-width: 1280px) {
|
|
665
|
+
.container {
|
|
668
666
|
max-width: 1280px;
|
|
669
667
|
}
|
|
670
668
|
}
|
|
671
669
|
|
|
672
|
-
@media (min-width: 1440px){
|
|
673
|
-
.container{
|
|
670
|
+
@media (min-width: 1440px) {
|
|
671
|
+
.container {
|
|
674
672
|
max-width: 1440px;
|
|
675
673
|
}
|
|
676
674
|
}
|
|
677
675
|
|
|
678
|
-
.sr-only{
|
|
676
|
+
.sr-only {
|
|
679
677
|
position: absolute;
|
|
680
678
|
width: 1px;
|
|
681
679
|
height: 1px;
|
|
@@ -687,775 +685,775 @@ select{
|
|
|
687
685
|
border-width: 0;
|
|
688
686
|
}
|
|
689
687
|
|
|
690
|
-
.pointer-events-none{
|
|
688
|
+
.pointer-events-none {
|
|
691
689
|
pointer-events: none;
|
|
692
690
|
}
|
|
693
691
|
|
|
694
|
-
.pointer-events-auto{
|
|
692
|
+
.pointer-events-auto {
|
|
695
693
|
pointer-events: auto;
|
|
696
694
|
}
|
|
697
695
|
|
|
698
|
-
.fixed{
|
|
696
|
+
.fixed {
|
|
699
697
|
position: fixed;
|
|
700
698
|
}
|
|
701
699
|
|
|
702
|
-
.absolute{
|
|
700
|
+
.absolute {
|
|
703
701
|
position: absolute;
|
|
704
702
|
}
|
|
705
703
|
|
|
706
|
-
.relative{
|
|
704
|
+
.relative {
|
|
707
705
|
position: relative;
|
|
708
706
|
}
|
|
709
707
|
|
|
710
|
-
.inset-0{
|
|
708
|
+
.inset-0 {
|
|
711
709
|
top: 0px;
|
|
712
710
|
right: 0px;
|
|
713
711
|
bottom: 0px;
|
|
714
712
|
left: 0px;
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
.inset-y-0{
|
|
715
|
+
.inset-y-0 {
|
|
718
716
|
top: 0px;
|
|
719
717
|
bottom: 0px;
|
|
720
718
|
}
|
|
721
719
|
|
|
722
|
-
.right-0{
|
|
720
|
+
.right-0 {
|
|
723
721
|
right: 0px;
|
|
724
722
|
}
|
|
725
723
|
|
|
726
|
-
.top-0{
|
|
724
|
+
.top-0 {
|
|
727
725
|
top: 0px;
|
|
728
726
|
}
|
|
729
727
|
|
|
730
|
-
.top-\[192px\]{
|
|
728
|
+
.top-\[192px\] {
|
|
731
729
|
top: 192px;
|
|
732
730
|
}
|
|
733
731
|
|
|
734
|
-
.top-\[288px\]{
|
|
732
|
+
.top-\[288px\] {
|
|
735
733
|
top: 288px;
|
|
736
734
|
}
|
|
737
735
|
|
|
738
|
-
.bottom-0{
|
|
736
|
+
.bottom-0 {
|
|
739
737
|
bottom: 0px;
|
|
740
738
|
}
|
|
741
739
|
|
|
742
|
-
.left-0{
|
|
740
|
+
.left-0 {
|
|
743
741
|
left: 0px;
|
|
744
742
|
}
|
|
745
743
|
|
|
746
|
-
.-left-\[9999px\]{
|
|
744
|
+
.-left-\[9999px\] {
|
|
747
745
|
left: -9999px;
|
|
748
746
|
}
|
|
749
747
|
|
|
750
|
-
.right-\[14px\]{
|
|
748
|
+
.right-\[14px\] {
|
|
751
749
|
right: 14px;
|
|
752
750
|
}
|
|
753
751
|
|
|
754
|
-
.top-\[14px\]{
|
|
752
|
+
.top-\[14px\] {
|
|
755
753
|
top: 14px;
|
|
756
754
|
}
|
|
757
755
|
|
|
758
|
-
.right-3{
|
|
756
|
+
.right-3 {
|
|
759
757
|
right: 0.75rem;
|
|
760
758
|
}
|
|
761
759
|
|
|
762
|
-
.z-10{
|
|
760
|
+
.z-10 {
|
|
763
761
|
z-index: 10;
|
|
764
762
|
}
|
|
765
763
|
|
|
766
|
-
.z-50{
|
|
764
|
+
.z-50 {
|
|
767
765
|
z-index: 50;
|
|
768
766
|
}
|
|
769
767
|
|
|
770
|
-
.m-0{
|
|
768
|
+
.m-0 {
|
|
771
769
|
margin: 0px;
|
|
772
770
|
}
|
|
773
771
|
|
|
774
|
-
.mx-auto{
|
|
772
|
+
.mx-auto {
|
|
775
773
|
margin-left: auto;
|
|
776
774
|
margin-right: auto;
|
|
777
775
|
}
|
|
778
776
|
|
|
779
|
-
.my-2{
|
|
777
|
+
.my-2 {
|
|
780
778
|
margin-top: 0.5rem;
|
|
781
779
|
margin-bottom: 0.5rem;
|
|
782
780
|
}
|
|
783
781
|
|
|
784
|
-
.mr-2{
|
|
782
|
+
.mr-2 {
|
|
785
783
|
margin-right: 0.5rem;
|
|
786
784
|
}
|
|
787
785
|
|
|
788
|
-
.-mt-\[2px\]{
|
|
786
|
+
.-mt-\[2px\] {
|
|
789
787
|
margin-top: -2px;
|
|
790
788
|
}
|
|
791
789
|
|
|
792
|
-
.ml-2{
|
|
790
|
+
.ml-2 {
|
|
793
791
|
margin-left: 0.5rem;
|
|
794
792
|
}
|
|
795
793
|
|
|
796
|
-
.-mt-0\.5{
|
|
794
|
+
.-mt-0\.5 {
|
|
797
795
|
margin-top: -0.125rem;
|
|
798
796
|
}
|
|
799
797
|
|
|
800
|
-
.-mt-0{
|
|
798
|
+
.-mt-0 {
|
|
801
799
|
margin-top: -0px;
|
|
802
800
|
}
|
|
803
801
|
|
|
804
|
-
.mr-\[8px\]{
|
|
802
|
+
.mr-\[8px\] {
|
|
805
803
|
margin-right: 8px;
|
|
806
804
|
}
|
|
807
805
|
|
|
808
|
-
.ml-4{
|
|
806
|
+
.ml-4 {
|
|
809
807
|
margin-left: 1rem;
|
|
810
808
|
}
|
|
811
809
|
|
|
812
|
-
.mr-4{
|
|
810
|
+
.mr-4 {
|
|
813
811
|
margin-right: 1rem;
|
|
814
812
|
}
|
|
815
813
|
|
|
816
|
-
.mt-1{
|
|
814
|
+
.mt-1 {
|
|
817
815
|
margin-top: 0.25rem;
|
|
818
816
|
}
|
|
819
817
|
|
|
820
|
-
.mt-\[1px\]{
|
|
818
|
+
.mt-\[1px\] {
|
|
821
819
|
margin-top: 1px;
|
|
822
820
|
}
|
|
823
821
|
|
|
824
|
-
.-mt-8{
|
|
822
|
+
.-mt-8 {
|
|
825
823
|
margin-top: -2rem;
|
|
826
824
|
}
|
|
827
825
|
|
|
828
|
-
.-mr-8{
|
|
826
|
+
.-mr-8 {
|
|
829
827
|
margin-right: -2rem;
|
|
830
828
|
}
|
|
831
829
|
|
|
832
|
-
.mt-\[3px\]{
|
|
830
|
+
.mt-\[3px\] {
|
|
833
831
|
margin-top: 3px;
|
|
834
832
|
}
|
|
835
833
|
|
|
836
|
-
.mb-2{
|
|
834
|
+
.mb-2 {
|
|
837
835
|
margin-bottom: 0.5rem;
|
|
838
836
|
}
|
|
839
837
|
|
|
840
|
-
.mt-2{
|
|
838
|
+
.mt-2 {
|
|
841
839
|
margin-top: 0.5rem;
|
|
842
840
|
}
|
|
843
841
|
|
|
844
|
-
.ml-1{
|
|
842
|
+
.ml-1 {
|
|
845
843
|
margin-left: 0.25rem;
|
|
846
844
|
}
|
|
847
845
|
|
|
848
|
-
.block{
|
|
846
|
+
.block {
|
|
849
847
|
display: block;
|
|
850
848
|
}
|
|
851
849
|
|
|
852
|
-
.inline-block{
|
|
850
|
+
.inline-block {
|
|
853
851
|
display: inline-block;
|
|
854
852
|
}
|
|
855
853
|
|
|
856
|
-
.flex{
|
|
854
|
+
.flex {
|
|
857
855
|
display: flex;
|
|
858
856
|
}
|
|
859
857
|
|
|
860
|
-
.inline-flex{
|
|
858
|
+
.inline-flex {
|
|
861
859
|
display: inline-flex;
|
|
862
860
|
}
|
|
863
861
|
|
|
864
|
-
.table{
|
|
862
|
+
.table {
|
|
865
863
|
display: table;
|
|
866
864
|
}
|
|
867
865
|
|
|
868
|
-
.contents{
|
|
866
|
+
.contents {
|
|
869
867
|
display: contents;
|
|
870
868
|
}
|
|
871
869
|
|
|
872
|
-
.hidden{
|
|
870
|
+
.hidden {
|
|
873
871
|
display: none;
|
|
874
872
|
}
|
|
875
873
|
|
|
876
|
-
.h-\[28px\]{
|
|
874
|
+
.h-\[28px\] {
|
|
877
875
|
height: 28px;
|
|
878
876
|
}
|
|
879
877
|
|
|
880
|
-
.h-6{
|
|
878
|
+
.h-6 {
|
|
881
879
|
height: 1.5rem;
|
|
882
880
|
}
|
|
883
881
|
|
|
884
|
-
.h-\[48px\]{
|
|
882
|
+
.h-\[48px\] {
|
|
885
883
|
height: 48px;
|
|
886
884
|
}
|
|
887
885
|
|
|
888
|
-
.h-\[36px\]{
|
|
886
|
+
.h-\[36px\] {
|
|
889
887
|
height: 36px;
|
|
890
888
|
}
|
|
891
889
|
|
|
892
|
-
.h-\[96px\]{
|
|
890
|
+
.h-\[96px\] {
|
|
893
891
|
height: 96px;
|
|
894
892
|
}
|
|
895
893
|
|
|
896
|
-
.h-px{
|
|
894
|
+
.h-px {
|
|
897
895
|
height: 1px;
|
|
898
896
|
}
|
|
899
897
|
|
|
900
|
-
.h-full{
|
|
898
|
+
.h-full {
|
|
901
899
|
height: 100%;
|
|
902
900
|
}
|
|
903
901
|
|
|
904
|
-
.h-4{
|
|
902
|
+
.h-4 {
|
|
905
903
|
height: 1rem;
|
|
906
904
|
}
|
|
907
905
|
|
|
908
|
-
.h-8{
|
|
906
|
+
.h-8 {
|
|
909
907
|
height: 2rem;
|
|
910
908
|
}
|
|
911
909
|
|
|
912
|
-
.h-\[8px\]{
|
|
910
|
+
.h-\[8px\] {
|
|
913
911
|
height: 8px;
|
|
914
912
|
}
|
|
915
913
|
|
|
916
|
-
.min-h-screen{
|
|
914
|
+
.min-h-screen {
|
|
917
915
|
min-height: 100vh;
|
|
918
916
|
}
|
|
919
917
|
|
|
920
|
-
.min-h-\[48px\]{
|
|
918
|
+
.min-h-\[48px\] {
|
|
921
919
|
min-height: 48px;
|
|
922
920
|
}
|
|
923
921
|
|
|
924
|
-
.w-6{
|
|
922
|
+
.w-6 {
|
|
925
923
|
width: 1.5rem;
|
|
926
924
|
}
|
|
927
925
|
|
|
928
|
-
.w-\[96px\]{
|
|
926
|
+
.w-\[96px\] {
|
|
929
927
|
width: 96px;
|
|
930
928
|
}
|
|
931
929
|
|
|
932
|
-
.w-full{
|
|
930
|
+
.w-full {
|
|
933
931
|
width: 100%;
|
|
934
932
|
}
|
|
935
933
|
|
|
936
|
-
.w-4{
|
|
934
|
+
.w-4 {
|
|
937
935
|
width: 1rem;
|
|
938
936
|
}
|
|
939
937
|
|
|
940
|
-
.w-\[8px\]{
|
|
938
|
+
.w-\[8px\] {
|
|
941
939
|
width: 8px;
|
|
942
940
|
}
|
|
943
941
|
|
|
944
|
-
.max-w-screen-xl{
|
|
942
|
+
.max-w-screen-xl {
|
|
945
943
|
max-width: 1280px;
|
|
946
944
|
}
|
|
947
945
|
|
|
948
|
-
.max-w-6xl{
|
|
946
|
+
.max-w-6xl {
|
|
949
947
|
max-width: 72rem;
|
|
950
948
|
}
|
|
951
949
|
|
|
952
|
-
.max-w-\[2rem\]{
|
|
950
|
+
.max-w-\[2rem\] {
|
|
953
951
|
max-width: 2rem;
|
|
954
952
|
}
|
|
955
953
|
|
|
956
|
-
.translate-y-2{
|
|
954
|
+
.translate-y-2 {
|
|
957
955
|
--tw-translate-y: 0.5rem;
|
|
958
956
|
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));
|
|
959
957
|
}
|
|
960
958
|
|
|
961
|
-
.translate-y-4{
|
|
959
|
+
.translate-y-4 {
|
|
962
960
|
--tw-translate-y: 1rem;
|
|
963
961
|
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));
|
|
964
962
|
}
|
|
965
963
|
|
|
966
|
-
.translate-y-0{
|
|
964
|
+
.translate-y-0 {
|
|
967
965
|
--tw-translate-y: 0px;
|
|
968
966
|
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));
|
|
969
967
|
}
|
|
970
968
|
|
|
971
|
-
.rotate-45{
|
|
969
|
+
.rotate-45 {
|
|
972
970
|
--tw-rotate: 45deg;
|
|
973
971
|
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));
|
|
974
972
|
}
|
|
975
973
|
|
|
976
|
-
.transform{
|
|
974
|
+
.transform {
|
|
977
975
|
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));
|
|
978
976
|
}
|
|
979
977
|
|
|
980
|
-
.cursor-pointer{
|
|
978
|
+
.cursor-pointer {
|
|
981
979
|
cursor: pointer;
|
|
982
980
|
}
|
|
983
981
|
|
|
984
|
-
.resize-none{
|
|
982
|
+
.resize-none {
|
|
985
983
|
resize: none;
|
|
986
984
|
}
|
|
987
985
|
|
|
988
|
-
.items-start{
|
|
986
|
+
.items-start {
|
|
989
987
|
align-items: flex-start;
|
|
990
988
|
}
|
|
991
989
|
|
|
992
|
-
.items-center{
|
|
990
|
+
.items-center {
|
|
993
991
|
align-items: center;
|
|
994
992
|
}
|
|
995
993
|
|
|
996
|
-
.justify-center{
|
|
994
|
+
.justify-center {
|
|
997
995
|
justify-content: center;
|
|
998
996
|
}
|
|
999
997
|
|
|
1000
|
-
.justify-between{
|
|
998
|
+
.justify-between {
|
|
1001
999
|
justify-content: space-between;
|
|
1002
1000
|
}
|
|
1003
1001
|
|
|
1004
|
-
.overflow-hidden{
|
|
1002
|
+
.overflow-hidden {
|
|
1005
1003
|
overflow: hidden;
|
|
1006
1004
|
}
|
|
1007
1005
|
|
|
1008
|
-
.overflow-y-auto{
|
|
1006
|
+
.overflow-y-auto {
|
|
1009
1007
|
overflow-y: auto;
|
|
1010
1008
|
}
|
|
1011
1009
|
|
|
1012
|
-
.overflow-y-visible{
|
|
1010
|
+
.overflow-y-visible {
|
|
1013
1011
|
overflow-y: visible;
|
|
1014
1012
|
}
|
|
1015
1013
|
|
|
1016
|
-
.break-words{
|
|
1014
|
+
.break-words {
|
|
1017
1015
|
overflow-wrap: break-word;
|
|
1018
1016
|
}
|
|
1019
1017
|
|
|
1020
|
-
.rounded{
|
|
1018
|
+
.rounded {
|
|
1021
1019
|
border-radius: 0.25rem;
|
|
1022
1020
|
}
|
|
1023
1021
|
|
|
1024
|
-
.rounded-lg{
|
|
1022
|
+
.rounded-lg {
|
|
1025
1023
|
border-radius: 0.5rem;
|
|
1026
1024
|
}
|
|
1027
1025
|
|
|
1028
|
-
.rounded-\[4px\]{
|
|
1026
|
+
.rounded-\[4px\] {
|
|
1029
1027
|
border-radius: 4px;
|
|
1030
1028
|
}
|
|
1031
1029
|
|
|
1032
|
-
.rounded-md{
|
|
1030
|
+
.rounded-md {
|
|
1033
1031
|
border-radius: 0.375rem;
|
|
1034
1032
|
}
|
|
1035
1033
|
|
|
1036
|
-
.rounded-full{
|
|
1034
|
+
.rounded-full {
|
|
1037
1035
|
border-radius: 9999px;
|
|
1038
1036
|
}
|
|
1039
1037
|
|
|
1040
|
-
.rounded-t-md{
|
|
1038
|
+
.rounded-t-md {
|
|
1041
1039
|
border-top-left-radius: 0.375rem;
|
|
1042
1040
|
border-top-right-radius: 0.375rem;
|
|
1043
1041
|
}
|
|
1044
1042
|
|
|
1045
|
-
.border{
|
|
1043
|
+
.border {
|
|
1046
1044
|
border-width: 1px;
|
|
1047
1045
|
}
|
|
1048
1046
|
|
|
1049
|
-
.border-b{
|
|
1047
|
+
.border-b {
|
|
1050
1048
|
border-bottom-width: 1px;
|
|
1051
1049
|
}
|
|
1052
1050
|
|
|
1053
|
-
.border-dashed{
|
|
1051
|
+
.border-dashed {
|
|
1054
1052
|
border-style: dashed;
|
|
1055
1053
|
}
|
|
1056
1054
|
|
|
1057
|
-
.border-pzh-green{
|
|
1055
|
+
.border-pzh-green {
|
|
1058
1056
|
--tw-border-opacity: 1;
|
|
1059
1057
|
border-color: rgb(0 128 77 / var(--tw-border-opacity));
|
|
1060
1058
|
}
|
|
1061
1059
|
|
|
1062
|
-
.border-pzh-green-light{
|
|
1060
|
+
.border-pzh-green-light {
|
|
1063
1061
|
--tw-border-opacity: 1;
|
|
1064
1062
|
border-color: rgb(97 179 117 / var(--tw-border-opacity));
|
|
1065
1063
|
}
|
|
1066
1064
|
|
|
1067
|
-
.border-pzh-yellow-dark{
|
|
1065
|
+
.border-pzh-yellow-dark {
|
|
1068
1066
|
--tw-border-opacity: 1;
|
|
1069
1067
|
border-color: rgb(198 164 16 / var(--tw-border-opacity));
|
|
1070
1068
|
}
|
|
1071
1069
|
|
|
1072
|
-
.border-pzh-red{
|
|
1070
|
+
.border-pzh-red {
|
|
1073
1071
|
--tw-border-opacity: 1;
|
|
1074
1072
|
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1075
1073
|
}
|
|
1076
1074
|
|
|
1077
|
-
.border-pzh-red-light{
|
|
1075
|
+
.border-pzh-red-light {
|
|
1078
1076
|
--tw-border-opacity: 1;
|
|
1079
1077
|
border-color: rgb(235 112 133 / var(--tw-border-opacity));
|
|
1080
1078
|
}
|
|
1081
1079
|
|
|
1082
|
-
.border-pzh-cool-gray{
|
|
1080
|
+
.border-pzh-cool-gray {
|
|
1083
1081
|
--tw-border-opacity: 1;
|
|
1084
1082
|
border-color: rgb(131 131 131 / var(--tw-border-opacity));
|
|
1085
1083
|
}
|
|
1086
1084
|
|
|
1087
|
-
.border-pzh-blue-dark{
|
|
1085
|
+
.border-pzh-blue-dark {
|
|
1088
1086
|
--tw-border-opacity: 1;
|
|
1089
1087
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1090
1088
|
}
|
|
1091
1089
|
|
|
1092
|
-
.border-opacity-35{
|
|
1090
|
+
.border-opacity-35 {
|
|
1093
1091
|
--tw-border-opacity: 0.35;
|
|
1094
1092
|
}
|
|
1095
1093
|
|
|
1096
|
-
.border-opacity-10{
|
|
1094
|
+
.border-opacity-10 {
|
|
1097
1095
|
--tw-border-opacity: 0.1;
|
|
1098
1096
|
}
|
|
1099
1097
|
|
|
1100
|
-
.border-opacity-100{
|
|
1098
|
+
.border-opacity-100 {
|
|
1101
1099
|
--tw-border-opacity: 1;
|
|
1102
1100
|
}
|
|
1103
1101
|
|
|
1104
|
-
.bg-pzh-blue{
|
|
1102
|
+
.bg-pzh-blue {
|
|
1105
1103
|
--tw-bg-opacity: 1;
|
|
1106
1104
|
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
1107
1105
|
}
|
|
1108
1106
|
|
|
1109
|
-
.bg-pzh-red{
|
|
1107
|
+
.bg-pzh-red {
|
|
1110
1108
|
--tw-bg-opacity: 1;
|
|
1111
1109
|
background-color: rgb(209 31 61 / var(--tw-bg-opacity));
|
|
1112
1110
|
}
|
|
1113
1111
|
|
|
1114
|
-
.bg-pzh-yellow{
|
|
1112
|
+
.bg-pzh-yellow {
|
|
1115
1113
|
--tw-bg-opacity: 1;
|
|
1116
1114
|
background-color: rgb(239 204 54 / var(--tw-bg-opacity));
|
|
1117
1115
|
}
|
|
1118
1116
|
|
|
1119
|
-
.bg-pzh-green{
|
|
1117
|
+
.bg-pzh-green {
|
|
1120
1118
|
--tw-bg-opacity: 1;
|
|
1121
1119
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1122
1120
|
}
|
|
1123
1121
|
|
|
1124
|
-
.bg-white{
|
|
1122
|
+
.bg-white {
|
|
1125
1123
|
--tw-bg-opacity: 1;
|
|
1126
1124
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1127
1125
|
}
|
|
1128
1126
|
|
|
1129
|
-
.bg-pzh-cool-gray-light{
|
|
1127
|
+
.bg-pzh-cool-gray-light {
|
|
1130
1128
|
--tw-bg-opacity: 1;
|
|
1131
1129
|
background-color: rgb(191 191 191 / var(--tw-bg-opacity));
|
|
1132
1130
|
}
|
|
1133
1131
|
|
|
1134
|
-
.bg-pzh-cool-gray-dark{
|
|
1132
|
+
.bg-pzh-cool-gray-dark {
|
|
1135
1133
|
--tw-bg-opacity: 1;
|
|
1136
1134
|
background-color: rgb(92 92 92 / var(--tw-bg-opacity));
|
|
1137
1135
|
}
|
|
1138
1136
|
|
|
1139
|
-
.bg-pzh-blue-light{
|
|
1137
|
+
.bg-pzh-blue-light {
|
|
1140
1138
|
--tw-bg-opacity: 1;
|
|
1141
1139
|
background-color: rgb(123 173 222 / var(--tw-bg-opacity));
|
|
1142
1140
|
}
|
|
1143
1141
|
|
|
1144
|
-
.bg-black{
|
|
1142
|
+
.bg-black {
|
|
1145
1143
|
--tw-bg-opacity: 1;
|
|
1146
1144
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1147
1145
|
}
|
|
1148
1146
|
|
|
1149
|
-
.bg-pzh-gray-200{
|
|
1147
|
+
.bg-pzh-gray-200 {
|
|
1150
1148
|
--tw-bg-opacity: 1;
|
|
1151
1149
|
background-color: rgb(235 235 235 / var(--tw-bg-opacity));
|
|
1152
1150
|
}
|
|
1153
1151
|
|
|
1154
|
-
.bg-opacity-50{
|
|
1152
|
+
.bg-opacity-50 {
|
|
1155
1153
|
--tw-bg-opacity: 0.5;
|
|
1156
1154
|
}
|
|
1157
1155
|
|
|
1158
|
-
.bg-opacity-20{
|
|
1156
|
+
.bg-opacity-20 {
|
|
1159
1157
|
--tw-bg-opacity: 0.2;
|
|
1160
1158
|
}
|
|
1161
1159
|
|
|
1162
|
-
.bg-opacity-80{
|
|
1160
|
+
.bg-opacity-80 {
|
|
1163
1161
|
--tw-bg-opacity: 0.8;
|
|
1164
1162
|
}
|
|
1165
1163
|
|
|
1166
|
-
.p-1{
|
|
1164
|
+
.p-1 {
|
|
1167
1165
|
padding: 0.25rem;
|
|
1168
1166
|
}
|
|
1169
1167
|
|
|
1170
|
-
.p-6{
|
|
1168
|
+
.p-6 {
|
|
1171
1169
|
padding: 1.5rem;
|
|
1172
1170
|
}
|
|
1173
1171
|
|
|
1174
|
-
.p-2{
|
|
1172
|
+
.p-2 {
|
|
1175
1173
|
padding: 0.5rem;
|
|
1176
1174
|
}
|
|
1177
1175
|
|
|
1178
|
-
.px-1\.5{
|
|
1176
|
+
.px-1\.5 {
|
|
1179
1177
|
padding-left: 0.375rem;
|
|
1180
1178
|
padding-right: 0.375rem;
|
|
1181
1179
|
}
|
|
1182
1180
|
|
|
1183
|
-
.px-1{
|
|
1181
|
+
.px-1 {
|
|
1184
1182
|
padding-left: 0.25rem;
|
|
1185
1183
|
padding-right: 0.25rem;
|
|
1186
1184
|
}
|
|
1187
1185
|
|
|
1188
|
-
.px-3{
|
|
1186
|
+
.px-3 {
|
|
1189
1187
|
padding-left: 0.75rem;
|
|
1190
1188
|
padding-right: 0.75rem;
|
|
1191
1189
|
}
|
|
1192
1190
|
|
|
1193
|
-
.py-2{
|
|
1191
|
+
.py-2 {
|
|
1194
1192
|
padding-top: 0.5rem;
|
|
1195
1193
|
padding-bottom: 0.5rem;
|
|
1196
1194
|
}
|
|
1197
1195
|
|
|
1198
|
-
.px-4{
|
|
1196
|
+
.px-4 {
|
|
1199
1197
|
padding-left: 1rem;
|
|
1200
1198
|
padding-right: 1rem;
|
|
1201
1199
|
}
|
|
1202
1200
|
|
|
1203
|
-
.px-\[12px\]{
|
|
1201
|
+
.px-\[12px\] {
|
|
1204
1202
|
padding-left: 12px;
|
|
1205
1203
|
padding-right: 12px;
|
|
1206
1204
|
}
|
|
1207
1205
|
|
|
1208
|
-
.px-6{
|
|
1206
|
+
.px-6 {
|
|
1209
1207
|
padding-left: 1.5rem;
|
|
1210
1208
|
padding-right: 1.5rem;
|
|
1211
1209
|
}
|
|
1212
1210
|
|
|
1213
|
-
.px-2{
|
|
1211
|
+
.px-2 {
|
|
1214
1212
|
padding-left: 0.5rem;
|
|
1215
1213
|
padding-right: 0.5rem;
|
|
1216
1214
|
}
|
|
1217
1215
|
|
|
1218
|
-
.py-6{
|
|
1216
|
+
.py-6 {
|
|
1219
1217
|
padding-top: 1.5rem;
|
|
1220
1218
|
padding-bottom: 1.5rem;
|
|
1221
1219
|
}
|
|
1222
1220
|
|
|
1223
|
-
.py-1{
|
|
1221
|
+
.py-1 {
|
|
1224
1222
|
padding-top: 0.25rem;
|
|
1225
1223
|
padding-bottom: 0.25rem;
|
|
1226
1224
|
}
|
|
1227
1225
|
|
|
1228
|
-
.pr-16{
|
|
1226
|
+
.pr-16 {
|
|
1229
1227
|
padding-right: 4rem;
|
|
1230
1228
|
}
|
|
1231
1229
|
|
|
1232
|
-
.pt-1{
|
|
1230
|
+
.pt-1 {
|
|
1233
1231
|
padding-top: 0.25rem;
|
|
1234
1232
|
}
|
|
1235
1233
|
|
|
1236
|
-
.pr-1{
|
|
1234
|
+
.pr-1 {
|
|
1237
1235
|
padding-right: 0.25rem;
|
|
1238
1236
|
}
|
|
1239
1237
|
|
|
1240
|
-
.pt-\[15px\]{
|
|
1238
|
+
.pt-\[15px\] {
|
|
1241
1239
|
padding-top: 15px;
|
|
1242
1240
|
}
|
|
1243
1241
|
|
|
1244
|
-
.pb-\[12px\]{
|
|
1242
|
+
.pb-\[12px\] {
|
|
1245
1243
|
padding-bottom: 12px;
|
|
1246
1244
|
}
|
|
1247
1245
|
|
|
1248
|
-
.pb-\[9px\]{
|
|
1246
|
+
.pb-\[9px\] {
|
|
1249
1247
|
padding-bottom: 9px;
|
|
1250
1248
|
}
|
|
1251
1249
|
|
|
1252
|
-
.pt-\[12px\]{
|
|
1250
|
+
.pt-\[12px\] {
|
|
1253
1251
|
padding-top: 12px;
|
|
1254
1252
|
}
|
|
1255
1253
|
|
|
1256
|
-
.pt-0{
|
|
1254
|
+
.pt-0 {
|
|
1257
1255
|
padding-top: 0px;
|
|
1258
1256
|
}
|
|
1259
1257
|
|
|
1260
|
-
.pt-2{
|
|
1258
|
+
.pt-2 {
|
|
1261
1259
|
padding-top: 0.5rem;
|
|
1262
1260
|
}
|
|
1263
1261
|
|
|
1264
|
-
.pb-3{
|
|
1262
|
+
.pb-3 {
|
|
1265
1263
|
padding-bottom: 0.75rem;
|
|
1266
1264
|
}
|
|
1267
1265
|
|
|
1268
|
-
.pt-4{
|
|
1266
|
+
.pt-4 {
|
|
1269
1267
|
padding-top: 1rem;
|
|
1270
1268
|
}
|
|
1271
1269
|
|
|
1272
|
-
.pb-4{
|
|
1270
|
+
.pb-4 {
|
|
1273
1271
|
padding-bottom: 1rem;
|
|
1274
1272
|
}
|
|
1275
1273
|
|
|
1276
|
-
.pt-8{
|
|
1274
|
+
.pt-8 {
|
|
1277
1275
|
padding-top: 2rem;
|
|
1278
1276
|
}
|
|
1279
1277
|
|
|
1280
|
-
.pr-8{
|
|
1278
|
+
.pr-8 {
|
|
1281
1279
|
padding-right: 2rem;
|
|
1282
1280
|
}
|
|
1283
1281
|
|
|
1284
|
-
.pb-0{
|
|
1282
|
+
.pb-0 {
|
|
1285
1283
|
padding-bottom: 0px;
|
|
1286
1284
|
}
|
|
1287
1285
|
|
|
1288
|
-
.pb-1\.5{
|
|
1286
|
+
.pb-1\.5 {
|
|
1289
1287
|
padding-bottom: 0.375rem;
|
|
1290
1288
|
}
|
|
1291
1289
|
|
|
1292
|
-
.pb-1{
|
|
1290
|
+
.pb-1 {
|
|
1293
1291
|
padding-bottom: 0.25rem;
|
|
1294
1292
|
}
|
|
1295
1293
|
|
|
1296
|
-
.pl-\[34px\]{
|
|
1294
|
+
.pl-\[34px\] {
|
|
1297
1295
|
padding-left: 34px;
|
|
1298
1296
|
}
|
|
1299
1297
|
|
|
1300
|
-
.text-left{
|
|
1298
|
+
.text-left {
|
|
1301
1299
|
text-align: left;
|
|
1302
1300
|
}
|
|
1303
1301
|
|
|
1304
|
-
.text-center{
|
|
1302
|
+
.text-center {
|
|
1305
1303
|
text-align: center;
|
|
1306
1304
|
}
|
|
1307
1305
|
|
|
1308
|
-
.align-bottom{
|
|
1306
|
+
.align-bottom {
|
|
1309
1307
|
vertical-align: bottom;
|
|
1310
1308
|
}
|
|
1311
1309
|
|
|
1312
|
-
.text-\[16px\]{
|
|
1310
|
+
.text-\[16px\] {
|
|
1313
1311
|
font-size: 16px;
|
|
1314
1312
|
}
|
|
1315
1313
|
|
|
1316
|
-
.text-sm{
|
|
1314
|
+
.text-sm {
|
|
1317
1315
|
font-size: 0.875rem;
|
|
1318
1316
|
}
|
|
1319
1317
|
|
|
1320
|
-
.text-xs{
|
|
1318
|
+
.text-xs {
|
|
1321
1319
|
font-size: 0.75rem;
|
|
1322
1320
|
}
|
|
1323
1321
|
|
|
1324
|
-
.text-base{
|
|
1322
|
+
.text-base {
|
|
1325
1323
|
font-size: 1rem;
|
|
1326
1324
|
}
|
|
1327
1325
|
|
|
1328
|
-
.text-\[0\.8rem\]{
|
|
1326
|
+
.text-\[0\.8rem\] {
|
|
1329
1327
|
font-size: 0.8rem;
|
|
1330
1328
|
}
|
|
1331
1329
|
|
|
1332
|
-
.font-bold{
|
|
1330
|
+
.font-bold {
|
|
1333
1331
|
font-weight: 700;
|
|
1334
1332
|
}
|
|
1335
1333
|
|
|
1336
|
-
.font-normal{
|
|
1334
|
+
.font-normal {
|
|
1337
1335
|
font-weight: 400;
|
|
1338
1336
|
}
|
|
1339
1337
|
|
|
1340
|
-
.uppercase{
|
|
1338
|
+
.uppercase {
|
|
1341
1339
|
text-transform: uppercase;
|
|
1342
1340
|
}
|
|
1343
1341
|
|
|
1344
|
-
.italic{
|
|
1342
|
+
.italic {
|
|
1345
1343
|
font-style: italic;
|
|
1346
1344
|
}
|
|
1347
1345
|
|
|
1348
|
-
.leading-\[30px\]{
|
|
1346
|
+
.leading-\[30px\] {
|
|
1349
1347
|
line-height: 30px;
|
|
1350
1348
|
}
|
|
1351
1349
|
|
|
1352
|
-
.leading-normal{
|
|
1350
|
+
.leading-normal {
|
|
1353
1351
|
line-height: 1.5;
|
|
1354
1352
|
}
|
|
1355
1353
|
|
|
1356
|
-
.leading-5{
|
|
1354
|
+
.leading-5 {
|
|
1357
1355
|
line-height: 1.25rem;
|
|
1358
1356
|
}
|
|
1359
1357
|
|
|
1360
|
-
.leading-\[28px\]{
|
|
1358
|
+
.leading-\[28px\] {
|
|
1361
1359
|
line-height: 28px;
|
|
1362
1360
|
}
|
|
1363
1361
|
|
|
1364
|
-
.leading-none{
|
|
1362
|
+
.leading-none {
|
|
1365
1363
|
line-height: 1;
|
|
1366
1364
|
}
|
|
1367
1365
|
|
|
1368
|
-
.text-pzh-blue-dark{
|
|
1366
|
+
.text-pzh-blue-dark {
|
|
1369
1367
|
--tw-text-opacity: 1;
|
|
1370
1368
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1371
1369
|
}
|
|
1372
1370
|
|
|
1373
|
-
.text-pzh-green{
|
|
1371
|
+
.text-pzh-green {
|
|
1374
1372
|
--tw-text-opacity: 1;
|
|
1375
1373
|
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
1376
1374
|
}
|
|
1377
1375
|
|
|
1378
|
-
.text-pzh-green-light{
|
|
1376
|
+
.text-pzh-green-light {
|
|
1379
1377
|
--tw-text-opacity: 1;
|
|
1380
1378
|
color: rgb(97 179 117 / var(--tw-text-opacity));
|
|
1381
1379
|
}
|
|
1382
1380
|
|
|
1383
|
-
.text-pzh-yellow-dark{
|
|
1381
|
+
.text-pzh-yellow-dark {
|
|
1384
1382
|
--tw-text-opacity: 1;
|
|
1385
1383
|
color: rgb(198 164 16 / var(--tw-text-opacity));
|
|
1386
1384
|
}
|
|
1387
1385
|
|
|
1388
|
-
.text-pzh-red{
|
|
1386
|
+
.text-pzh-red {
|
|
1389
1387
|
--tw-text-opacity: 1;
|
|
1390
1388
|
color: rgb(209 31 61 / var(--tw-text-opacity));
|
|
1391
1389
|
}
|
|
1392
1390
|
|
|
1393
|
-
.text-pzh-red-light{
|
|
1391
|
+
.text-pzh-red-light {
|
|
1394
1392
|
--tw-text-opacity: 1;
|
|
1395
1393
|
color: rgb(235 112 133 / var(--tw-text-opacity));
|
|
1396
1394
|
}
|
|
1397
1395
|
|
|
1398
|
-
.text-pzh-cool-gray{
|
|
1396
|
+
.text-pzh-cool-gray {
|
|
1399
1397
|
--tw-text-opacity: 1;
|
|
1400
1398
|
color: rgb(131 131 131 / var(--tw-text-opacity));
|
|
1401
1399
|
}
|
|
1402
1400
|
|
|
1403
|
-
.text-white{
|
|
1401
|
+
.text-white {
|
|
1404
1402
|
--tw-text-opacity: 1;
|
|
1405
1403
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1406
1404
|
}
|
|
1407
1405
|
|
|
1408
|
-
.text-pzh-blue{
|
|
1406
|
+
.text-pzh-blue {
|
|
1409
1407
|
--tw-text-opacity: 1;
|
|
1410
1408
|
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
1411
1409
|
}
|
|
1412
1410
|
|
|
1413
|
-
.text-opacity-35{
|
|
1411
|
+
.text-opacity-35 {
|
|
1414
1412
|
--tw-text-opacity: 0.35;
|
|
1415
1413
|
}
|
|
1416
1414
|
|
|
1417
|
-
.text-opacity-50{
|
|
1415
|
+
.text-opacity-50 {
|
|
1418
1416
|
--tw-text-opacity: 0.5;
|
|
1419
1417
|
}
|
|
1420
1418
|
|
|
1421
|
-
.text-opacity-55{
|
|
1419
|
+
.text-opacity-55 {
|
|
1422
1420
|
--tw-text-opacity: 0.55;
|
|
1423
1421
|
}
|
|
1424
1422
|
|
|
1425
|
-
.underline{
|
|
1423
|
+
.underline {
|
|
1426
1424
|
-webkit-text-decoration-line: underline;
|
|
1427
1425
|
text-decoration-line: underline;
|
|
1428
1426
|
}
|
|
1429
1427
|
|
|
1430
|
-
.opacity-0{
|
|
1428
|
+
.opacity-0 {
|
|
1431
1429
|
opacity: 0;
|
|
1432
1430
|
}
|
|
1433
1431
|
|
|
1434
|
-
.opacity-100{
|
|
1432
|
+
.opacity-100 {
|
|
1435
1433
|
opacity: 1;
|
|
1436
1434
|
}
|
|
1437
1435
|
|
|
1438
|
-
.opacity-50{
|
|
1436
|
+
.opacity-50 {
|
|
1439
1437
|
opacity: 0.5;
|
|
1440
1438
|
}
|
|
1441
1439
|
|
|
1442
|
-
.shadow-xl{
|
|
1440
|
+
.shadow-xl {
|
|
1443
1441
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1444
1442
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1445
1443
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1446
1444
|
}
|
|
1447
1445
|
|
|
1448
|
-
.shadow-none{
|
|
1446
|
+
.shadow-none {
|
|
1449
1447
|
--tw-shadow: 0 0 #0000;
|
|
1450
1448
|
--tw-shadow-colored: 0 0 #0000;
|
|
1451
1449
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1452
1450
|
}
|
|
1453
1451
|
|
|
1454
|
-
.filter{
|
|
1452
|
+
.filter {
|
|
1455
1453
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1456
1454
|
}
|
|
1457
1455
|
|
|
1458
|
-
.transition{
|
|
1456
|
+
.transition {
|
|
1459
1457
|
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
1460
1458
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1461
1459
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
@@ -1463,39 +1461,39 @@ select{
|
|
|
1463
1461
|
transition-duration: 150ms;
|
|
1464
1462
|
}
|
|
1465
1463
|
|
|
1466
|
-
.transition-opacity{
|
|
1464
|
+
.transition-opacity {
|
|
1467
1465
|
transition-property: opacity;
|
|
1468
1466
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1469
1467
|
transition-duration: 150ms;
|
|
1470
1468
|
}
|
|
1471
1469
|
|
|
1472
|
-
.transition-all{
|
|
1470
|
+
.transition-all {
|
|
1473
1471
|
transition-property: all;
|
|
1474
1472
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1475
1473
|
transition-duration: 150ms;
|
|
1476
1474
|
}
|
|
1477
1475
|
|
|
1478
|
-
.duration-150{
|
|
1476
|
+
.duration-150 {
|
|
1479
1477
|
transition-duration: 150ms;
|
|
1480
1478
|
}
|
|
1481
1479
|
|
|
1482
|
-
.duration-200{
|
|
1480
|
+
.duration-200 {
|
|
1483
1481
|
transition-duration: 200ms;
|
|
1484
1482
|
}
|
|
1485
1483
|
|
|
1486
|
-
.duration-300{
|
|
1484
|
+
.duration-300 {
|
|
1487
1485
|
transition-duration: 300ms;
|
|
1488
1486
|
}
|
|
1489
1487
|
|
|
1490
|
-
.ease-in-out{
|
|
1488
|
+
.ease-in-out {
|
|
1491
1489
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1492
1490
|
}
|
|
1493
1491
|
|
|
1494
|
-
.ease-out{
|
|
1492
|
+
.ease-out {
|
|
1495
1493
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1496
1494
|
}
|
|
1497
1495
|
|
|
1498
|
-
.ease-in{
|
|
1496
|
+
.ease-in {
|
|
1499
1497
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1500
1498
|
}
|
|
1501
1499
|
|
|
@@ -1550,7 +1548,7 @@ h6,
|
|
|
1550
1548
|
font-weight: 700;
|
|
1551
1549
|
}
|
|
1552
1550
|
|
|
1553
|
-
.pzh-transition-colors{
|
|
1551
|
+
.pzh-transition-colors {
|
|
1554
1552
|
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
1555
1553
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1556
1554
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
@@ -1563,7 +1561,7 @@ h6,
|
|
|
1563
1561
|
* Form elements
|
|
1564
1562
|
*/
|
|
1565
1563
|
|
|
1566
|
-
.pzh-button{
|
|
1564
|
+
.pzh-button {
|
|
1567
1565
|
display: inline-block;
|
|
1568
1566
|
border-radius: 0.25rem;
|
|
1569
1567
|
line-height: 1;
|
|
@@ -1577,7 +1575,7 @@ h6,
|
|
|
1577
1575
|
font-weight: 700;
|
|
1578
1576
|
}
|
|
1579
1577
|
|
|
1580
|
-
.pzh-button:focus{
|
|
1578
|
+
.pzh-button:focus {
|
|
1581
1579
|
outline: 2px solid transparent;
|
|
1582
1580
|
outline-offset: 2px;
|
|
1583
1581
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
@@ -1585,7 +1583,7 @@ h6,
|
|
|
1585
1583
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1586
1584
|
}
|
|
1587
1585
|
|
|
1588
|
-
.pzh-button:disabled{
|
|
1586
|
+
.pzh-button:disabled {
|
|
1589
1587
|
cursor: not-allowed;
|
|
1590
1588
|
--tw-bg-opacity: 1;
|
|
1591
1589
|
background-color: rgb(235 235 235 / var(--tw-bg-opacity));
|
|
@@ -1593,7 +1591,7 @@ h6,
|
|
|
1593
1591
|
--tw-text-opacity: 0.35;
|
|
1594
1592
|
}
|
|
1595
1593
|
|
|
1596
|
-
.pzh-form-input{
|
|
1594
|
+
.pzh-form-input {
|
|
1597
1595
|
display: block;
|
|
1598
1596
|
width: 100%;
|
|
1599
1597
|
-webkit-appearance: none;
|
|
@@ -1610,34 +1608,34 @@ h6,
|
|
|
1610
1608
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1611
1609
|
}
|
|
1612
1610
|
|
|
1613
|
-
.pzh-form-input::-moz-placeholder{
|
|
1611
|
+
.pzh-form-input::-moz-placeholder {
|
|
1614
1612
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1615
1613
|
--tw-placeholder-opacity: 0.55;
|
|
1616
1614
|
}
|
|
1617
1615
|
|
|
1618
|
-
.pzh-form-input:-ms-input-placeholder{
|
|
1616
|
+
.pzh-form-input:-ms-input-placeholder {
|
|
1619
1617
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1620
1618
|
--tw-placeholder-opacity: 0.55;
|
|
1621
1619
|
}
|
|
1622
1620
|
|
|
1623
|
-
.pzh-form-input::placeholder{
|
|
1621
|
+
.pzh-form-input::placeholder {
|
|
1624
1622
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1625
1623
|
--tw-placeholder-opacity: 0.55;
|
|
1626
1624
|
}
|
|
1627
1625
|
|
|
1628
|
-
.pzh-form-input:hover{
|
|
1626
|
+
.pzh-form-input:hover {
|
|
1629
1627
|
--tw-border-opacity: 1;
|
|
1630
1628
|
border-color: rgb(160 174 192 / var(--tw-border-opacity));
|
|
1631
1629
|
}
|
|
1632
1630
|
|
|
1633
|
-
.pzh-form-input:focus{
|
|
1631
|
+
.pzh-form-input:focus {
|
|
1634
1632
|
--tw-border-opacity: 1;
|
|
1635
1633
|
border-color: rgb(123 173 222 / var(--tw-border-opacity));
|
|
1636
1634
|
outline: 2px solid transparent;
|
|
1637
1635
|
outline-offset: 2px;
|
|
1638
1636
|
}
|
|
1639
1637
|
|
|
1640
|
-
.pzh-form-input:disabled{
|
|
1638
|
+
.pzh-form-input:disabled {
|
|
1641
1639
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1642
1640
|
--tw-border-opacity: 0.1;
|
|
1643
1641
|
--tw-bg-opacity: 1;
|
|
@@ -1645,12 +1643,12 @@ h6,
|
|
|
1645
1643
|
--tw-text-opacity: 0.55;
|
|
1646
1644
|
}
|
|
1647
1645
|
|
|
1648
|
-
.pzh-form-error, .pzh-form-checkbox.pzh-form-error + span:before, .pzh-form-radio:checked.pzh-form-error + span:before, .pzh-form-radio:not(:checked).pzh-form-error + span:before{
|
|
1646
|
+
.pzh-form-error, .pzh-form-checkbox.pzh-form-error + span:before, .pzh-form-radio:checked.pzh-form-error + span:before, .pzh-form-radio:not(:checked).pzh-form-error + span:before {
|
|
1649
1647
|
--tw-border-opacity: 1;
|
|
1650
1648
|
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1651
1649
|
}
|
|
1652
1650
|
|
|
1653
|
-
.pzh-form-radio:checked + span:before, .pzh-form-radio:not(:checked) + span:before{
|
|
1651
|
+
.pzh-form-radio:checked + span:before, .pzh-form-radio:not(:checked) + span:before {
|
|
1654
1652
|
position: absolute;
|
|
1655
1653
|
left: 0px;
|
|
1656
1654
|
top: 0px;
|
|
@@ -1665,7 +1663,7 @@ h6,
|
|
|
1665
1663
|
content: '';
|
|
1666
1664
|
}
|
|
1667
1665
|
|
|
1668
|
-
.pzh-form-radio:checked + span:after, .pzh-form-radio:not(:checked) + span:after{
|
|
1666
|
+
.pzh-form-radio:checked + span:after, .pzh-form-radio:not(:checked) + span:after {
|
|
1669
1667
|
position: absolute;
|
|
1670
1668
|
top: 0.25rem;
|
|
1671
1669
|
left: 0.25rem;
|
|
@@ -1694,14 +1692,14 @@ h6,
|
|
|
1694
1692
|
transform: scale(1);
|
|
1695
1693
|
}
|
|
1696
1694
|
|
|
1697
|
-
.pzh-form-radio:disabled + span:before, .pzh-form-checkbox:disabled + span:before{
|
|
1695
|
+
.pzh-form-radio:disabled + span:before, .pzh-form-checkbox:disabled + span:before {
|
|
1698
1696
|
--tw-border-opacity: 1;
|
|
1699
1697
|
border-color: rgb(235 235 235 / var(--tw-border-opacity));
|
|
1700
1698
|
--tw-bg-opacity: 1;
|
|
1701
1699
|
background-color: rgb(235 235 235 / var(--tw-bg-opacity));
|
|
1702
1700
|
}
|
|
1703
1701
|
|
|
1704
|
-
.pzh-form-checkbox + span:before{
|
|
1702
|
+
.pzh-form-checkbox + span:before {
|
|
1705
1703
|
position: absolute;
|
|
1706
1704
|
left: 0px;
|
|
1707
1705
|
top: 0px;
|
|
@@ -1721,12 +1719,12 @@ h6,
|
|
|
1721
1719
|
content: '';
|
|
1722
1720
|
}
|
|
1723
1721
|
|
|
1724
|
-
.pzh-form-checkbox:checked:not(:disabled) + span:before{
|
|
1722
|
+
.pzh-form-checkbox:checked:not(:disabled) + span:before {
|
|
1725
1723
|
--tw-bg-opacity: 1;
|
|
1726
1724
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1727
1725
|
}
|
|
1728
1726
|
|
|
1729
|
-
.pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after{
|
|
1727
|
+
.pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after {
|
|
1730
1728
|
position: absolute;
|
|
1731
1729
|
top: 2px;
|
|
1732
1730
|
left: 0.25rem;
|
|
@@ -1746,7 +1744,7 @@ h6,
|
|
|
1746
1744
|
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='rgba(22, 17, 59, 0.35)' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/></svg>");
|
|
1747
1745
|
}
|
|
1748
1746
|
|
|
1749
|
-
.form-field-label{
|
|
1747
|
+
.form-field-label {
|
|
1750
1748
|
margin-bottom: 0.5rem;
|
|
1751
1749
|
display: block;
|
|
1752
1750
|
font-size: 0.75rem;
|
|
@@ -1756,7 +1754,7 @@ h6,
|
|
|
1756
1754
|
color: rgb(74 85 104 / var(--tw-text-opacity));
|
|
1757
1755
|
}
|
|
1758
1756
|
|
|
1759
|
-
.form-field-description{
|
|
1757
|
+
.form-field-description {
|
|
1760
1758
|
margin-bottom: 0.5rem;
|
|
1761
1759
|
font-size: 0.875rem;
|
|
1762
1760
|
--tw-text-opacity: 1;
|
|
@@ -1783,40 +1781,40 @@ h6,
|
|
|
1783
1781
|
display: none;
|
|
1784
1782
|
}
|
|
1785
1783
|
|
|
1786
|
-
.react-datepicker__header{
|
|
1784
|
+
.react-datepicker__header {
|
|
1787
1785
|
border-style: none;
|
|
1788
1786
|
--tw-bg-opacity: 1;
|
|
1789
1787
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1790
1788
|
}
|
|
1791
1789
|
|
|
1792
|
-
.react-datepicker__month{
|
|
1790
|
+
.react-datepicker__month {
|
|
1793
1791
|
margin-left: 0.125rem;
|
|
1794
1792
|
margin-right: 0.125rem;
|
|
1795
1793
|
margin-top: 0px;
|
|
1796
1794
|
}
|
|
1797
1795
|
|
|
1798
|
-
.react-datepicker__day-names{
|
|
1796
|
+
.react-datepicker__day-names {
|
|
1799
1797
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1800
1798
|
--tw-bg-opacity: 0.1;
|
|
1801
1799
|
}
|
|
1802
1800
|
|
|
1803
|
-
.react-datepicker__day-name{
|
|
1801
|
+
.react-datepicker__day-name {
|
|
1804
1802
|
margin-top: 0px;
|
|
1805
1803
|
margin-bottom: 0px;
|
|
1806
1804
|
line-height: 26px;
|
|
1807
1805
|
font-weight: 700;
|
|
1808
1806
|
}
|
|
1809
1807
|
|
|
1810
|
-
.react-datepicker__current-month{
|
|
1808
|
+
.react-datepicker__current-month {
|
|
1811
1809
|
margin-bottom: 0.5rem;
|
|
1812
1810
|
}
|
|
1813
1811
|
|
|
1814
|
-
.react-datepicker__day--outside-month:not(.react-datepicker__day--selected){
|
|
1812
|
+
.react-datepicker__day--outside-month:not(.react-datepicker__day--selected) {
|
|
1815
1813
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1816
1814
|
--tw-text-opacity: 0.35;
|
|
1817
1815
|
}
|
|
1818
1816
|
|
|
1819
|
-
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name{
|
|
1817
|
+
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
|
|
1820
1818
|
margin-left: 0.5rem;
|
|
1821
1819
|
margin-right: 0.5rem;
|
|
1822
1820
|
margin-top: 0.25rem;
|
|
@@ -1826,33 +1824,33 @@ h6,
|
|
|
1826
1824
|
line-height: 28px;
|
|
1827
1825
|
}
|
|
1828
1826
|
|
|
1829
|
-
.react-datepicker__day{
|
|
1827
|
+
.react-datepicker__day {
|
|
1830
1828
|
border-radius: 9999px;
|
|
1831
1829
|
}
|
|
1832
1830
|
|
|
1833
|
-
.react-datepicker__day:hover{
|
|
1831
|
+
.react-datepicker__day:hover {
|
|
1834
1832
|
border-radius: 9999px;
|
|
1835
1833
|
}
|
|
1836
1834
|
|
|
1837
|
-
.react-datepicker__day--today, .react-datepicker__day--today:hover, .react-datepicker__day--keyboard-selected{
|
|
1835
|
+
.react-datepicker__day--today, .react-datepicker__day--today:hover, .react-datepicker__day--keyboard-selected {
|
|
1838
1836
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1839
1837
|
--tw-bg-opacity: 0.1;
|
|
1840
1838
|
--tw-text-opacity: 1;
|
|
1841
1839
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1842
1840
|
}
|
|
1843
1841
|
|
|
1844
|
-
.react-datepicker__day--keyboard-selected:hover{
|
|
1842
|
+
.react-datepicker__day--keyboard-selected:hover {
|
|
1845
1843
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1846
1844
|
--tw-bg-opacity: 0.1;
|
|
1847
1845
|
}
|
|
1848
1846
|
|
|
1849
|
-
.react-datepicker__day--selected, .react-datepicker__day--selected:hover{
|
|
1847
|
+
.react-datepicker__day--selected, .react-datepicker__day--selected:hover {
|
|
1850
1848
|
--tw-bg-opacity: 1;
|
|
1851
1849
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1852
1850
|
font-weight: 700;
|
|
1853
1851
|
}
|
|
1854
1852
|
|
|
1855
|
-
.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before{
|
|
1853
|
+
.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
|
|
1856
1854
|
height: 7px;
|
|
1857
1855
|
width: 7px;
|
|
1858
1856
|
border-width: 0px;
|
|
@@ -1862,7 +1860,7 @@ h6,
|
|
|
1862
1860
|
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
1863
1861
|
}
|
|
1864
1862
|
|
|
1865
|
-
.react-datepicker__navigation-icon{
|
|
1863
|
+
.react-datepicker__navigation-icon {
|
|
1866
1864
|
line-height: 14px;
|
|
1867
1865
|
}
|
|
1868
1866
|
|
|
@@ -1944,247 +1942,241 @@ h6,
|
|
|
1944
1942
|
opacity: 0.55;
|
|
1945
1943
|
}
|
|
1946
1944
|
|
|
1947
|
-
.pzh-drop-shadow {
|
|
1948
|
-
box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
1949
|
-
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
1950
|
-
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
1945
|
.pzh-select-input input {
|
|
1954
1946
|
box-shadow: none !important;
|
|
1955
1947
|
}
|
|
1956
1948
|
|
|
1957
|
-
.hover\:translate-y-0:hover{
|
|
1949
|
+
.hover\:translate-y-0:hover {
|
|
1958
1950
|
--tw-translate-y: 0px;
|
|
1959
1951
|
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));
|
|
1960
1952
|
}
|
|
1961
1953
|
|
|
1962
|
-
.hover\:border-pzh-blue-dark:hover{
|
|
1954
|
+
.hover\:border-pzh-blue-dark:hover {
|
|
1963
1955
|
--tw-border-opacity: 1;
|
|
1964
1956
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1965
1957
|
}
|
|
1966
1958
|
|
|
1967
|
-
.hover\:border-opacity-100:hover{
|
|
1959
|
+
.hover\:border-opacity-100:hover {
|
|
1968
1960
|
--tw-border-opacity: 1;
|
|
1969
1961
|
}
|
|
1970
1962
|
|
|
1971
|
-
.hover\:border-opacity-35:hover{
|
|
1963
|
+
.hover\:border-opacity-35:hover {
|
|
1972
1964
|
--tw-border-opacity: 0.35;
|
|
1973
1965
|
}
|
|
1974
1966
|
|
|
1975
|
-
.hover\:bg-white:hover{
|
|
1967
|
+
.hover\:bg-white:hover {
|
|
1976
1968
|
--tw-bg-opacity: 1;
|
|
1977
1969
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1978
1970
|
}
|
|
1979
1971
|
|
|
1980
|
-
.hover\:bg-pzh-blue-dark:hover{
|
|
1972
|
+
.hover\:bg-pzh-blue-dark:hover {
|
|
1981
1973
|
--tw-bg-opacity: 1;
|
|
1982
1974
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1983
1975
|
}
|
|
1984
1976
|
|
|
1985
|
-
.hover\:bg-pzh-green-dark:hover{
|
|
1977
|
+
.hover\:bg-pzh-green-dark:hover {
|
|
1986
1978
|
--tw-bg-opacity: 1;
|
|
1987
1979
|
background-color: rgb(0 77 46 / var(--tw-bg-opacity));
|
|
1988
1980
|
}
|
|
1989
1981
|
|
|
1990
|
-
.hover\:bg-pzh-gray-100:hover{
|
|
1982
|
+
.hover\:bg-pzh-gray-100:hover {
|
|
1991
1983
|
--tw-bg-opacity: 1;
|
|
1992
1984
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
1993
1985
|
}
|
|
1994
1986
|
|
|
1995
|
-
.hover\:bg-opacity-10:hover{
|
|
1987
|
+
.hover\:bg-opacity-10:hover {
|
|
1996
1988
|
--tw-bg-opacity: 0.1;
|
|
1997
1989
|
}
|
|
1998
1990
|
|
|
1999
|
-
.hover\:text-pzh-blue-dark:hover{
|
|
1991
|
+
.hover\:text-pzh-blue-dark:hover {
|
|
2000
1992
|
--tw-text-opacity: 1;
|
|
2001
1993
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
2002
1994
|
}
|
|
2003
1995
|
|
|
2004
|
-
.hover\:text-pzh-blue:hover{
|
|
1996
|
+
.hover\:text-pzh-blue:hover {
|
|
2005
1997
|
--tw-text-opacity: 1;
|
|
2006
1998
|
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
2007
1999
|
}
|
|
2008
2000
|
|
|
2009
|
-
.hover\:text-white:hover{
|
|
2001
|
+
.hover\:text-white:hover {
|
|
2010
2002
|
--tw-text-opacity: 1;
|
|
2011
2003
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2012
2004
|
}
|
|
2013
2005
|
|
|
2014
|
-
.hover\:text-pzh-green:hover{
|
|
2006
|
+
.hover\:text-pzh-green:hover {
|
|
2015
2007
|
--tw-text-opacity: 1;
|
|
2016
2008
|
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
2017
2009
|
}
|
|
2018
2010
|
|
|
2019
|
-
.hover\:underline:hover{
|
|
2011
|
+
.hover\:underline:hover {
|
|
2020
2012
|
-webkit-text-decoration-line: underline;
|
|
2021
2013
|
text-decoration-line: underline;
|
|
2022
2014
|
}
|
|
2023
2015
|
|
|
2024
|
-
.focus\:bg-pzh-gray-100:focus{
|
|
2016
|
+
.focus\:bg-pzh-gray-100:focus {
|
|
2025
2017
|
--tw-bg-opacity: 1;
|
|
2026
2018
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
2027
2019
|
}
|
|
2028
2020
|
|
|
2029
|
-
.focus\:bg-pzh-blue:focus{
|
|
2021
|
+
.focus\:bg-pzh-blue:focus {
|
|
2030
2022
|
--tw-bg-opacity: 1;
|
|
2031
2023
|
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
2032
2024
|
}
|
|
2033
2025
|
|
|
2034
|
-
.focus\:text-white:focus{
|
|
2026
|
+
.focus\:text-white:focus {
|
|
2035
2027
|
--tw-text-opacity: 1;
|
|
2036
2028
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2037
2029
|
}
|
|
2038
2030
|
|
|
2039
|
-
.focus\:shadow-none:focus{
|
|
2031
|
+
.focus\:shadow-none:focus {
|
|
2040
2032
|
--tw-shadow: 0 0 #0000;
|
|
2041
2033
|
--tw-shadow-colored: 0 0 #0000;
|
|
2042
2034
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2043
2035
|
}
|
|
2044
2036
|
|
|
2045
|
-
.focus\:outline-none:focus{
|
|
2037
|
+
.focus\:outline-none:focus {
|
|
2046
2038
|
outline: 2px solid transparent;
|
|
2047
2039
|
outline-offset: 2px;
|
|
2048
2040
|
}
|
|
2049
2041
|
|
|
2050
|
-
.focus\:ring-2:focus{
|
|
2042
|
+
.focus\:ring-2:focus {
|
|
2051
2043
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2052
2044
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2053
2045
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2054
2046
|
}
|
|
2055
2047
|
|
|
2056
|
-
.focus\:ring-indigo-500:focus{
|
|
2048
|
+
.focus\:ring-indigo-500:focus {
|
|
2057
2049
|
--tw-ring-opacity: 1;
|
|
2058
2050
|
--tw-ring-color: rgb(102 126 234 / var(--tw-ring-opacity));
|
|
2059
2051
|
}
|
|
2060
2052
|
|
|
2061
|
-
.focus\:ring-offset-2:focus{
|
|
2053
|
+
.focus\:ring-offset-2:focus {
|
|
2062
2054
|
--tw-ring-offset-width: 2px;
|
|
2063
2055
|
}
|
|
2064
2056
|
|
|
2065
|
-
.group:hover .group-hover\:opacity-100{
|
|
2057
|
+
.group:hover .group-hover\:opacity-100 {
|
|
2066
2058
|
opacity: 1;
|
|
2067
2059
|
}
|
|
2068
2060
|
|
|
2069
|
-
@media (min-width: 640px){
|
|
2070
|
-
.sm\:my-8{
|
|
2061
|
+
@media (min-width: 640px) {
|
|
2062
|
+
.sm\:my-8 {
|
|
2071
2063
|
margin-top: 2rem;
|
|
2072
2064
|
margin-bottom: 2rem;
|
|
2073
2065
|
}
|
|
2074
2066
|
|
|
2075
|
-
.sm\:mt-8{
|
|
2067
|
+
.sm\:mt-8 {
|
|
2076
2068
|
margin-top: 2rem;
|
|
2077
2069
|
}
|
|
2078
2070
|
|
|
2079
|
-
.sm\:-mt-2{
|
|
2071
|
+
.sm\:-mt-2 {
|
|
2080
2072
|
margin-top: -0.5rem;
|
|
2081
2073
|
}
|
|
2082
2074
|
|
|
2083
|
-
.sm\:-mr-2{
|
|
2075
|
+
.sm\:-mr-2 {
|
|
2084
2076
|
margin-right: -0.5rem;
|
|
2085
2077
|
}
|
|
2086
2078
|
|
|
2087
|
-
.sm\:block{
|
|
2079
|
+
.sm\:block {
|
|
2088
2080
|
display: block;
|
|
2089
2081
|
}
|
|
2090
2082
|
|
|
2091
|
-
.sm\:inline-block{
|
|
2083
|
+
.sm\:inline-block {
|
|
2092
2084
|
display: inline-block;
|
|
2093
2085
|
}
|
|
2094
2086
|
|
|
2095
|
-
.sm\:h-screen{
|
|
2087
|
+
.sm\:h-screen {
|
|
2096
2088
|
height: 100vh;
|
|
2097
2089
|
}
|
|
2098
2090
|
|
|
2099
|
-
.sm\:w-full{
|
|
2091
|
+
.sm\:w-full {
|
|
2100
2092
|
width: 100%;
|
|
2101
2093
|
}
|
|
2102
2094
|
|
|
2103
|
-
.sm\:translate-y-0{
|
|
2095
|
+
.sm\:translate-y-0 {
|
|
2104
2096
|
--tw-translate-y: 0px;
|
|
2105
2097
|
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));
|
|
2106
2098
|
}
|
|
2107
2099
|
|
|
2108
|
-
.sm\:scale-95{
|
|
2100
|
+
.sm\:scale-95 {
|
|
2109
2101
|
--tw-scale-x: .95;
|
|
2110
2102
|
--tw-scale-y: .95;
|
|
2111
2103
|
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));
|
|
2112
2104
|
}
|
|
2113
2105
|
|
|
2114
|
-
.sm\:scale-100{
|
|
2106
|
+
.sm\:scale-100 {
|
|
2115
2107
|
--tw-scale-x: 1;
|
|
2116
2108
|
--tw-scale-y: 1;
|
|
2117
2109
|
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));
|
|
2118
2110
|
}
|
|
2119
2111
|
|
|
2120
|
-
.sm\:items-start{
|
|
2112
|
+
.sm\:items-start {
|
|
2121
2113
|
align-items: flex-start;
|
|
2122
2114
|
}
|
|
2123
2115
|
|
|
2124
|
-
.sm\:p-8{
|
|
2116
|
+
.sm\:p-8 {
|
|
2125
2117
|
padding: 2rem;
|
|
2126
2118
|
}
|
|
2127
2119
|
|
|
2128
|
-
.sm\:p-2{
|
|
2120
|
+
.sm\:p-2 {
|
|
2129
2121
|
padding: 0.5rem;
|
|
2130
2122
|
}
|
|
2131
2123
|
|
|
2132
|
-
.sm\:px-6{
|
|
2124
|
+
.sm\:px-6 {
|
|
2133
2125
|
padding-left: 1.5rem;
|
|
2134
2126
|
padding-right: 1.5rem;
|
|
2135
2127
|
}
|
|
2136
2128
|
|
|
2137
|
-
.sm\:py-10{
|
|
2129
|
+
.sm\:py-10 {
|
|
2138
2130
|
padding-top: 2.5rem;
|
|
2139
2131
|
padding-bottom: 2.5rem;
|
|
2140
2132
|
}
|
|
2141
2133
|
|
|
2142
|
-
.sm\:pt-1{
|
|
2134
|
+
.sm\:pt-1 {
|
|
2143
2135
|
padding-top: 0.25rem;
|
|
2144
2136
|
}
|
|
2145
2137
|
|
|
2146
|
-
.sm\:pr-2{
|
|
2138
|
+
.sm\:pr-2 {
|
|
2147
2139
|
padding-right: 0.5rem;
|
|
2148
2140
|
}
|
|
2149
2141
|
|
|
2150
|
-
.sm\:text-center{
|
|
2142
|
+
.sm\:text-center {
|
|
2151
2143
|
text-align: center;
|
|
2152
2144
|
}
|
|
2153
2145
|
|
|
2154
|
-
.sm\:align-middle{
|
|
2146
|
+
.sm\:align-middle {
|
|
2155
2147
|
vertical-align: middle;
|
|
2156
2148
|
}
|
|
2157
2149
|
}
|
|
2158
2150
|
|
|
2159
|
-
@media (min-width: 768px){
|
|
2160
|
-
.md\:ml-4{
|
|
2151
|
+
@media (min-width: 768px) {
|
|
2152
|
+
.md\:ml-4 {
|
|
2161
2153
|
margin-left: 1rem;
|
|
2162
2154
|
}
|
|
2163
2155
|
|
|
2164
|
-
.md\:flex{
|
|
2156
|
+
.md\:flex {
|
|
2165
2157
|
display: flex;
|
|
2166
2158
|
}
|
|
2167
2159
|
|
|
2168
|
-
.md\:hidden{
|
|
2160
|
+
.md\:hidden {
|
|
2169
2161
|
display: none;
|
|
2170
2162
|
}
|
|
2171
2163
|
|
|
2172
|
-
.md\:p-4{
|
|
2164
|
+
.md\:p-4 {
|
|
2173
2165
|
padding: 1rem;
|
|
2174
2166
|
}
|
|
2175
2167
|
|
|
2176
|
-
.md\:pb-4{
|
|
2168
|
+
.md\:pb-4 {
|
|
2177
2169
|
padding-bottom: 1rem;
|
|
2178
2170
|
}
|
|
2179
2171
|
|
|
2180
|
-
.md\:text-base{
|
|
2172
|
+
.md\:text-base {
|
|
2181
2173
|
font-size: 1rem;
|
|
2182
2174
|
}
|
|
2183
2175
|
}
|
|
2184
2176
|
|
|
2185
|
-
@media (min-width: 1024px){
|
|
2186
|
-
.lg\:px-8{
|
|
2177
|
+
@media (min-width: 1024px) {
|
|
2178
|
+
.lg\:px-8 {
|
|
2187
2179
|
padding-left: 2rem;
|
|
2188
2180
|
padding-right: 2rem;
|
|
2189
2181
|
}
|
|
2190
|
-
}
|
|
2182
|
+
}
|