@pzh-ui/css 0.0.45 → 0.0.48
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 +339 -319
- package/src/tailwind.src.css +23 -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,781 @@ 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-
|
|
1440
|
+
.shadow-card {
|
|
1441
|
+
--tw-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07), 0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275), 0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
1442
|
+
--tw-shadow-colored: 0px 18px 60px var(--tw-shadow-color), 0px 4.02054px 13.4018px var(--tw-shadow-color), 0px 1.19702px 3.99006px var(--tw-shadow-color);
|
|
1443
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.shadow-xl {
|
|
1443
1447
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1444
1448
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1445
1449
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1446
1450
|
}
|
|
1447
1451
|
|
|
1448
|
-
.shadow-none{
|
|
1452
|
+
.shadow-none {
|
|
1449
1453
|
--tw-shadow: 0 0 #0000;
|
|
1450
1454
|
--tw-shadow-colored: 0 0 #0000;
|
|
1451
1455
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1452
1456
|
}
|
|
1453
1457
|
|
|
1454
|
-
.filter{
|
|
1458
|
+
.filter {
|
|
1455
1459
|
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
1460
|
}
|
|
1457
1461
|
|
|
1458
|
-
.transition{
|
|
1462
|
+
.transition {
|
|
1459
1463
|
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
1460
1464
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1461
1465
|
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 +1467,39 @@ select{
|
|
|
1463
1467
|
transition-duration: 150ms;
|
|
1464
1468
|
}
|
|
1465
1469
|
|
|
1466
|
-
.transition-opacity{
|
|
1470
|
+
.transition-opacity {
|
|
1467
1471
|
transition-property: opacity;
|
|
1468
1472
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1469
1473
|
transition-duration: 150ms;
|
|
1470
1474
|
}
|
|
1471
1475
|
|
|
1472
|
-
.transition-all{
|
|
1476
|
+
.transition-all {
|
|
1473
1477
|
transition-property: all;
|
|
1474
1478
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1475
1479
|
transition-duration: 150ms;
|
|
1476
1480
|
}
|
|
1477
1481
|
|
|
1478
|
-
.duration-150{
|
|
1482
|
+
.duration-150 {
|
|
1479
1483
|
transition-duration: 150ms;
|
|
1480
1484
|
}
|
|
1481
1485
|
|
|
1482
|
-
.duration-200{
|
|
1486
|
+
.duration-200 {
|
|
1483
1487
|
transition-duration: 200ms;
|
|
1484
1488
|
}
|
|
1485
1489
|
|
|
1486
|
-
.duration-300{
|
|
1490
|
+
.duration-300 {
|
|
1487
1491
|
transition-duration: 300ms;
|
|
1488
1492
|
}
|
|
1489
1493
|
|
|
1490
|
-
.ease-in-out{
|
|
1494
|
+
.ease-in-out {
|
|
1491
1495
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1492
1496
|
}
|
|
1493
1497
|
|
|
1494
|
-
.ease-out{
|
|
1498
|
+
.ease-out {
|
|
1495
1499
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1496
1500
|
}
|
|
1497
1501
|
|
|
1498
|
-
.ease-in{
|
|
1502
|
+
.ease-in {
|
|
1499
1503
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1500
1504
|
}
|
|
1501
1505
|
|
|
@@ -1550,7 +1554,7 @@ h6,
|
|
|
1550
1554
|
font-weight: 700;
|
|
1551
1555
|
}
|
|
1552
1556
|
|
|
1553
|
-
.pzh-transition-colors{
|
|
1557
|
+
.pzh-transition-colors {
|
|
1554
1558
|
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
1555
1559
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1556
1560
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
@@ -1563,7 +1567,7 @@ h6,
|
|
|
1563
1567
|
* Form elements
|
|
1564
1568
|
*/
|
|
1565
1569
|
|
|
1566
|
-
.pzh-button{
|
|
1570
|
+
.pzh-button {
|
|
1567
1571
|
display: inline-block;
|
|
1568
1572
|
border-radius: 0.25rem;
|
|
1569
1573
|
line-height: 1;
|
|
@@ -1577,7 +1581,7 @@ h6,
|
|
|
1577
1581
|
font-weight: 700;
|
|
1578
1582
|
}
|
|
1579
1583
|
|
|
1580
|
-
.pzh-button:focus{
|
|
1584
|
+
.pzh-button:focus {
|
|
1581
1585
|
outline: 2px solid transparent;
|
|
1582
1586
|
outline-offset: 2px;
|
|
1583
1587
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
@@ -1585,7 +1589,7 @@ h6,
|
|
|
1585
1589
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1586
1590
|
}
|
|
1587
1591
|
|
|
1588
|
-
.pzh-button:disabled{
|
|
1592
|
+
.pzh-button:disabled {
|
|
1589
1593
|
cursor: not-allowed;
|
|
1590
1594
|
--tw-bg-opacity: 1;
|
|
1591
1595
|
background-color: rgb(235 235 235 / var(--tw-bg-opacity));
|
|
@@ -1593,7 +1597,7 @@ h6,
|
|
|
1593
1597
|
--tw-text-opacity: 0.35;
|
|
1594
1598
|
}
|
|
1595
1599
|
|
|
1596
|
-
.pzh-form-input{
|
|
1600
|
+
.pzh-form-input {
|
|
1597
1601
|
display: block;
|
|
1598
1602
|
width: 100%;
|
|
1599
1603
|
-webkit-appearance: none;
|
|
@@ -1610,34 +1614,34 @@ h6,
|
|
|
1610
1614
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1611
1615
|
}
|
|
1612
1616
|
|
|
1613
|
-
.pzh-form-input::-moz-placeholder{
|
|
1617
|
+
.pzh-form-input::-moz-placeholder {
|
|
1614
1618
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1615
1619
|
--tw-placeholder-opacity: 0.55;
|
|
1616
1620
|
}
|
|
1617
1621
|
|
|
1618
|
-
.pzh-form-input:-ms-input-placeholder{
|
|
1622
|
+
.pzh-form-input:-ms-input-placeholder {
|
|
1619
1623
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1620
1624
|
--tw-placeholder-opacity: 0.55;
|
|
1621
1625
|
}
|
|
1622
1626
|
|
|
1623
|
-
.pzh-form-input::placeholder{
|
|
1627
|
+
.pzh-form-input::placeholder {
|
|
1624
1628
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1625
1629
|
--tw-placeholder-opacity: 0.55;
|
|
1626
1630
|
}
|
|
1627
1631
|
|
|
1628
|
-
.pzh-form-input:hover{
|
|
1632
|
+
.pzh-form-input:hover {
|
|
1629
1633
|
--tw-border-opacity: 1;
|
|
1630
1634
|
border-color: rgb(160 174 192 / var(--tw-border-opacity));
|
|
1631
1635
|
}
|
|
1632
1636
|
|
|
1633
|
-
.pzh-form-input:focus{
|
|
1637
|
+
.pzh-form-input:focus {
|
|
1634
1638
|
--tw-border-opacity: 1;
|
|
1635
1639
|
border-color: rgb(123 173 222 / var(--tw-border-opacity));
|
|
1636
1640
|
outline: 2px solid transparent;
|
|
1637
1641
|
outline-offset: 2px;
|
|
1638
1642
|
}
|
|
1639
1643
|
|
|
1640
|
-
.pzh-form-input:disabled{
|
|
1644
|
+
.pzh-form-input:disabled {
|
|
1641
1645
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1642
1646
|
--tw-border-opacity: 0.1;
|
|
1643
1647
|
--tw-bg-opacity: 1;
|
|
@@ -1645,12 +1649,12 @@ h6,
|
|
|
1645
1649
|
--tw-text-opacity: 0.55;
|
|
1646
1650
|
}
|
|
1647
1651
|
|
|
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{
|
|
1652
|
+
.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
1653
|
--tw-border-opacity: 1;
|
|
1650
1654
|
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1651
1655
|
}
|
|
1652
1656
|
|
|
1653
|
-
.pzh-form-radio:checked + span:before, .pzh-form-radio:not(:checked) + span:before{
|
|
1657
|
+
.pzh-form-radio:checked + span:before, .pzh-form-radio:not(:checked) + span:before {
|
|
1654
1658
|
position: absolute;
|
|
1655
1659
|
left: 0px;
|
|
1656
1660
|
top: 0px;
|
|
@@ -1665,7 +1669,7 @@ h6,
|
|
|
1665
1669
|
content: '';
|
|
1666
1670
|
}
|
|
1667
1671
|
|
|
1668
|
-
.pzh-form-radio:checked + span:after, .pzh-form-radio:not(:checked) + span:after{
|
|
1672
|
+
.pzh-form-radio:checked + span:after, .pzh-form-radio:not(:checked) + span:after {
|
|
1669
1673
|
position: absolute;
|
|
1670
1674
|
top: 0.25rem;
|
|
1671
1675
|
left: 0.25rem;
|
|
@@ -1694,14 +1698,14 @@ h6,
|
|
|
1694
1698
|
transform: scale(1);
|
|
1695
1699
|
}
|
|
1696
1700
|
|
|
1697
|
-
.pzh-form-radio:disabled + span:before, .pzh-form-checkbox:disabled + span:before{
|
|
1701
|
+
.pzh-form-radio:disabled + span:before, .pzh-form-checkbox:disabled + span:before {
|
|
1698
1702
|
--tw-border-opacity: 1;
|
|
1699
1703
|
border-color: rgb(235 235 235 / var(--tw-border-opacity));
|
|
1700
1704
|
--tw-bg-opacity: 1;
|
|
1701
1705
|
background-color: rgb(235 235 235 / var(--tw-bg-opacity));
|
|
1702
1706
|
}
|
|
1703
1707
|
|
|
1704
|
-
.pzh-form-checkbox + span:before{
|
|
1708
|
+
.pzh-form-checkbox + span:before {
|
|
1705
1709
|
position: absolute;
|
|
1706
1710
|
left: 0px;
|
|
1707
1711
|
top: 0px;
|
|
@@ -1721,12 +1725,12 @@ h6,
|
|
|
1721
1725
|
content: '';
|
|
1722
1726
|
}
|
|
1723
1727
|
|
|
1724
|
-
.pzh-form-checkbox:checked:not(:disabled) + span:before{
|
|
1728
|
+
.pzh-form-checkbox:checked:not(:disabled) + span:before {
|
|
1725
1729
|
--tw-bg-opacity: 1;
|
|
1726
1730
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1727
1731
|
}
|
|
1728
1732
|
|
|
1729
|
-
.pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after{
|
|
1733
|
+
.pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after {
|
|
1730
1734
|
position: absolute;
|
|
1731
1735
|
top: 2px;
|
|
1732
1736
|
left: 0.25rem;
|
|
@@ -1746,7 +1750,7 @@ h6,
|
|
|
1746
1750
|
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
1751
|
}
|
|
1748
1752
|
|
|
1749
|
-
.form-field-label{
|
|
1753
|
+
.form-field-label {
|
|
1750
1754
|
margin-bottom: 0.5rem;
|
|
1751
1755
|
display: block;
|
|
1752
1756
|
font-size: 0.75rem;
|
|
@@ -1756,7 +1760,7 @@ h6,
|
|
|
1756
1760
|
color: rgb(74 85 104 / var(--tw-text-opacity));
|
|
1757
1761
|
}
|
|
1758
1762
|
|
|
1759
|
-
.form-field-description{
|
|
1763
|
+
.form-field-description {
|
|
1760
1764
|
margin-bottom: 0.5rem;
|
|
1761
1765
|
font-size: 0.875rem;
|
|
1762
1766
|
--tw-text-opacity: 1;
|
|
@@ -1783,40 +1787,40 @@ h6,
|
|
|
1783
1787
|
display: none;
|
|
1784
1788
|
}
|
|
1785
1789
|
|
|
1786
|
-
.react-datepicker__header{
|
|
1790
|
+
.react-datepicker__header {
|
|
1787
1791
|
border-style: none;
|
|
1788
1792
|
--tw-bg-opacity: 1;
|
|
1789
1793
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.react-datepicker__month{
|
|
1796
|
+
.react-datepicker__month {
|
|
1793
1797
|
margin-left: 0.125rem;
|
|
1794
1798
|
margin-right: 0.125rem;
|
|
1795
1799
|
margin-top: 0px;
|
|
1796
1800
|
}
|
|
1797
1801
|
|
|
1798
|
-
.react-datepicker__day-names{
|
|
1802
|
+
.react-datepicker__day-names {
|
|
1799
1803
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1800
1804
|
--tw-bg-opacity: 0.1;
|
|
1801
1805
|
}
|
|
1802
1806
|
|
|
1803
|
-
.react-datepicker__day-name{
|
|
1807
|
+
.react-datepicker__day-name {
|
|
1804
1808
|
margin-top: 0px;
|
|
1805
1809
|
margin-bottom: 0px;
|
|
1806
1810
|
line-height: 26px;
|
|
1807
1811
|
font-weight: 700;
|
|
1808
1812
|
}
|
|
1809
1813
|
|
|
1810
|
-
.react-datepicker__current-month{
|
|
1814
|
+
.react-datepicker__current-month {
|
|
1811
1815
|
margin-bottom: 0.5rem;
|
|
1812
1816
|
}
|
|
1813
1817
|
|
|
1814
|
-
.react-datepicker__day--outside-month:not(.react-datepicker__day--selected){
|
|
1818
|
+
.react-datepicker__day--outside-month:not(.react-datepicker__day--selected) {
|
|
1815
1819
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1816
1820
|
--tw-text-opacity: 0.35;
|
|
1817
1821
|
}
|
|
1818
1822
|
|
|
1819
|
-
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name{
|
|
1823
|
+
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
|
|
1820
1824
|
margin-left: 0.5rem;
|
|
1821
1825
|
margin-right: 0.5rem;
|
|
1822
1826
|
margin-top: 0.25rem;
|
|
@@ -1826,33 +1830,33 @@ h6,
|
|
|
1826
1830
|
line-height: 28px;
|
|
1827
1831
|
}
|
|
1828
1832
|
|
|
1829
|
-
.react-datepicker__day{
|
|
1833
|
+
.react-datepicker__day {
|
|
1830
1834
|
border-radius: 9999px;
|
|
1831
1835
|
}
|
|
1832
1836
|
|
|
1833
|
-
.react-datepicker__day:hover{
|
|
1837
|
+
.react-datepicker__day:hover {
|
|
1834
1838
|
border-radius: 9999px;
|
|
1835
1839
|
}
|
|
1836
1840
|
|
|
1837
|
-
.react-datepicker__day--today, .react-datepicker__day--today:hover, .react-datepicker__day--keyboard-selected{
|
|
1841
|
+
.react-datepicker__day--today, .react-datepicker__day--today:hover, .react-datepicker__day--keyboard-selected {
|
|
1838
1842
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1839
1843
|
--tw-bg-opacity: 0.1;
|
|
1840
1844
|
--tw-text-opacity: 1;
|
|
1841
1845
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1842
1846
|
}
|
|
1843
1847
|
|
|
1844
|
-
.react-datepicker__day--keyboard-selected:hover{
|
|
1848
|
+
.react-datepicker__day--keyboard-selected:hover {
|
|
1845
1849
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1846
1850
|
--tw-bg-opacity: 0.1;
|
|
1847
1851
|
}
|
|
1848
1852
|
|
|
1849
|
-
.react-datepicker__day--selected, .react-datepicker__day--selected:hover{
|
|
1853
|
+
.react-datepicker__day--selected, .react-datepicker__day--selected:hover {
|
|
1850
1854
|
--tw-bg-opacity: 1;
|
|
1851
1855
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1852
1856
|
font-weight: 700;
|
|
1853
1857
|
}
|
|
1854
1858
|
|
|
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{
|
|
1859
|
+
.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
1860
|
height: 7px;
|
|
1857
1861
|
width: 7px;
|
|
1858
1862
|
border-width: 0px;
|
|
@@ -1862,7 +1866,7 @@ h6,
|
|
|
1862
1866
|
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
1863
1867
|
}
|
|
1864
1868
|
|
|
1865
|
-
.react-datepicker__navigation-icon{
|
|
1869
|
+
.react-datepicker__navigation-icon {
|
|
1866
1870
|
line-height: 14px;
|
|
1867
1871
|
}
|
|
1868
1872
|
|
|
@@ -1930,6 +1934,28 @@ h6,
|
|
|
1930
1934
|
font-size: 1rem;
|
|
1931
1935
|
}
|
|
1932
1936
|
|
|
1937
|
+
.quill .ql-container .ql-editor p,
|
|
1938
|
+
.quill .ql-container .ql-editor ul {
|
|
1939
|
+
margin-bottom: 20px;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
.quill .ql-container .ql-editor ul {
|
|
1943
|
+
padding-left: 0;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
.quill .ql-container .ql-editor strong {
|
|
1947
|
+
font-family: 'Karbon Medium', sans-serif;
|
|
1948
|
+
font-weight: 700;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
.quill .ql-container .ql-editor ul li {
|
|
1952
|
+
padding-left: 20px;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.quill .ql-container .ql-editor ul li.ql-indent-1 {
|
|
1956
|
+
padding-left: 40px;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1933
1959
|
.quill .editor.ql-container.ql-snow .ql-editor h2 {
|
|
1934
1960
|
font-size: 1.125rem;
|
|
1935
1961
|
margin-top: 10px;
|
|
@@ -1944,247 +1970,241 @@ h6,
|
|
|
1944
1970
|
opacity: 0.55;
|
|
1945
1971
|
}
|
|
1946
1972
|
|
|
1947
|
-
.pzh-box-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
1973
|
.pzh-select-input input {
|
|
1954
1974
|
box-shadow: none !important;
|
|
1955
1975
|
}
|
|
1956
1976
|
|
|
1957
|
-
.hover\:translate-y-0:hover{
|
|
1977
|
+
.hover\:translate-y-0:hover {
|
|
1958
1978
|
--tw-translate-y: 0px;
|
|
1959
1979
|
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
1980
|
}
|
|
1961
1981
|
|
|
1962
|
-
.hover\:border-pzh-blue-dark:hover{
|
|
1982
|
+
.hover\:border-pzh-blue-dark:hover {
|
|
1963
1983
|
--tw-border-opacity: 1;
|
|
1964
1984
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1965
1985
|
}
|
|
1966
1986
|
|
|
1967
|
-
.hover\:border-opacity-100:hover{
|
|
1987
|
+
.hover\:border-opacity-100:hover {
|
|
1968
1988
|
--tw-border-opacity: 1;
|
|
1969
1989
|
}
|
|
1970
1990
|
|
|
1971
|
-
.hover\:border-opacity-35:hover{
|
|
1991
|
+
.hover\:border-opacity-35:hover {
|
|
1972
1992
|
--tw-border-opacity: 0.35;
|
|
1973
1993
|
}
|
|
1974
1994
|
|
|
1975
|
-
.hover\:bg-white:hover{
|
|
1995
|
+
.hover\:bg-white:hover {
|
|
1976
1996
|
--tw-bg-opacity: 1;
|
|
1977
1997
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1978
1998
|
}
|
|
1979
1999
|
|
|
1980
|
-
.hover\:bg-pzh-blue-dark:hover{
|
|
2000
|
+
.hover\:bg-pzh-blue-dark:hover {
|
|
1981
2001
|
--tw-bg-opacity: 1;
|
|
1982
2002
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1983
2003
|
}
|
|
1984
2004
|
|
|
1985
|
-
.hover\:bg-pzh-green-dark:hover{
|
|
2005
|
+
.hover\:bg-pzh-green-dark:hover {
|
|
1986
2006
|
--tw-bg-opacity: 1;
|
|
1987
2007
|
background-color: rgb(0 77 46 / var(--tw-bg-opacity));
|
|
1988
2008
|
}
|
|
1989
2009
|
|
|
1990
|
-
.hover\:bg-pzh-gray-100:hover{
|
|
2010
|
+
.hover\:bg-pzh-gray-100:hover {
|
|
1991
2011
|
--tw-bg-opacity: 1;
|
|
1992
2012
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
1993
2013
|
}
|
|
1994
2014
|
|
|
1995
|
-
.hover\:bg-opacity-10:hover{
|
|
2015
|
+
.hover\:bg-opacity-10:hover {
|
|
1996
2016
|
--tw-bg-opacity: 0.1;
|
|
1997
2017
|
}
|
|
1998
2018
|
|
|
1999
|
-
.hover\:text-pzh-blue-dark:hover{
|
|
2019
|
+
.hover\:text-pzh-blue-dark:hover {
|
|
2000
2020
|
--tw-text-opacity: 1;
|
|
2001
2021
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
2002
2022
|
}
|
|
2003
2023
|
|
|
2004
|
-
.hover\:text-pzh-blue:hover{
|
|
2024
|
+
.hover\:text-pzh-blue:hover {
|
|
2005
2025
|
--tw-text-opacity: 1;
|
|
2006
2026
|
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
2007
2027
|
}
|
|
2008
2028
|
|
|
2009
|
-
.hover\:text-white:hover{
|
|
2029
|
+
.hover\:text-white:hover {
|
|
2010
2030
|
--tw-text-opacity: 1;
|
|
2011
2031
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2012
2032
|
}
|
|
2013
2033
|
|
|
2014
|
-
.hover\:text-pzh-green:hover{
|
|
2034
|
+
.hover\:text-pzh-green:hover {
|
|
2015
2035
|
--tw-text-opacity: 1;
|
|
2016
2036
|
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
2017
2037
|
}
|
|
2018
2038
|
|
|
2019
|
-
.hover\:underline:hover{
|
|
2039
|
+
.hover\:underline:hover {
|
|
2020
2040
|
-webkit-text-decoration-line: underline;
|
|
2021
2041
|
text-decoration-line: underline;
|
|
2022
2042
|
}
|
|
2023
2043
|
|
|
2024
|
-
.focus\:bg-pzh-gray-100:focus{
|
|
2044
|
+
.focus\:bg-pzh-gray-100:focus {
|
|
2025
2045
|
--tw-bg-opacity: 1;
|
|
2026
2046
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
2027
2047
|
}
|
|
2028
2048
|
|
|
2029
|
-
.focus\:bg-pzh-blue:focus{
|
|
2049
|
+
.focus\:bg-pzh-blue:focus {
|
|
2030
2050
|
--tw-bg-opacity: 1;
|
|
2031
2051
|
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
2032
2052
|
}
|
|
2033
2053
|
|
|
2034
|
-
.focus\:text-white:focus{
|
|
2054
|
+
.focus\:text-white:focus {
|
|
2035
2055
|
--tw-text-opacity: 1;
|
|
2036
2056
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2037
2057
|
}
|
|
2038
2058
|
|
|
2039
|
-
.focus\:shadow-none:focus{
|
|
2059
|
+
.focus\:shadow-none:focus {
|
|
2040
2060
|
--tw-shadow: 0 0 #0000;
|
|
2041
2061
|
--tw-shadow-colored: 0 0 #0000;
|
|
2042
2062
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2043
2063
|
}
|
|
2044
2064
|
|
|
2045
|
-
.focus\:outline-none:focus{
|
|
2065
|
+
.focus\:outline-none:focus {
|
|
2046
2066
|
outline: 2px solid transparent;
|
|
2047
2067
|
outline-offset: 2px;
|
|
2048
2068
|
}
|
|
2049
2069
|
|
|
2050
|
-
.focus\:ring-2:focus{
|
|
2070
|
+
.focus\:ring-2:focus {
|
|
2051
2071
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2052
2072
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2053
2073
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2054
2074
|
}
|
|
2055
2075
|
|
|
2056
|
-
.focus\:ring-indigo-500:focus{
|
|
2076
|
+
.focus\:ring-indigo-500:focus {
|
|
2057
2077
|
--tw-ring-opacity: 1;
|
|
2058
2078
|
--tw-ring-color: rgb(102 126 234 / var(--tw-ring-opacity));
|
|
2059
2079
|
}
|
|
2060
2080
|
|
|
2061
|
-
.focus\:ring-offset-2:focus{
|
|
2081
|
+
.focus\:ring-offset-2:focus {
|
|
2062
2082
|
--tw-ring-offset-width: 2px;
|
|
2063
2083
|
}
|
|
2064
2084
|
|
|
2065
|
-
.group:hover .group-hover\:opacity-100{
|
|
2085
|
+
.group:hover .group-hover\:opacity-100 {
|
|
2066
2086
|
opacity: 1;
|
|
2067
2087
|
}
|
|
2068
2088
|
|
|
2069
|
-
@media (min-width: 640px){
|
|
2070
|
-
.sm\:my-8{
|
|
2089
|
+
@media (min-width: 640px) {
|
|
2090
|
+
.sm\:my-8 {
|
|
2071
2091
|
margin-top: 2rem;
|
|
2072
2092
|
margin-bottom: 2rem;
|
|
2073
2093
|
}
|
|
2074
2094
|
|
|
2075
|
-
.sm\:mt-8{
|
|
2095
|
+
.sm\:mt-8 {
|
|
2076
2096
|
margin-top: 2rem;
|
|
2077
2097
|
}
|
|
2078
2098
|
|
|
2079
|
-
.sm\:-mt-2{
|
|
2099
|
+
.sm\:-mt-2 {
|
|
2080
2100
|
margin-top: -0.5rem;
|
|
2081
2101
|
}
|
|
2082
2102
|
|
|
2083
|
-
.sm\:-mr-2{
|
|
2103
|
+
.sm\:-mr-2 {
|
|
2084
2104
|
margin-right: -0.5rem;
|
|
2085
2105
|
}
|
|
2086
2106
|
|
|
2087
|
-
.sm\:block{
|
|
2107
|
+
.sm\:block {
|
|
2088
2108
|
display: block;
|
|
2089
2109
|
}
|
|
2090
2110
|
|
|
2091
|
-
.sm\:inline-block{
|
|
2111
|
+
.sm\:inline-block {
|
|
2092
2112
|
display: inline-block;
|
|
2093
2113
|
}
|
|
2094
2114
|
|
|
2095
|
-
.sm\:h-screen{
|
|
2115
|
+
.sm\:h-screen {
|
|
2096
2116
|
height: 100vh;
|
|
2097
2117
|
}
|
|
2098
2118
|
|
|
2099
|
-
.sm\:w-full{
|
|
2119
|
+
.sm\:w-full {
|
|
2100
2120
|
width: 100%;
|
|
2101
2121
|
}
|
|
2102
2122
|
|
|
2103
|
-
.sm\:translate-y-0{
|
|
2123
|
+
.sm\:translate-y-0 {
|
|
2104
2124
|
--tw-translate-y: 0px;
|
|
2105
2125
|
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
2126
|
}
|
|
2107
2127
|
|
|
2108
|
-
.sm\:scale-95{
|
|
2128
|
+
.sm\:scale-95 {
|
|
2109
2129
|
--tw-scale-x: .95;
|
|
2110
2130
|
--tw-scale-y: .95;
|
|
2111
2131
|
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
2132
|
}
|
|
2113
2133
|
|
|
2114
|
-
.sm\:scale-100{
|
|
2134
|
+
.sm\:scale-100 {
|
|
2115
2135
|
--tw-scale-x: 1;
|
|
2116
2136
|
--tw-scale-y: 1;
|
|
2117
2137
|
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
2138
|
}
|
|
2119
2139
|
|
|
2120
|
-
.sm\:items-start{
|
|
2140
|
+
.sm\:items-start {
|
|
2121
2141
|
align-items: flex-start;
|
|
2122
2142
|
}
|
|
2123
2143
|
|
|
2124
|
-
.sm\:p-8{
|
|
2144
|
+
.sm\:p-8 {
|
|
2125
2145
|
padding: 2rem;
|
|
2126
2146
|
}
|
|
2127
2147
|
|
|
2128
|
-
.sm\:p-2{
|
|
2148
|
+
.sm\:p-2 {
|
|
2129
2149
|
padding: 0.5rem;
|
|
2130
2150
|
}
|
|
2131
2151
|
|
|
2132
|
-
.sm\:px-6{
|
|
2152
|
+
.sm\:px-6 {
|
|
2133
2153
|
padding-left: 1.5rem;
|
|
2134
2154
|
padding-right: 1.5rem;
|
|
2135
2155
|
}
|
|
2136
2156
|
|
|
2137
|
-
.sm\:py-10{
|
|
2157
|
+
.sm\:py-10 {
|
|
2138
2158
|
padding-top: 2.5rem;
|
|
2139
2159
|
padding-bottom: 2.5rem;
|
|
2140
2160
|
}
|
|
2141
2161
|
|
|
2142
|
-
.sm\:pt-1{
|
|
2162
|
+
.sm\:pt-1 {
|
|
2143
2163
|
padding-top: 0.25rem;
|
|
2144
2164
|
}
|
|
2145
2165
|
|
|
2146
|
-
.sm\:pr-2{
|
|
2166
|
+
.sm\:pr-2 {
|
|
2147
2167
|
padding-right: 0.5rem;
|
|
2148
2168
|
}
|
|
2149
2169
|
|
|
2150
|
-
.sm\:text-center{
|
|
2170
|
+
.sm\:text-center {
|
|
2151
2171
|
text-align: center;
|
|
2152
2172
|
}
|
|
2153
2173
|
|
|
2154
|
-
.sm\:align-middle{
|
|
2174
|
+
.sm\:align-middle {
|
|
2155
2175
|
vertical-align: middle;
|
|
2156
2176
|
}
|
|
2157
2177
|
}
|
|
2158
2178
|
|
|
2159
|
-
@media (min-width: 768px){
|
|
2160
|
-
.md\:ml-4{
|
|
2179
|
+
@media (min-width: 768px) {
|
|
2180
|
+
.md\:ml-4 {
|
|
2161
2181
|
margin-left: 1rem;
|
|
2162
2182
|
}
|
|
2163
2183
|
|
|
2164
|
-
.md\:flex{
|
|
2184
|
+
.md\:flex {
|
|
2165
2185
|
display: flex;
|
|
2166
2186
|
}
|
|
2167
2187
|
|
|
2168
|
-
.md\:hidden{
|
|
2188
|
+
.md\:hidden {
|
|
2169
2189
|
display: none;
|
|
2170
2190
|
}
|
|
2171
2191
|
|
|
2172
|
-
.md\:p-4{
|
|
2192
|
+
.md\:p-4 {
|
|
2173
2193
|
padding: 1rem;
|
|
2174
2194
|
}
|
|
2175
2195
|
|
|
2176
|
-
.md\:pb-4{
|
|
2196
|
+
.md\:pb-4 {
|
|
2177
2197
|
padding-bottom: 1rem;
|
|
2178
2198
|
}
|
|
2179
2199
|
|
|
2180
|
-
.md\:text-base{
|
|
2200
|
+
.md\:text-base {
|
|
2181
2201
|
font-size: 1rem;
|
|
2182
2202
|
}
|
|
2183
2203
|
}
|
|
2184
2204
|
|
|
2185
|
-
@media (min-width: 1024px){
|
|
2186
|
-
.lg\:px-8{
|
|
2205
|
+
@media (min-width: 1024px) {
|
|
2206
|
+
.lg\:px-8 {
|
|
2187
2207
|
padding-left: 2rem;
|
|
2188
2208
|
padding-right: 2rem;
|
|
2189
2209
|
}
|
|
2190
|
-
}
|
|
2210
|
+
}
|