@pzh-ui/css 0.0.46 → 0.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/tailwind.css +358 -313
- package/src/tailwind.src.css +25 -3
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,798 @@ 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
|
-
|
|
978
|
+
@-webkit-keyframes spin {
|
|
979
|
+
to {
|
|
980
|
+
transform: rotate(360deg);
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
@keyframes spin {
|
|
985
|
+
to {
|
|
986
|
+
transform: rotate(360deg);
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.animate-spin {
|
|
991
|
+
-webkit-animation: spin 1s linear infinite;
|
|
992
|
+
animation: spin 1s linear infinite;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.cursor-pointer {
|
|
981
996
|
cursor: pointer;
|
|
982
997
|
}
|
|
983
998
|
|
|
984
|
-
.resize-none{
|
|
999
|
+
.resize-none {
|
|
985
1000
|
resize: none;
|
|
986
1001
|
}
|
|
987
1002
|
|
|
988
|
-
.items-start{
|
|
1003
|
+
.items-start {
|
|
989
1004
|
align-items: flex-start;
|
|
990
1005
|
}
|
|
991
1006
|
|
|
992
|
-
.items-center{
|
|
1007
|
+
.items-center {
|
|
993
1008
|
align-items: center;
|
|
994
1009
|
}
|
|
995
1010
|
|
|
996
|
-
.justify-center{
|
|
1011
|
+
.justify-center {
|
|
997
1012
|
justify-content: center;
|
|
998
1013
|
}
|
|
999
1014
|
|
|
1000
|
-
.justify-between{
|
|
1015
|
+
.justify-between {
|
|
1001
1016
|
justify-content: space-between;
|
|
1002
1017
|
}
|
|
1003
1018
|
|
|
1004
|
-
.overflow-hidden{
|
|
1019
|
+
.overflow-hidden {
|
|
1005
1020
|
overflow: hidden;
|
|
1006
1021
|
}
|
|
1007
1022
|
|
|
1008
|
-
.overflow-y-auto{
|
|
1023
|
+
.overflow-y-auto {
|
|
1009
1024
|
overflow-y: auto;
|
|
1010
1025
|
}
|
|
1011
1026
|
|
|
1012
|
-
.overflow-y-visible{
|
|
1027
|
+
.overflow-y-visible {
|
|
1013
1028
|
overflow-y: visible;
|
|
1014
1029
|
}
|
|
1015
1030
|
|
|
1016
|
-
.break-words{
|
|
1031
|
+
.break-words {
|
|
1017
1032
|
overflow-wrap: break-word;
|
|
1018
1033
|
}
|
|
1019
1034
|
|
|
1020
|
-
.rounded{
|
|
1035
|
+
.rounded {
|
|
1021
1036
|
border-radius: 0.25rem;
|
|
1022
1037
|
}
|
|
1023
1038
|
|
|
1024
|
-
.rounded-lg{
|
|
1039
|
+
.rounded-lg {
|
|
1025
1040
|
border-radius: 0.5rem;
|
|
1026
1041
|
}
|
|
1027
1042
|
|
|
1028
|
-
.rounded-\[4px\]{
|
|
1043
|
+
.rounded-\[4px\] {
|
|
1029
1044
|
border-radius: 4px;
|
|
1030
1045
|
}
|
|
1031
1046
|
|
|
1032
|
-
.rounded-md{
|
|
1047
|
+
.rounded-md {
|
|
1033
1048
|
border-radius: 0.375rem;
|
|
1034
1049
|
}
|
|
1035
1050
|
|
|
1036
|
-
.rounded-full{
|
|
1051
|
+
.rounded-full {
|
|
1037
1052
|
border-radius: 9999px;
|
|
1038
1053
|
}
|
|
1039
1054
|
|
|
1040
|
-
.rounded-t-md{
|
|
1055
|
+
.rounded-t-md {
|
|
1041
1056
|
border-top-left-radius: 0.375rem;
|
|
1042
1057
|
border-top-right-radius: 0.375rem;
|
|
1043
1058
|
}
|
|
1044
1059
|
|
|
1045
|
-
.border{
|
|
1060
|
+
.border {
|
|
1046
1061
|
border-width: 1px;
|
|
1047
1062
|
}
|
|
1048
1063
|
|
|
1049
|
-
.border-b{
|
|
1064
|
+
.border-b {
|
|
1050
1065
|
border-bottom-width: 1px;
|
|
1051
1066
|
}
|
|
1052
1067
|
|
|
1053
|
-
.border-dashed{
|
|
1068
|
+
.border-dashed {
|
|
1054
1069
|
border-style: dashed;
|
|
1055
1070
|
}
|
|
1056
1071
|
|
|
1057
|
-
.border-pzh-green{
|
|
1072
|
+
.border-pzh-green {
|
|
1058
1073
|
--tw-border-opacity: 1;
|
|
1059
1074
|
border-color: rgb(0 128 77 / var(--tw-border-opacity));
|
|
1060
1075
|
}
|
|
1061
1076
|
|
|
1062
|
-
.border-pzh-green-light{
|
|
1077
|
+
.border-pzh-green-light {
|
|
1063
1078
|
--tw-border-opacity: 1;
|
|
1064
1079
|
border-color: rgb(97 179 117 / var(--tw-border-opacity));
|
|
1065
1080
|
}
|
|
1066
1081
|
|
|
1067
|
-
.border-pzh-yellow-dark{
|
|
1082
|
+
.border-pzh-yellow-dark {
|
|
1068
1083
|
--tw-border-opacity: 1;
|
|
1069
1084
|
border-color: rgb(198 164 16 / var(--tw-border-opacity));
|
|
1070
1085
|
}
|
|
1071
1086
|
|
|
1072
|
-
.border-pzh-red{
|
|
1087
|
+
.border-pzh-red {
|
|
1073
1088
|
--tw-border-opacity: 1;
|
|
1074
1089
|
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1075
1090
|
}
|
|
1076
1091
|
|
|
1077
|
-
.border-pzh-red-light{
|
|
1092
|
+
.border-pzh-red-light {
|
|
1078
1093
|
--tw-border-opacity: 1;
|
|
1079
1094
|
border-color: rgb(235 112 133 / var(--tw-border-opacity));
|
|
1080
1095
|
}
|
|
1081
1096
|
|
|
1082
|
-
.border-pzh-cool-gray{
|
|
1097
|
+
.border-pzh-cool-gray {
|
|
1083
1098
|
--tw-border-opacity: 1;
|
|
1084
1099
|
border-color: rgb(131 131 131 / var(--tw-border-opacity));
|
|
1085
1100
|
}
|
|
1086
1101
|
|
|
1087
|
-
.border-pzh-blue-dark{
|
|
1102
|
+
.border-pzh-blue-dark {
|
|
1088
1103
|
--tw-border-opacity: 1;
|
|
1089
1104
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1090
1105
|
}
|
|
1091
1106
|
|
|
1092
|
-
.border-opacity-35{
|
|
1107
|
+
.border-opacity-35 {
|
|
1093
1108
|
--tw-border-opacity: 0.35;
|
|
1094
1109
|
}
|
|
1095
1110
|
|
|
1096
|
-
.border-opacity-10{
|
|
1111
|
+
.border-opacity-10 {
|
|
1097
1112
|
--tw-border-opacity: 0.1;
|
|
1098
1113
|
}
|
|
1099
1114
|
|
|
1100
|
-
.border-opacity-100{
|
|
1115
|
+
.border-opacity-100 {
|
|
1101
1116
|
--tw-border-opacity: 1;
|
|
1102
1117
|
}
|
|
1103
1118
|
|
|
1104
|
-
.bg-pzh-blue{
|
|
1119
|
+
.bg-pzh-blue {
|
|
1105
1120
|
--tw-bg-opacity: 1;
|
|
1106
1121
|
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
1107
1122
|
}
|
|
1108
1123
|
|
|
1109
|
-
.bg-pzh-red{
|
|
1124
|
+
.bg-pzh-red {
|
|
1110
1125
|
--tw-bg-opacity: 1;
|
|
1111
1126
|
background-color: rgb(209 31 61 / var(--tw-bg-opacity));
|
|
1112
1127
|
}
|
|
1113
1128
|
|
|
1114
|
-
.bg-pzh-yellow{
|
|
1129
|
+
.bg-pzh-yellow {
|
|
1115
1130
|
--tw-bg-opacity: 1;
|
|
1116
1131
|
background-color: rgb(239 204 54 / var(--tw-bg-opacity));
|
|
1117
1132
|
}
|
|
1118
1133
|
|
|
1119
|
-
.bg-pzh-green{
|
|
1134
|
+
.bg-pzh-green {
|
|
1120
1135
|
--tw-bg-opacity: 1;
|
|
1121
1136
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1122
1137
|
}
|
|
1123
1138
|
|
|
1124
|
-
.bg-white{
|
|
1139
|
+
.bg-white {
|
|
1125
1140
|
--tw-bg-opacity: 1;
|
|
1126
1141
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1127
1142
|
}
|
|
1128
1143
|
|
|
1129
|
-
.bg-pzh-cool-gray-light{
|
|
1144
|
+
.bg-pzh-cool-gray-light {
|
|
1130
1145
|
--tw-bg-opacity: 1;
|
|
1131
1146
|
background-color: rgb(191 191 191 / var(--tw-bg-opacity));
|
|
1132
1147
|
}
|
|
1133
1148
|
|
|
1134
|
-
.bg-pzh-cool-gray-dark{
|
|
1149
|
+
.bg-pzh-cool-gray-dark {
|
|
1135
1150
|
--tw-bg-opacity: 1;
|
|
1136
1151
|
background-color: rgb(92 92 92 / var(--tw-bg-opacity));
|
|
1137
1152
|
}
|
|
1138
1153
|
|
|
1139
|
-
.bg-pzh-blue-light{
|
|
1154
|
+
.bg-pzh-blue-light {
|
|
1140
1155
|
--tw-bg-opacity: 1;
|
|
1141
1156
|
background-color: rgb(123 173 222 / var(--tw-bg-opacity));
|
|
1142
1157
|
}
|
|
1143
1158
|
|
|
1144
|
-
.bg-black{
|
|
1159
|
+
.bg-black {
|
|
1145
1160
|
--tw-bg-opacity: 1;
|
|
1146
1161
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1147
1162
|
}
|
|
1148
1163
|
|
|
1149
|
-
.bg-pzh-gray-200{
|
|
1164
|
+
.bg-pzh-gray-200 {
|
|
1150
1165
|
--tw-bg-opacity: 1;
|
|
1151
1166
|
background-color: rgb(235 235 235 / var(--tw-bg-opacity));
|
|
1152
1167
|
}
|
|
1153
1168
|
|
|
1154
|
-
.bg-opacity-50{
|
|
1169
|
+
.bg-opacity-50 {
|
|
1155
1170
|
--tw-bg-opacity: 0.5;
|
|
1156
1171
|
}
|
|
1157
1172
|
|
|
1158
|
-
.bg-opacity-20{
|
|
1173
|
+
.bg-opacity-20 {
|
|
1159
1174
|
--tw-bg-opacity: 0.2;
|
|
1160
1175
|
}
|
|
1161
1176
|
|
|
1162
|
-
.bg-opacity-80{
|
|
1177
|
+
.bg-opacity-80 {
|
|
1163
1178
|
--tw-bg-opacity: 0.8;
|
|
1164
1179
|
}
|
|
1165
1180
|
|
|
1166
|
-
.p-1{
|
|
1181
|
+
.p-1 {
|
|
1167
1182
|
padding: 0.25rem;
|
|
1168
1183
|
}
|
|
1169
1184
|
|
|
1170
|
-
.p-6{
|
|
1185
|
+
.p-6 {
|
|
1171
1186
|
padding: 1.5rem;
|
|
1172
1187
|
}
|
|
1173
1188
|
|
|
1174
|
-
.p-2{
|
|
1189
|
+
.p-2 {
|
|
1175
1190
|
padding: 0.5rem;
|
|
1176
1191
|
}
|
|
1177
1192
|
|
|
1178
|
-
.px-1\.5{
|
|
1193
|
+
.px-1\.5 {
|
|
1179
1194
|
padding-left: 0.375rem;
|
|
1180
1195
|
padding-right: 0.375rem;
|
|
1181
1196
|
}
|
|
1182
1197
|
|
|
1183
|
-
.px-1{
|
|
1198
|
+
.px-1 {
|
|
1184
1199
|
padding-left: 0.25rem;
|
|
1185
1200
|
padding-right: 0.25rem;
|
|
1186
1201
|
}
|
|
1187
1202
|
|
|
1188
|
-
.px-3{
|
|
1203
|
+
.px-3 {
|
|
1189
1204
|
padding-left: 0.75rem;
|
|
1190
1205
|
padding-right: 0.75rem;
|
|
1191
1206
|
}
|
|
1192
1207
|
|
|
1193
|
-
.py-2{
|
|
1208
|
+
.py-2 {
|
|
1194
1209
|
padding-top: 0.5rem;
|
|
1195
1210
|
padding-bottom: 0.5rem;
|
|
1196
1211
|
}
|
|
1197
1212
|
|
|
1198
|
-
.px-4{
|
|
1213
|
+
.px-4 {
|
|
1199
1214
|
padding-left: 1rem;
|
|
1200
1215
|
padding-right: 1rem;
|
|
1201
1216
|
}
|
|
1202
1217
|
|
|
1203
|
-
.px-\[12px\]{
|
|
1218
|
+
.px-\[12px\] {
|
|
1204
1219
|
padding-left: 12px;
|
|
1205
1220
|
padding-right: 12px;
|
|
1206
1221
|
}
|
|
1207
1222
|
|
|
1208
|
-
.px-6{
|
|
1223
|
+
.px-6 {
|
|
1209
1224
|
padding-left: 1.5rem;
|
|
1210
1225
|
padding-right: 1.5rem;
|
|
1211
1226
|
}
|
|
1212
1227
|
|
|
1213
|
-
.px-2{
|
|
1228
|
+
.px-2 {
|
|
1214
1229
|
padding-left: 0.5rem;
|
|
1215
1230
|
padding-right: 0.5rem;
|
|
1216
1231
|
}
|
|
1217
1232
|
|
|
1218
|
-
.py-6{
|
|
1233
|
+
.py-6 {
|
|
1219
1234
|
padding-top: 1.5rem;
|
|
1220
1235
|
padding-bottom: 1.5rem;
|
|
1221
1236
|
}
|
|
1222
1237
|
|
|
1223
|
-
.py-1{
|
|
1238
|
+
.py-1 {
|
|
1224
1239
|
padding-top: 0.25rem;
|
|
1225
1240
|
padding-bottom: 0.25rem;
|
|
1226
1241
|
}
|
|
1227
1242
|
|
|
1228
|
-
.pr-16{
|
|
1243
|
+
.pr-16 {
|
|
1229
1244
|
padding-right: 4rem;
|
|
1230
1245
|
}
|
|
1231
1246
|
|
|
1232
|
-
.pt-1{
|
|
1247
|
+
.pt-1 {
|
|
1233
1248
|
padding-top: 0.25rem;
|
|
1234
1249
|
}
|
|
1235
1250
|
|
|
1236
|
-
.pr-1{
|
|
1251
|
+
.pr-1 {
|
|
1237
1252
|
padding-right: 0.25rem;
|
|
1238
1253
|
}
|
|
1239
1254
|
|
|
1240
|
-
.pt-\[15px\]{
|
|
1255
|
+
.pt-\[15px\] {
|
|
1241
1256
|
padding-top: 15px;
|
|
1242
1257
|
}
|
|
1243
1258
|
|
|
1244
|
-
.pb-\[12px\]{
|
|
1259
|
+
.pb-\[12px\] {
|
|
1245
1260
|
padding-bottom: 12px;
|
|
1246
1261
|
}
|
|
1247
1262
|
|
|
1248
|
-
.pb-\[9px\]{
|
|
1263
|
+
.pb-\[9px\] {
|
|
1249
1264
|
padding-bottom: 9px;
|
|
1250
1265
|
}
|
|
1251
1266
|
|
|
1252
|
-
.pt-\[12px\]{
|
|
1267
|
+
.pt-\[12px\] {
|
|
1253
1268
|
padding-top: 12px;
|
|
1254
1269
|
}
|
|
1255
1270
|
|
|
1256
|
-
.pt-0{
|
|
1271
|
+
.pt-0 {
|
|
1257
1272
|
padding-top: 0px;
|
|
1258
1273
|
}
|
|
1259
1274
|
|
|
1260
|
-
.pt-2{
|
|
1275
|
+
.pt-2 {
|
|
1261
1276
|
padding-top: 0.5rem;
|
|
1262
1277
|
}
|
|
1263
1278
|
|
|
1264
|
-
.pb-3{
|
|
1279
|
+
.pb-3 {
|
|
1265
1280
|
padding-bottom: 0.75rem;
|
|
1266
1281
|
}
|
|
1267
1282
|
|
|
1268
|
-
.pt-4{
|
|
1283
|
+
.pt-4 {
|
|
1269
1284
|
padding-top: 1rem;
|
|
1270
1285
|
}
|
|
1271
1286
|
|
|
1272
|
-
.pb-4{
|
|
1287
|
+
.pb-4 {
|
|
1273
1288
|
padding-bottom: 1rem;
|
|
1274
1289
|
}
|
|
1275
1290
|
|
|
1276
|
-
.pt-8{
|
|
1291
|
+
.pt-8 {
|
|
1277
1292
|
padding-top: 2rem;
|
|
1278
1293
|
}
|
|
1279
1294
|
|
|
1280
|
-
.pr-8{
|
|
1295
|
+
.pr-8 {
|
|
1281
1296
|
padding-right: 2rem;
|
|
1282
1297
|
}
|
|
1283
1298
|
|
|
1284
|
-
.pb-0{
|
|
1299
|
+
.pb-0 {
|
|
1285
1300
|
padding-bottom: 0px;
|
|
1286
1301
|
}
|
|
1287
1302
|
|
|
1288
|
-
.pb-1\.5{
|
|
1303
|
+
.pb-1\.5 {
|
|
1289
1304
|
padding-bottom: 0.375rem;
|
|
1290
1305
|
}
|
|
1291
1306
|
|
|
1292
|
-
.pb-1{
|
|
1307
|
+
.pb-1 {
|
|
1293
1308
|
padding-bottom: 0.25rem;
|
|
1294
1309
|
}
|
|
1295
1310
|
|
|
1296
|
-
.pl-\[34px\]{
|
|
1311
|
+
.pl-\[34px\] {
|
|
1297
1312
|
padding-left: 34px;
|
|
1298
1313
|
}
|
|
1299
1314
|
|
|
1300
|
-
.text-left{
|
|
1315
|
+
.text-left {
|
|
1301
1316
|
text-align: left;
|
|
1302
1317
|
}
|
|
1303
1318
|
|
|
1304
|
-
.text-center{
|
|
1319
|
+
.text-center {
|
|
1305
1320
|
text-align: center;
|
|
1306
1321
|
}
|
|
1307
1322
|
|
|
1308
|
-
.align-bottom{
|
|
1323
|
+
.align-bottom {
|
|
1309
1324
|
vertical-align: bottom;
|
|
1310
1325
|
}
|
|
1311
1326
|
|
|
1312
|
-
.text-\[16px\]{
|
|
1327
|
+
.text-\[16px\] {
|
|
1313
1328
|
font-size: 16px;
|
|
1314
1329
|
}
|
|
1315
1330
|
|
|
1316
|
-
.text-sm{
|
|
1331
|
+
.text-sm {
|
|
1317
1332
|
font-size: 0.875rem;
|
|
1318
1333
|
}
|
|
1319
1334
|
|
|
1320
|
-
.text-xs{
|
|
1335
|
+
.text-xs {
|
|
1321
1336
|
font-size: 0.75rem;
|
|
1322
1337
|
}
|
|
1323
1338
|
|
|
1324
|
-
.text-base{
|
|
1339
|
+
.text-base {
|
|
1325
1340
|
font-size: 1rem;
|
|
1326
1341
|
}
|
|
1327
1342
|
|
|
1328
|
-
.text-\[0\.8rem\]{
|
|
1343
|
+
.text-\[0\.8rem\] {
|
|
1329
1344
|
font-size: 0.8rem;
|
|
1330
1345
|
}
|
|
1331
1346
|
|
|
1332
|
-
.font-bold{
|
|
1347
|
+
.font-bold {
|
|
1333
1348
|
font-weight: 700;
|
|
1334
1349
|
}
|
|
1335
1350
|
|
|
1336
|
-
.font-normal{
|
|
1351
|
+
.font-normal {
|
|
1337
1352
|
font-weight: 400;
|
|
1338
1353
|
}
|
|
1339
1354
|
|
|
1340
|
-
.uppercase{
|
|
1355
|
+
.uppercase {
|
|
1341
1356
|
text-transform: uppercase;
|
|
1342
1357
|
}
|
|
1343
1358
|
|
|
1344
|
-
.italic{
|
|
1359
|
+
.italic {
|
|
1345
1360
|
font-style: italic;
|
|
1346
1361
|
}
|
|
1347
1362
|
|
|
1348
|
-
.leading-\[30px\]{
|
|
1363
|
+
.leading-\[30px\] {
|
|
1349
1364
|
line-height: 30px;
|
|
1350
1365
|
}
|
|
1351
1366
|
|
|
1352
|
-
.leading-normal{
|
|
1367
|
+
.leading-normal {
|
|
1353
1368
|
line-height: 1.5;
|
|
1354
1369
|
}
|
|
1355
1370
|
|
|
1356
|
-
.leading-5{
|
|
1371
|
+
.leading-5 {
|
|
1357
1372
|
line-height: 1.25rem;
|
|
1358
1373
|
}
|
|
1359
1374
|
|
|
1360
|
-
.leading-\[28px\]{
|
|
1375
|
+
.leading-\[28px\] {
|
|
1361
1376
|
line-height: 28px;
|
|
1362
1377
|
}
|
|
1363
1378
|
|
|
1364
|
-
.leading-none{
|
|
1379
|
+
.leading-none {
|
|
1365
1380
|
line-height: 1;
|
|
1366
1381
|
}
|
|
1367
1382
|
|
|
1368
|
-
.text-pzh-blue-dark{
|
|
1383
|
+
.text-pzh-blue-dark {
|
|
1369
1384
|
--tw-text-opacity: 1;
|
|
1370
1385
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1371
1386
|
}
|
|
1372
1387
|
|
|
1373
|
-
.text-pzh-green{
|
|
1388
|
+
.text-pzh-green {
|
|
1374
1389
|
--tw-text-opacity: 1;
|
|
1375
1390
|
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
1376
1391
|
}
|
|
1377
1392
|
|
|
1378
|
-
.text-pzh-green-light{
|
|
1393
|
+
.text-pzh-green-light {
|
|
1379
1394
|
--tw-text-opacity: 1;
|
|
1380
1395
|
color: rgb(97 179 117 / var(--tw-text-opacity));
|
|
1381
1396
|
}
|
|
1382
1397
|
|
|
1383
|
-
.text-pzh-yellow-dark{
|
|
1398
|
+
.text-pzh-yellow-dark {
|
|
1384
1399
|
--tw-text-opacity: 1;
|
|
1385
1400
|
color: rgb(198 164 16 / var(--tw-text-opacity));
|
|
1386
1401
|
}
|
|
1387
1402
|
|
|
1388
|
-
.text-pzh-red{
|
|
1403
|
+
.text-pzh-red {
|
|
1389
1404
|
--tw-text-opacity: 1;
|
|
1390
1405
|
color: rgb(209 31 61 / var(--tw-text-opacity));
|
|
1391
1406
|
}
|
|
1392
1407
|
|
|
1393
|
-
.text-pzh-red-light{
|
|
1408
|
+
.text-pzh-red-light {
|
|
1394
1409
|
--tw-text-opacity: 1;
|
|
1395
1410
|
color: rgb(235 112 133 / var(--tw-text-opacity));
|
|
1396
1411
|
}
|
|
1397
1412
|
|
|
1398
|
-
.text-pzh-cool-gray{
|
|
1413
|
+
.text-pzh-cool-gray {
|
|
1399
1414
|
--tw-text-opacity: 1;
|
|
1400
1415
|
color: rgb(131 131 131 / var(--tw-text-opacity));
|
|
1401
1416
|
}
|
|
1402
1417
|
|
|
1403
|
-
.text-white{
|
|
1418
|
+
.text-white {
|
|
1404
1419
|
--tw-text-opacity: 1;
|
|
1405
1420
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1406
1421
|
}
|
|
1407
1422
|
|
|
1408
|
-
.text-pzh-blue{
|
|
1423
|
+
.text-pzh-blue {
|
|
1409
1424
|
--tw-text-opacity: 1;
|
|
1410
1425
|
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
1411
1426
|
}
|
|
1412
1427
|
|
|
1413
|
-
.text-opacity-35{
|
|
1428
|
+
.text-opacity-35 {
|
|
1414
1429
|
--tw-text-opacity: 0.35;
|
|
1415
1430
|
}
|
|
1416
1431
|
|
|
1417
|
-
.text-opacity-50{
|
|
1432
|
+
.text-opacity-50 {
|
|
1418
1433
|
--tw-text-opacity: 0.5;
|
|
1419
1434
|
}
|
|
1420
1435
|
|
|
1421
|
-
.text-opacity-55{
|
|
1436
|
+
.text-opacity-55 {
|
|
1422
1437
|
--tw-text-opacity: 0.55;
|
|
1423
1438
|
}
|
|
1424
1439
|
|
|
1425
|
-
.underline{
|
|
1440
|
+
.underline {
|
|
1426
1441
|
-webkit-text-decoration-line: underline;
|
|
1427
1442
|
text-decoration-line: underline;
|
|
1428
1443
|
}
|
|
1429
1444
|
|
|
1430
|
-
.opacity-0{
|
|
1445
|
+
.opacity-0 {
|
|
1431
1446
|
opacity: 0;
|
|
1432
1447
|
}
|
|
1433
1448
|
|
|
1434
|
-
.opacity-100{
|
|
1449
|
+
.opacity-100 {
|
|
1435
1450
|
opacity: 1;
|
|
1436
1451
|
}
|
|
1437
1452
|
|
|
1438
|
-
.opacity-50{
|
|
1453
|
+
.opacity-50 {
|
|
1439
1454
|
opacity: 0.5;
|
|
1440
1455
|
}
|
|
1441
1456
|
|
|
1442
|
-
.shadow-
|
|
1457
|
+
.shadow-card {
|
|
1458
|
+
--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);
|
|
1459
|
+
--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);
|
|
1460
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.shadow-xl {
|
|
1443
1464
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1444
1465
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1445
1466
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1446
1467
|
}
|
|
1447
1468
|
|
|
1448
|
-
.shadow-none{
|
|
1469
|
+
.shadow-none {
|
|
1449
1470
|
--tw-shadow: 0 0 #0000;
|
|
1450
1471
|
--tw-shadow-colored: 0 0 #0000;
|
|
1451
1472
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1452
1473
|
}
|
|
1453
1474
|
|
|
1454
|
-
.filter{
|
|
1475
|
+
.filter {
|
|
1455
1476
|
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
1477
|
}
|
|
1457
1478
|
|
|
1458
|
-
.transition{
|
|
1479
|
+
.transition {
|
|
1459
1480
|
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
1460
1481
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1461
1482
|
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 +1484,39 @@ select{
|
|
|
1463
1484
|
transition-duration: 150ms;
|
|
1464
1485
|
}
|
|
1465
1486
|
|
|
1466
|
-
.transition-opacity{
|
|
1487
|
+
.transition-opacity {
|
|
1467
1488
|
transition-property: opacity;
|
|
1468
1489
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1469
1490
|
transition-duration: 150ms;
|
|
1470
1491
|
}
|
|
1471
1492
|
|
|
1472
|
-
.transition-all{
|
|
1493
|
+
.transition-all {
|
|
1473
1494
|
transition-property: all;
|
|
1474
1495
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1475
1496
|
transition-duration: 150ms;
|
|
1476
1497
|
}
|
|
1477
1498
|
|
|
1478
|
-
.duration-150{
|
|
1499
|
+
.duration-150 {
|
|
1479
1500
|
transition-duration: 150ms;
|
|
1480
1501
|
}
|
|
1481
1502
|
|
|
1482
|
-
.duration-200{
|
|
1503
|
+
.duration-200 {
|
|
1483
1504
|
transition-duration: 200ms;
|
|
1484
1505
|
}
|
|
1485
1506
|
|
|
1486
|
-
.duration-300{
|
|
1507
|
+
.duration-300 {
|
|
1487
1508
|
transition-duration: 300ms;
|
|
1488
1509
|
}
|
|
1489
1510
|
|
|
1490
|
-
.ease-in-out{
|
|
1511
|
+
.ease-in-out {
|
|
1491
1512
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1492
1513
|
}
|
|
1493
1514
|
|
|
1494
|
-
.ease-out{
|
|
1515
|
+
.ease-out {
|
|
1495
1516
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1496
1517
|
}
|
|
1497
1518
|
|
|
1498
|
-
.ease-in{
|
|
1519
|
+
.ease-in {
|
|
1499
1520
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1500
1521
|
}
|
|
1501
1522
|
|
|
@@ -1541,7 +1562,9 @@ h3,
|
|
|
1541
1562
|
h4,
|
|
1542
1563
|
h5,
|
|
1543
1564
|
h6,
|
|
1544
|
-
.font-bold
|
|
1565
|
+
.font-bold,
|
|
1566
|
+
strong,
|
|
1567
|
+
b {
|
|
1545
1568
|
font-family: 'Karbon Medium', sans-serif;
|
|
1546
1569
|
font-weight: 700;
|
|
1547
1570
|
}
|
|
@@ -1550,7 +1573,7 @@ h6,
|
|
|
1550
1573
|
font-weight: 700;
|
|
1551
1574
|
}
|
|
1552
1575
|
|
|
1553
|
-
.pzh-transition-colors{
|
|
1576
|
+
.pzh-transition-colors {
|
|
1554
1577
|
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
1555
1578
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1556
1579
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
@@ -1563,7 +1586,7 @@ h6,
|
|
|
1563
1586
|
* Form elements
|
|
1564
1587
|
*/
|
|
1565
1588
|
|
|
1566
|
-
.pzh-button{
|
|
1589
|
+
.pzh-button {
|
|
1567
1590
|
display: inline-block;
|
|
1568
1591
|
border-radius: 0.25rem;
|
|
1569
1592
|
line-height: 1;
|
|
@@ -1577,7 +1600,7 @@ h6,
|
|
|
1577
1600
|
font-weight: 700;
|
|
1578
1601
|
}
|
|
1579
1602
|
|
|
1580
|
-
.pzh-button:focus{
|
|
1603
|
+
.pzh-button:focus {
|
|
1581
1604
|
outline: 2px solid transparent;
|
|
1582
1605
|
outline-offset: 2px;
|
|
1583
1606
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
@@ -1585,7 +1608,7 @@ h6,
|
|
|
1585
1608
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1586
1609
|
}
|
|
1587
1610
|
|
|
1588
|
-
.pzh-button:disabled{
|
|
1611
|
+
.pzh-button:disabled {
|
|
1589
1612
|
cursor: not-allowed;
|
|
1590
1613
|
--tw-bg-opacity: 1;
|
|
1591
1614
|
background-color: rgb(235 235 235 / var(--tw-bg-opacity));
|
|
@@ -1593,7 +1616,7 @@ h6,
|
|
|
1593
1616
|
--tw-text-opacity: 0.35;
|
|
1594
1617
|
}
|
|
1595
1618
|
|
|
1596
|
-
.pzh-form-input{
|
|
1619
|
+
.pzh-form-input {
|
|
1597
1620
|
display: block;
|
|
1598
1621
|
width: 100%;
|
|
1599
1622
|
-webkit-appearance: none;
|
|
@@ -1610,34 +1633,34 @@ h6,
|
|
|
1610
1633
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1611
1634
|
}
|
|
1612
1635
|
|
|
1613
|
-
.pzh-form-input::-moz-placeholder{
|
|
1636
|
+
.pzh-form-input::-moz-placeholder {
|
|
1614
1637
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1615
1638
|
--tw-placeholder-opacity: 0.55;
|
|
1616
1639
|
}
|
|
1617
1640
|
|
|
1618
|
-
.pzh-form-input:-ms-input-placeholder{
|
|
1641
|
+
.pzh-form-input:-ms-input-placeholder {
|
|
1619
1642
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1620
1643
|
--tw-placeholder-opacity: 0.55;
|
|
1621
1644
|
}
|
|
1622
1645
|
|
|
1623
|
-
.pzh-form-input::placeholder{
|
|
1646
|
+
.pzh-form-input::placeholder {
|
|
1624
1647
|
color: rgb(22 17 59 / var(--tw-placeholder-opacity));
|
|
1625
1648
|
--tw-placeholder-opacity: 0.55;
|
|
1626
1649
|
}
|
|
1627
1650
|
|
|
1628
|
-
.pzh-form-input:hover{
|
|
1651
|
+
.pzh-form-input:hover {
|
|
1629
1652
|
--tw-border-opacity: 1;
|
|
1630
1653
|
border-color: rgb(160 174 192 / var(--tw-border-opacity));
|
|
1631
1654
|
}
|
|
1632
1655
|
|
|
1633
|
-
.pzh-form-input:focus{
|
|
1656
|
+
.pzh-form-input:focus {
|
|
1634
1657
|
--tw-border-opacity: 1;
|
|
1635
1658
|
border-color: rgb(123 173 222 / var(--tw-border-opacity));
|
|
1636
1659
|
outline: 2px solid transparent;
|
|
1637
1660
|
outline-offset: 2px;
|
|
1638
1661
|
}
|
|
1639
1662
|
|
|
1640
|
-
.pzh-form-input:disabled{
|
|
1663
|
+
.pzh-form-input:disabled {
|
|
1641
1664
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1642
1665
|
--tw-border-opacity: 0.1;
|
|
1643
1666
|
--tw-bg-opacity: 1;
|
|
@@ -1645,12 +1668,12 @@ h6,
|
|
|
1645
1668
|
--tw-text-opacity: 0.55;
|
|
1646
1669
|
}
|
|
1647
1670
|
|
|
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{
|
|
1671
|
+
.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
1672
|
--tw-border-opacity: 1;
|
|
1650
1673
|
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1651
1674
|
}
|
|
1652
1675
|
|
|
1653
|
-
.pzh-form-radio:checked + span:before, .pzh-form-radio:not(:checked) + span:before{
|
|
1676
|
+
.pzh-form-radio:checked + span:before, .pzh-form-radio:not(:checked) + span:before {
|
|
1654
1677
|
position: absolute;
|
|
1655
1678
|
left: 0px;
|
|
1656
1679
|
top: 0px;
|
|
@@ -1665,7 +1688,7 @@ h6,
|
|
|
1665
1688
|
content: '';
|
|
1666
1689
|
}
|
|
1667
1690
|
|
|
1668
|
-
.pzh-form-radio:checked + span:after, .pzh-form-radio:not(:checked) + span:after{
|
|
1691
|
+
.pzh-form-radio:checked + span:after, .pzh-form-radio:not(:checked) + span:after {
|
|
1669
1692
|
position: absolute;
|
|
1670
1693
|
top: 0.25rem;
|
|
1671
1694
|
left: 0.25rem;
|
|
@@ -1694,14 +1717,14 @@ h6,
|
|
|
1694
1717
|
transform: scale(1);
|
|
1695
1718
|
}
|
|
1696
1719
|
|
|
1697
|
-
.pzh-form-radio:disabled + span:before, .pzh-form-checkbox:disabled + span:before{
|
|
1720
|
+
.pzh-form-radio:disabled + span:before, .pzh-form-checkbox:disabled + span:before {
|
|
1698
1721
|
--tw-border-opacity: 1;
|
|
1699
1722
|
border-color: rgb(235 235 235 / var(--tw-border-opacity));
|
|
1700
1723
|
--tw-bg-opacity: 1;
|
|
1701
1724
|
background-color: rgb(235 235 235 / var(--tw-bg-opacity));
|
|
1702
1725
|
}
|
|
1703
1726
|
|
|
1704
|
-
.pzh-form-checkbox + span:before{
|
|
1727
|
+
.pzh-form-checkbox + span:before {
|
|
1705
1728
|
position: absolute;
|
|
1706
1729
|
left: 0px;
|
|
1707
1730
|
top: 0px;
|
|
@@ -1721,12 +1744,12 @@ h6,
|
|
|
1721
1744
|
content: '';
|
|
1722
1745
|
}
|
|
1723
1746
|
|
|
1724
|
-
.pzh-form-checkbox:checked:not(:disabled) + span:before{
|
|
1747
|
+
.pzh-form-checkbox:checked:not(:disabled) + span:before {
|
|
1725
1748
|
--tw-bg-opacity: 1;
|
|
1726
1749
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1727
1750
|
}
|
|
1728
1751
|
|
|
1729
|
-
.pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after{
|
|
1752
|
+
.pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after {
|
|
1730
1753
|
position: absolute;
|
|
1731
1754
|
top: 2px;
|
|
1732
1755
|
left: 0.25rem;
|
|
@@ -1746,7 +1769,7 @@ h6,
|
|
|
1746
1769
|
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
1770
|
}
|
|
1748
1771
|
|
|
1749
|
-
.form-field-label{
|
|
1772
|
+
.form-field-label {
|
|
1750
1773
|
margin-bottom: 0.5rem;
|
|
1751
1774
|
display: block;
|
|
1752
1775
|
font-size: 0.75rem;
|
|
@@ -1756,7 +1779,7 @@ h6,
|
|
|
1756
1779
|
color: rgb(74 85 104 / var(--tw-text-opacity));
|
|
1757
1780
|
}
|
|
1758
1781
|
|
|
1759
|
-
.form-field-description{
|
|
1782
|
+
.form-field-description {
|
|
1760
1783
|
margin-bottom: 0.5rem;
|
|
1761
1784
|
font-size: 0.875rem;
|
|
1762
1785
|
--tw-text-opacity: 1;
|
|
@@ -1783,40 +1806,40 @@ h6,
|
|
|
1783
1806
|
display: none;
|
|
1784
1807
|
}
|
|
1785
1808
|
|
|
1786
|
-
.react-datepicker__header{
|
|
1809
|
+
.react-datepicker__header {
|
|
1787
1810
|
border-style: none;
|
|
1788
1811
|
--tw-bg-opacity: 1;
|
|
1789
1812
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1790
1813
|
}
|
|
1791
1814
|
|
|
1792
|
-
.react-datepicker__month{
|
|
1815
|
+
.react-datepicker__month {
|
|
1793
1816
|
margin-left: 0.125rem;
|
|
1794
1817
|
margin-right: 0.125rem;
|
|
1795
1818
|
margin-top: 0px;
|
|
1796
1819
|
}
|
|
1797
1820
|
|
|
1798
|
-
.react-datepicker__day-names{
|
|
1821
|
+
.react-datepicker__day-names {
|
|
1799
1822
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1800
1823
|
--tw-bg-opacity: 0.1;
|
|
1801
1824
|
}
|
|
1802
1825
|
|
|
1803
|
-
.react-datepicker__day-name{
|
|
1826
|
+
.react-datepicker__day-name {
|
|
1804
1827
|
margin-top: 0px;
|
|
1805
1828
|
margin-bottom: 0px;
|
|
1806
1829
|
line-height: 26px;
|
|
1807
1830
|
font-weight: 700;
|
|
1808
1831
|
}
|
|
1809
1832
|
|
|
1810
|
-
.react-datepicker__current-month{
|
|
1833
|
+
.react-datepicker__current-month {
|
|
1811
1834
|
margin-bottom: 0.5rem;
|
|
1812
1835
|
}
|
|
1813
1836
|
|
|
1814
|
-
.react-datepicker__day--outside-month:not(.react-datepicker__day--selected){
|
|
1837
|
+
.react-datepicker__day--outside-month:not(.react-datepicker__day--selected) {
|
|
1815
1838
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1816
1839
|
--tw-text-opacity: 0.35;
|
|
1817
1840
|
}
|
|
1818
1841
|
|
|
1819
|
-
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name{
|
|
1842
|
+
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
|
|
1820
1843
|
margin-left: 0.5rem;
|
|
1821
1844
|
margin-right: 0.5rem;
|
|
1822
1845
|
margin-top: 0.25rem;
|
|
@@ -1826,33 +1849,33 @@ h6,
|
|
|
1826
1849
|
line-height: 28px;
|
|
1827
1850
|
}
|
|
1828
1851
|
|
|
1829
|
-
.react-datepicker__day{
|
|
1852
|
+
.react-datepicker__day {
|
|
1830
1853
|
border-radius: 9999px;
|
|
1831
1854
|
}
|
|
1832
1855
|
|
|
1833
|
-
.react-datepicker__day:hover{
|
|
1856
|
+
.react-datepicker__day:hover {
|
|
1834
1857
|
border-radius: 9999px;
|
|
1835
1858
|
}
|
|
1836
1859
|
|
|
1837
|
-
.react-datepicker__day--today, .react-datepicker__day--today:hover, .react-datepicker__day--keyboard-selected{
|
|
1860
|
+
.react-datepicker__day--today, .react-datepicker__day--today:hover, .react-datepicker__day--keyboard-selected {
|
|
1838
1861
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1839
1862
|
--tw-bg-opacity: 0.1;
|
|
1840
1863
|
--tw-text-opacity: 1;
|
|
1841
1864
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1842
1865
|
}
|
|
1843
1866
|
|
|
1844
|
-
.react-datepicker__day--keyboard-selected:hover{
|
|
1867
|
+
.react-datepicker__day--keyboard-selected:hover {
|
|
1845
1868
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1846
1869
|
--tw-bg-opacity: 0.1;
|
|
1847
1870
|
}
|
|
1848
1871
|
|
|
1849
|
-
.react-datepicker__day--selected, .react-datepicker__day--selected:hover{
|
|
1872
|
+
.react-datepicker__day--selected, .react-datepicker__day--selected:hover {
|
|
1850
1873
|
--tw-bg-opacity: 1;
|
|
1851
1874
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1852
1875
|
font-weight: 700;
|
|
1853
1876
|
}
|
|
1854
1877
|
|
|
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{
|
|
1878
|
+
.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
1879
|
height: 7px;
|
|
1857
1880
|
width: 7px;
|
|
1858
1881
|
border-width: 0px;
|
|
@@ -1862,7 +1885,7 @@ h6,
|
|
|
1862
1885
|
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
1863
1886
|
}
|
|
1864
1887
|
|
|
1865
|
-
.react-datepicker__navigation-icon{
|
|
1888
|
+
.react-datepicker__navigation-icon {
|
|
1866
1889
|
line-height: 14px;
|
|
1867
1890
|
}
|
|
1868
1891
|
|
|
@@ -1930,6 +1953,28 @@ h6,
|
|
|
1930
1953
|
font-size: 1rem;
|
|
1931
1954
|
}
|
|
1932
1955
|
|
|
1956
|
+
.quill .ql-container .ql-editor p,
|
|
1957
|
+
.quill .ql-container .ql-editor ul {
|
|
1958
|
+
margin-bottom: 20px;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
.quill .ql-container .ql-editor ul {
|
|
1962
|
+
padding-left: 0;
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
.quill .ql-container .ql-editor strong {
|
|
1966
|
+
font-family: 'Karbon Medium', sans-serif;
|
|
1967
|
+
font-weight: 700;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
.quill .ql-container .ql-editor ul li {
|
|
1971
|
+
padding-left: 20px;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
.quill .ql-container .ql-editor ul li.ql-indent-1 {
|
|
1975
|
+
padding-left: 40px;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1933
1978
|
.quill .editor.ql-container.ql-snow .ql-editor h2 {
|
|
1934
1979
|
font-size: 1.125rem;
|
|
1935
1980
|
margin-top: 10px;
|
|
@@ -1948,236 +1993,236 @@ h6,
|
|
|
1948
1993
|
box-shadow: none !important;
|
|
1949
1994
|
}
|
|
1950
1995
|
|
|
1951
|
-
.hover\:translate-y-0:hover{
|
|
1996
|
+
.hover\:translate-y-0:hover {
|
|
1952
1997
|
--tw-translate-y: 0px;
|
|
1953
1998
|
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));
|
|
1954
1999
|
}
|
|
1955
2000
|
|
|
1956
|
-
.hover\:border-pzh-blue-dark:hover{
|
|
2001
|
+
.hover\:border-pzh-blue-dark:hover {
|
|
1957
2002
|
--tw-border-opacity: 1;
|
|
1958
2003
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1959
2004
|
}
|
|
1960
2005
|
|
|
1961
|
-
.hover\:border-opacity-100:hover{
|
|
2006
|
+
.hover\:border-opacity-100:hover {
|
|
1962
2007
|
--tw-border-opacity: 1;
|
|
1963
2008
|
}
|
|
1964
2009
|
|
|
1965
|
-
.hover\:border-opacity-35:hover{
|
|
2010
|
+
.hover\:border-opacity-35:hover {
|
|
1966
2011
|
--tw-border-opacity: 0.35;
|
|
1967
2012
|
}
|
|
1968
2013
|
|
|
1969
|
-
.hover\:bg-white:hover{
|
|
2014
|
+
.hover\:bg-white:hover {
|
|
1970
2015
|
--tw-bg-opacity: 1;
|
|
1971
2016
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1972
2017
|
}
|
|
1973
2018
|
|
|
1974
|
-
.hover\:bg-pzh-blue-dark:hover{
|
|
2019
|
+
.hover\:bg-pzh-blue-dark:hover {
|
|
1975
2020
|
--tw-bg-opacity: 1;
|
|
1976
2021
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1977
2022
|
}
|
|
1978
2023
|
|
|
1979
|
-
.hover\:bg-pzh-green-dark:hover{
|
|
2024
|
+
.hover\:bg-pzh-green-dark:hover {
|
|
1980
2025
|
--tw-bg-opacity: 1;
|
|
1981
2026
|
background-color: rgb(0 77 46 / var(--tw-bg-opacity));
|
|
1982
2027
|
}
|
|
1983
2028
|
|
|
1984
|
-
.hover\:bg-pzh-gray-100:hover{
|
|
2029
|
+
.hover\:bg-pzh-gray-100:hover {
|
|
1985
2030
|
--tw-bg-opacity: 1;
|
|
1986
2031
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
1987
2032
|
}
|
|
1988
2033
|
|
|
1989
|
-
.hover\:bg-opacity-10:hover{
|
|
2034
|
+
.hover\:bg-opacity-10:hover {
|
|
1990
2035
|
--tw-bg-opacity: 0.1;
|
|
1991
2036
|
}
|
|
1992
2037
|
|
|
1993
|
-
.hover\:text-pzh-blue-dark:hover{
|
|
2038
|
+
.hover\:text-pzh-blue-dark:hover {
|
|
1994
2039
|
--tw-text-opacity: 1;
|
|
1995
2040
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1996
2041
|
}
|
|
1997
2042
|
|
|
1998
|
-
.hover\:text-pzh-blue:hover{
|
|
2043
|
+
.hover\:text-pzh-blue:hover {
|
|
1999
2044
|
--tw-text-opacity: 1;
|
|
2000
2045
|
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
2001
2046
|
}
|
|
2002
2047
|
|
|
2003
|
-
.hover\:text-white:hover{
|
|
2048
|
+
.hover\:text-white:hover {
|
|
2004
2049
|
--tw-text-opacity: 1;
|
|
2005
2050
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2006
2051
|
}
|
|
2007
2052
|
|
|
2008
|
-
.hover\:text-pzh-green:hover{
|
|
2053
|
+
.hover\:text-pzh-green:hover {
|
|
2009
2054
|
--tw-text-opacity: 1;
|
|
2010
2055
|
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
2011
2056
|
}
|
|
2012
2057
|
|
|
2013
|
-
.hover\:underline:hover{
|
|
2058
|
+
.hover\:underline:hover {
|
|
2014
2059
|
-webkit-text-decoration-line: underline;
|
|
2015
2060
|
text-decoration-line: underline;
|
|
2016
2061
|
}
|
|
2017
2062
|
|
|
2018
|
-
.focus\:bg-pzh-gray-100:focus{
|
|
2063
|
+
.focus\:bg-pzh-gray-100:focus {
|
|
2019
2064
|
--tw-bg-opacity: 1;
|
|
2020
2065
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
2021
2066
|
}
|
|
2022
2067
|
|
|
2023
|
-
.focus\:bg-pzh-blue:focus{
|
|
2068
|
+
.focus\:bg-pzh-blue:focus {
|
|
2024
2069
|
--tw-bg-opacity: 1;
|
|
2025
2070
|
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
2026
2071
|
}
|
|
2027
2072
|
|
|
2028
|
-
.focus\:text-white:focus{
|
|
2073
|
+
.focus\:text-white:focus {
|
|
2029
2074
|
--tw-text-opacity: 1;
|
|
2030
2075
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2031
2076
|
}
|
|
2032
2077
|
|
|
2033
|
-
.focus\:shadow-none:focus{
|
|
2078
|
+
.focus\:shadow-none:focus {
|
|
2034
2079
|
--tw-shadow: 0 0 #0000;
|
|
2035
2080
|
--tw-shadow-colored: 0 0 #0000;
|
|
2036
2081
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2037
2082
|
}
|
|
2038
2083
|
|
|
2039
|
-
.focus\:outline-none:focus{
|
|
2084
|
+
.focus\:outline-none:focus {
|
|
2040
2085
|
outline: 2px solid transparent;
|
|
2041
2086
|
outline-offset: 2px;
|
|
2042
2087
|
}
|
|
2043
2088
|
|
|
2044
|
-
.focus\:ring-2:focus{
|
|
2089
|
+
.focus\:ring-2:focus {
|
|
2045
2090
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2046
2091
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2047
2092
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2048
2093
|
}
|
|
2049
2094
|
|
|
2050
|
-
.focus\:ring-indigo-500:focus{
|
|
2095
|
+
.focus\:ring-indigo-500:focus {
|
|
2051
2096
|
--tw-ring-opacity: 1;
|
|
2052
2097
|
--tw-ring-color: rgb(102 126 234 / var(--tw-ring-opacity));
|
|
2053
2098
|
}
|
|
2054
2099
|
|
|
2055
|
-
.focus\:ring-offset-2:focus{
|
|
2100
|
+
.focus\:ring-offset-2:focus {
|
|
2056
2101
|
--tw-ring-offset-width: 2px;
|
|
2057
2102
|
}
|
|
2058
2103
|
|
|
2059
|
-
.group:hover .group-hover\:opacity-100{
|
|
2104
|
+
.group:hover .group-hover\:opacity-100 {
|
|
2060
2105
|
opacity: 1;
|
|
2061
2106
|
}
|
|
2062
2107
|
|
|
2063
|
-
@media (min-width: 640px){
|
|
2064
|
-
.sm\:my-8{
|
|
2108
|
+
@media (min-width: 640px) {
|
|
2109
|
+
.sm\:my-8 {
|
|
2065
2110
|
margin-top: 2rem;
|
|
2066
2111
|
margin-bottom: 2rem;
|
|
2067
2112
|
}
|
|
2068
2113
|
|
|
2069
|
-
.sm\:mt-8{
|
|
2114
|
+
.sm\:mt-8 {
|
|
2070
2115
|
margin-top: 2rem;
|
|
2071
2116
|
}
|
|
2072
2117
|
|
|
2073
|
-
.sm\:-mt-2{
|
|
2118
|
+
.sm\:-mt-2 {
|
|
2074
2119
|
margin-top: -0.5rem;
|
|
2075
2120
|
}
|
|
2076
2121
|
|
|
2077
|
-
.sm\:-mr-2{
|
|
2122
|
+
.sm\:-mr-2 {
|
|
2078
2123
|
margin-right: -0.5rem;
|
|
2079
2124
|
}
|
|
2080
2125
|
|
|
2081
|
-
.sm\:block{
|
|
2126
|
+
.sm\:block {
|
|
2082
2127
|
display: block;
|
|
2083
2128
|
}
|
|
2084
2129
|
|
|
2085
|
-
.sm\:inline-block{
|
|
2130
|
+
.sm\:inline-block {
|
|
2086
2131
|
display: inline-block;
|
|
2087
2132
|
}
|
|
2088
2133
|
|
|
2089
|
-
.sm\:h-screen{
|
|
2134
|
+
.sm\:h-screen {
|
|
2090
2135
|
height: 100vh;
|
|
2091
2136
|
}
|
|
2092
2137
|
|
|
2093
|
-
.sm\:w-full{
|
|
2138
|
+
.sm\:w-full {
|
|
2094
2139
|
width: 100%;
|
|
2095
2140
|
}
|
|
2096
2141
|
|
|
2097
|
-
.sm\:translate-y-0{
|
|
2142
|
+
.sm\:translate-y-0 {
|
|
2098
2143
|
--tw-translate-y: 0px;
|
|
2099
2144
|
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));
|
|
2100
2145
|
}
|
|
2101
2146
|
|
|
2102
|
-
.sm\:scale-95{
|
|
2147
|
+
.sm\:scale-95 {
|
|
2103
2148
|
--tw-scale-x: .95;
|
|
2104
2149
|
--tw-scale-y: .95;
|
|
2105
2150
|
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
2151
|
}
|
|
2107
2152
|
|
|
2108
|
-
.sm\:scale-100{
|
|
2153
|
+
.sm\:scale-100 {
|
|
2109
2154
|
--tw-scale-x: 1;
|
|
2110
2155
|
--tw-scale-y: 1;
|
|
2111
2156
|
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
2157
|
}
|
|
2113
2158
|
|
|
2114
|
-
.sm\:items-start{
|
|
2159
|
+
.sm\:items-start {
|
|
2115
2160
|
align-items: flex-start;
|
|
2116
2161
|
}
|
|
2117
2162
|
|
|
2118
|
-
.sm\:p-8{
|
|
2163
|
+
.sm\:p-8 {
|
|
2119
2164
|
padding: 2rem;
|
|
2120
2165
|
}
|
|
2121
2166
|
|
|
2122
|
-
.sm\:p-2{
|
|
2167
|
+
.sm\:p-2 {
|
|
2123
2168
|
padding: 0.5rem;
|
|
2124
2169
|
}
|
|
2125
2170
|
|
|
2126
|
-
.sm\:px-6{
|
|
2171
|
+
.sm\:px-6 {
|
|
2127
2172
|
padding-left: 1.5rem;
|
|
2128
2173
|
padding-right: 1.5rem;
|
|
2129
2174
|
}
|
|
2130
2175
|
|
|
2131
|
-
.sm\:py-10{
|
|
2176
|
+
.sm\:py-10 {
|
|
2132
2177
|
padding-top: 2.5rem;
|
|
2133
2178
|
padding-bottom: 2.5rem;
|
|
2134
2179
|
}
|
|
2135
2180
|
|
|
2136
|
-
.sm\:pt-1{
|
|
2181
|
+
.sm\:pt-1 {
|
|
2137
2182
|
padding-top: 0.25rem;
|
|
2138
2183
|
}
|
|
2139
2184
|
|
|
2140
|
-
.sm\:pr-2{
|
|
2185
|
+
.sm\:pr-2 {
|
|
2141
2186
|
padding-right: 0.5rem;
|
|
2142
2187
|
}
|
|
2143
2188
|
|
|
2144
|
-
.sm\:text-center{
|
|
2189
|
+
.sm\:text-center {
|
|
2145
2190
|
text-align: center;
|
|
2146
2191
|
}
|
|
2147
2192
|
|
|
2148
|
-
.sm\:align-middle{
|
|
2193
|
+
.sm\:align-middle {
|
|
2149
2194
|
vertical-align: middle;
|
|
2150
2195
|
}
|
|
2151
2196
|
}
|
|
2152
2197
|
|
|
2153
|
-
@media (min-width: 768px){
|
|
2154
|
-
.md\:ml-4{
|
|
2198
|
+
@media (min-width: 768px) {
|
|
2199
|
+
.md\:ml-4 {
|
|
2155
2200
|
margin-left: 1rem;
|
|
2156
2201
|
}
|
|
2157
2202
|
|
|
2158
|
-
.md\:flex{
|
|
2203
|
+
.md\:flex {
|
|
2159
2204
|
display: flex;
|
|
2160
2205
|
}
|
|
2161
2206
|
|
|
2162
|
-
.md\:hidden{
|
|
2207
|
+
.md\:hidden {
|
|
2163
2208
|
display: none;
|
|
2164
2209
|
}
|
|
2165
2210
|
|
|
2166
|
-
.md\:p-4{
|
|
2211
|
+
.md\:p-4 {
|
|
2167
2212
|
padding: 1rem;
|
|
2168
2213
|
}
|
|
2169
2214
|
|
|
2170
|
-
.md\:pb-4{
|
|
2215
|
+
.md\:pb-4 {
|
|
2171
2216
|
padding-bottom: 1rem;
|
|
2172
2217
|
}
|
|
2173
2218
|
|
|
2174
|
-
.md\:text-base{
|
|
2219
|
+
.md\:text-base {
|
|
2175
2220
|
font-size: 1rem;
|
|
2176
2221
|
}
|
|
2177
2222
|
}
|
|
2178
2223
|
|
|
2179
|
-
@media (min-width: 1024px){
|
|
2180
|
-
.lg\:px-8{
|
|
2224
|
+
@media (min-width: 1024px) {
|
|
2225
|
+
.lg\:px-8 {
|
|
2181
2226
|
padding-left: 2rem;
|
|
2182
2227
|
padding-right: 2rem;
|
|
2183
2228
|
}
|