@salla.sa/twilight-components 1.0.57 → 1.0.60
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/dist/cjs/{index-0b5b5867.js → index-543e387e.js} +293 -8
- package/dist/cjs/index.cjs.js +0 -11
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/salla-branches.cjs.entry.js +2 -2
- package/dist/cjs/salla-button.cjs.entry.js +9 -9
- package/dist/cjs/salla-conditional-fields.cjs.entry.js +90 -0
- package/dist/cjs/salla-infinite-scroll.cjs.entry.js +2 -2
- package/dist/cjs/salla-localization-modal.cjs.entry.js +2 -2
- package/dist/cjs/salla-login-modal.cjs.entry.js +199 -4
- package/dist/cjs/salla-modal_2.cjs.entry.js +87 -4
- package/dist/cjs/salla-offer-modal.cjs.entry.js +2 -2
- package/dist/cjs/salla-product-availability.cjs.entry.js +2 -2
- package/dist/cjs/salla-quantity-input.cjs.entry.js +67 -0
- package/dist/cjs/salla-rating-modal.cjs.entry.js +6 -56
- package/dist/cjs/salla-rating-stars.cjs.entry.js +80 -0
- package/dist/cjs/salla-tabby.cjs.entry.js +19 -0
- package/dist/cjs/salla-tamara.cjs.entry.js +19 -0
- package/dist/cjs/salla-tel-input.cjs.entry.js +2 -2
- package/dist/cjs/salla-verify-modal.cjs.entry.js +2 -2
- package/dist/cjs/twilight-components.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +7 -2
- package/dist/collection/components/salla-branches/salla-branches.css +1077 -0
- package/dist/collection/components/salla-button/salla-button.css +1077 -0
- package/dist/collection/components/salla-button/salla-button.js +10 -10
- package/dist/collection/components/salla-conditional-fields/salla-conditional-fields.css +3 -0
- package/dist/collection/components/salla-conditional-fields/salla-conditional-fields.js +96 -0
- package/dist/collection/components/salla-infinite-scroll/salla-infinite-scroll.css +1077 -0
- package/dist/collection/components/salla-localization-modal/salla-localization-modal.css +1077 -0
- package/dist/collection/components/salla-login-modal/salla-login-modal.css +1077 -0
- package/dist/collection/components/salla-modal/salla-modal.css +1077 -0
- package/dist/collection/components/salla-offer-modal/salla-offer-modal.css +1077 -0
- package/dist/collection/components/salla-product-availability/salla-product-availability.css +1077 -0
- package/dist/collection/components/salla-quantity-input/salla-quantity-input.css +3 -0
- package/dist/collection/components/salla-quantity-input/salla-quantity-input.js +74 -0
- package/dist/collection/components/salla-rating-modal/salla-rating-modal.css +1077 -0
- package/dist/collection/components/salla-rating-modal/salla-rating-modal.js +5 -59
- package/dist/collection/components/salla-rating-stars/salla-rating-stars.css +1089 -0
- package/dist/collection/components/salla-rating-stars/salla-rating-stars.js +137 -0
- package/dist/collection/components/salla-search/salla-search.css +1077 -0
- package/dist/collection/components/salla-tabby/salla-tabby.css +1117 -0
- package/dist/collection/components/salla-tabby/salla-tabby.js +14 -0
- package/dist/collection/components/salla-tamara/salla-tamara.css +1135 -0
- package/dist/collection/components/salla-tamara/salla-tamara.js +15 -0
- package/dist/collection/components/salla-tel-input/salla-tel-input.css +1290 -0
- package/dist/collection/components/salla-verify-modal/salla-verify-modal.css +1077 -0
- package/dist/collection/index.js +1 -2
- package/dist/components/Helper.js +23 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/index.js +1 -0
- package/dist/components/salla-branches.d.ts +7 -0
- package/dist/components/salla-branches.js +90 -0
- package/dist/components/salla-button.d.ts +7 -0
- package/dist/components/salla-button.js +118 -0
- package/dist/components/salla-conditional-fields.d.ts +7 -0
- package/dist/components/salla-conditional-fields.js +89 -0
- package/dist/components/salla-infinite-scroll.d.ts +7 -0
- package/dist/components/salla-infinite-scroll.js +93 -0
- package/dist/components/salla-localization-modal.d.ts +7 -0
- package/dist/components/salla-localization-modal.js +116 -0
- package/dist/components/salla-login-modal.d.ts +7 -0
- package/dist/components/salla-login-modal.js +205 -0
- package/dist/components/salla-modal.d.ts +7 -0
- package/dist/components/salla-modal.js +152 -0
- package/dist/components/salla-offer-modal.d.ts +7 -0
- package/dist/components/salla-offer-modal.js +141 -0
- package/dist/components/salla-product-availability.d.ts +7 -0
- package/dist/components/salla-product-availability.js +114 -0
- package/dist/components/salla-quantity-input.d.ts +7 -0
- package/dist/components/salla-quantity-input.js +66 -0
- package/dist/components/salla-rating-modal.d.ts +7 -0
- package/dist/components/salla-rating-modal.js +178 -0
- package/dist/components/salla-rating-stars.d.ts +7 -0
- package/dist/components/salla-rating-stars.js +79 -0
- package/dist/components/salla-search.d.ts +7 -0
- package/dist/components/salla-search.js +91 -0
- package/dist/components/salla-tabby.d.ts +7 -0
- package/dist/components/salla-tabby.js +18 -0
- package/dist/components/salla-tamara.d.ts +7 -0
- package/dist/components/salla-tamara.js +19 -0
- package/dist/components/salla-tel-input.d.ts +7 -0
- package/dist/components/salla-tel-input.js +1477 -0
- package/dist/components/salla-verify-modal.d.ts +7 -0
- package/dist/components/salla-verify-modal.js +147 -0
- package/dist/esm/{index-8b97d225.js → index-2423ebcb.js} +293 -8
- package/dist/esm/index.js +1 -4
- package/dist/esm/loader.js +2 -2
- package/dist/esm/salla-branches.entry.js +2 -2
- package/dist/esm/salla-button.entry.js +9 -9
- package/dist/esm/salla-conditional-fields.entry.js +86 -0
- package/dist/esm/salla-infinite-scroll.entry.js +2 -2
- package/dist/esm/salla-localization-modal.entry.js +2 -2
- package/dist/esm/salla-login-modal.entry.js +202 -3
- package/dist/esm/salla-modal_2.entry.js +87 -4
- package/dist/esm/salla-offer-modal.entry.js +2 -2
- package/dist/esm/salla-product-availability.entry.js +2 -2
- package/dist/esm/salla-quantity-input.entry.js +63 -0
- package/dist/esm/salla-rating-modal.entry.js +6 -56
- package/dist/esm/salla-rating-stars.entry.js +76 -0
- package/dist/esm/salla-tabby.entry.js +15 -0
- package/dist/esm/salla-tamara.entry.js +15 -0
- package/dist/esm/salla-tel-input.entry.js +2 -2
- package/dist/esm/salla-verify-modal.entry.js +2 -2
- package/dist/esm/twilight-components.js +2 -2
- package/dist/twilight-components/index.esm.js +0 -1
- package/dist/twilight-components/p-01accdcd.entry.js +1 -0
- package/dist/twilight-components/p-0e85664f.entry.js +1 -0
- package/dist/twilight-components/p-0ee36dd8.entry.js +1 -0
- package/dist/twilight-components/p-1fb0ca8a.js +1 -0
- package/dist/twilight-components/p-1ffd27c4.entry.js +1 -0
- package/dist/twilight-components/p-2012882b.entry.js +1 -0
- package/dist/twilight-components/p-3d9fd3d3.entry.js +1 -0
- package/dist/twilight-components/p-5b2cdd7c.entry.js +1 -0
- package/dist/twilight-components/p-728bd268.entry.js +1 -0
- package/dist/twilight-components/p-72985a41.entry.js +1 -0
- package/dist/twilight-components/p-747f80df.entry.js +1 -0
- package/dist/twilight-components/p-81a7a676.entry.js +1 -0
- package/dist/twilight-components/p-880711d4.entry.js +1 -0
- package/dist/twilight-components/p-8dd742df.entry.js +1 -0
- package/dist/twilight-components/p-9642541b.entry.js +1 -0
- package/dist/twilight-components/p-a24588ab.entry.js +1 -0
- package/dist/twilight-components/p-e3cbda45.entry.js +1 -0
- package/dist/twilight-components/twilight-components.css +1 -1
- package/dist/twilight-components/twilight-components.esm.js +1 -1
- package/dist/types/components/salla-button/salla-button.d.ts +2 -2
- package/dist/types/components/salla-conditional-fields/salla-conditional-fields.d.ts +10 -0
- package/dist/types/components/salla-quantity-input/salla-quantity-input.d.ts +19 -0
- package/dist/types/components/salla-rating-modal/salla-rating-modal.d.ts +0 -3
- package/dist/types/components/salla-rating-stars/salla-rating-stars.d.ts +11 -0
- package/dist/types/components/salla-tabby/salla-tabby.d.ts +3 -0
- package/dist/types/components/salla-tamara/salla-tamara.d.ts +3 -0
- package/dist/types/components.d.ts +79 -8
- package/dist/types/index.d.ts +1 -2
- package/example/assets/images/star.png +0 -0
- package/example/dist/tailwind.css +964 -329
- package/example/dist/twilight.js +437 -2
- package/example/index.html +681 -125
- package/package.json +17 -10
- package/dist/cjs/salla-login-modal-02e4e65e.js +0 -204
- package/dist/cjs/salla-search-9d17eb96.js +0 -90
- package/dist/esm/salla-login-modal-7ad386c8.js +0 -202
- package/dist/esm/salla-search-ce45eb5b.js +0 -88
- package/dist/loader/cdn.js +0 -3
- package/dist/loader/index.cjs.js +0 -3
- package/dist/loader/index.d.ts +0 -13
- package/dist/loader/index.es2017.js +0 -3
- package/dist/loader/index.js +0 -4
- package/dist/loader/package.json +0 -10
- package/dist/twilight-components/p-1514ed09.js +0 -1
- package/dist/twilight-components/p-2a032b88.entry.js +0 -1
- package/dist/twilight-components/p-2f3f4cce.entry.js +0 -1
- package/dist/twilight-components/p-635c08a7.entry.js +0 -1
- package/dist/twilight-components/p-646fbb7f.entry.js +0 -1
- package/dist/twilight-components/p-64977eab.entry.js +0 -1
- package/dist/twilight-components/p-79ab1ed9.entry.js +0 -1
- package/dist/twilight-components/p-7c4ba872.entry.js +0 -1
- package/dist/twilight-components/p-84936d9d.entry.js +0 -1
- package/dist/twilight-components/p-884a80ca.entry.js +0 -1
- package/dist/twilight-components/p-c51984d6.entry.js +0 -1
- package/dist/twilight-components/p-cb1c59a2.js +0 -1
- package/dist/twilight-components/p-ebd63ad4.js +0 -1
- package/dist/twilight-components/p-ee9d8563.entry.js +0 -1
|
@@ -609,6 +609,23 @@ video {
|
|
|
609
609
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
610
610
|
--tw-ring-shadow: 0 0 #0000;
|
|
611
611
|
--tw-shadow: 0 0 #0000;
|
|
612
|
+
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
613
|
+
--tw-ring-offset-width: 0px;
|
|
614
|
+
--tw-ring-offset-color: #fff;
|
|
615
|
+
--tw-ring-color: rgba(59, 130, 246, 0.5);
|
|
616
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
617
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
618
|
+
--tw-shadow: 0 0 #0000;
|
|
619
|
+
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
|
|
620
|
+
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
|
|
621
|
+
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
|
|
622
|
+
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
|
|
623
|
+
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
|
|
624
|
+
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
|
|
625
|
+
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
|
|
626
|
+
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
|
|
627
|
+
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
|
|
628
|
+
--tw-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);
|
|
612
629
|
}
|
|
613
630
|
|
|
614
631
|
.container {
|
|
@@ -657,17 +674,54 @@ video {
|
|
|
657
674
|
}
|
|
658
675
|
}
|
|
659
676
|
|
|
677
|
+
.sr-only {
|
|
678
|
+
position: absolute;
|
|
679
|
+
width: 1px;
|
|
680
|
+
height: 1px;
|
|
681
|
+
padding: 0;
|
|
682
|
+
margin: -1px;
|
|
683
|
+
overflow: hidden;
|
|
684
|
+
clip: rect(0, 0, 0, 0);
|
|
685
|
+
white-space: nowrap;
|
|
686
|
+
border-width: 0;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.absolute {
|
|
690
|
+
position: absolute;
|
|
691
|
+
}
|
|
692
|
+
|
|
660
693
|
.relative {
|
|
661
694
|
position: relative;
|
|
662
695
|
}
|
|
663
696
|
|
|
697
|
+
.top-full {
|
|
698
|
+
top: 100%;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.right-0 {
|
|
702
|
+
right: 0px;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.z-50 {
|
|
706
|
+
z-index: 50;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.col-span-3 {
|
|
710
|
+
grid-column: span 3 / span 3;
|
|
711
|
+
}
|
|
712
|
+
|
|
664
713
|
.col-span-2 {
|
|
665
714
|
grid-column: span 2 / span 2;
|
|
666
715
|
}
|
|
667
716
|
|
|
668
|
-
.
|
|
669
|
-
margin-
|
|
670
|
-
margin-
|
|
717
|
+
.mx-auto {
|
|
718
|
+
margin-left: auto;
|
|
719
|
+
margin-right: auto;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.-my-1 {
|
|
723
|
+
margin-top: -0.25rem;
|
|
724
|
+
margin-bottom: -0.25rem;
|
|
671
725
|
}
|
|
672
726
|
|
|
673
727
|
.my-4 {
|
|
@@ -675,12 +729,84 @@ video {
|
|
|
675
729
|
margin-bottom: 1rem;
|
|
676
730
|
}
|
|
677
731
|
|
|
732
|
+
.ml-6 {
|
|
733
|
+
margin-left: 1.5rem;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.mr-2 {
|
|
737
|
+
margin-right: 0.5rem;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.ml-1\.5 {
|
|
741
|
+
margin-left: 0.375rem;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.ml-1 {
|
|
745
|
+
margin-left: 0.25rem;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.ml-auto {
|
|
749
|
+
margin-left: auto;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.-mr-1\.5 {
|
|
753
|
+
margin-right: -0.375rem;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.-mr-1 {
|
|
757
|
+
margin-right: -0.25rem;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.ml-2\.5 {
|
|
761
|
+
margin-left: 0.625rem;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.ml-2 {
|
|
765
|
+
margin-left: 0.5rem;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.mt-3 {
|
|
769
|
+
margin-top: 0.75rem;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.-mr-0\.5 {
|
|
773
|
+
margin-right: -0.125rem;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.-mr-0 {
|
|
777
|
+
margin-right: 0px;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.mb-0\.5 {
|
|
781
|
+
margin-bottom: 0.125rem;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.mb-0 {
|
|
785
|
+
margin-bottom: 0px;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.mr-3 {
|
|
789
|
+
margin-right: 0.75rem;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.mt-2 {
|
|
793
|
+
margin-top: 0.5rem;
|
|
794
|
+
}
|
|
795
|
+
|
|
678
796
|
.mb-4 {
|
|
679
797
|
margin-bottom: 1rem;
|
|
680
798
|
}
|
|
681
799
|
|
|
682
|
-
.
|
|
683
|
-
margin-
|
|
800
|
+
.mb-10 {
|
|
801
|
+
margin-bottom: 2.5rem;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.block {
|
|
805
|
+
display: block;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.inline {
|
|
809
|
+
display: inline;
|
|
684
810
|
}
|
|
685
811
|
|
|
686
812
|
.flex {
|
|
@@ -691,6 +817,14 @@ video {
|
|
|
691
817
|
display: grid;
|
|
692
818
|
}
|
|
693
819
|
|
|
820
|
+
.hidden {
|
|
821
|
+
display: none;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.h-8 {
|
|
825
|
+
height: 2rem;
|
|
826
|
+
}
|
|
827
|
+
|
|
694
828
|
.h-40 {
|
|
695
829
|
height: 10rem;
|
|
696
830
|
}
|
|
@@ -699,14 +833,30 @@ video {
|
|
|
699
833
|
max-height: 3.5rem;
|
|
700
834
|
}
|
|
701
835
|
|
|
836
|
+
.w-8 {
|
|
837
|
+
width: 2rem;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.w-60 {
|
|
841
|
+
width: 15rem;
|
|
842
|
+
}
|
|
843
|
+
|
|
702
844
|
.w-full {
|
|
703
845
|
width: 100%;
|
|
704
846
|
}
|
|
705
847
|
|
|
848
|
+
.flex-none {
|
|
849
|
+
flex: none;
|
|
850
|
+
}
|
|
851
|
+
|
|
706
852
|
.grid-flow-row {
|
|
707
853
|
grid-auto-flow: row;
|
|
708
854
|
}
|
|
709
855
|
|
|
856
|
+
.grid-cols-3 {
|
|
857
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
858
|
+
}
|
|
859
|
+
|
|
710
860
|
.grid-cols-2 {
|
|
711
861
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
712
862
|
}
|
|
@@ -723,16 +873,16 @@ video {
|
|
|
723
873
|
align-items: center;
|
|
724
874
|
}
|
|
725
875
|
|
|
726
|
-
.items-stretch {
|
|
727
|
-
align-items: stretch;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
876
|
.justify-center {
|
|
731
877
|
justify-content: center;
|
|
732
878
|
}
|
|
733
879
|
|
|
734
|
-
.
|
|
735
|
-
|
|
880
|
+
.gap-2 {
|
|
881
|
+
gap: 0.5rem;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.gap-3 {
|
|
885
|
+
gap: 0.75rem;
|
|
736
886
|
}
|
|
737
887
|
|
|
738
888
|
.gap-4 {
|
|
@@ -743,6 +893,53 @@ video {
|
|
|
743
893
|
gap: 1.5rem;
|
|
744
894
|
}
|
|
745
895
|
|
|
896
|
+
.gap-x-8 {
|
|
897
|
+
-moz-column-gap: 2rem;
|
|
898
|
+
column-gap: 2rem;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.gap-y-6 {
|
|
902
|
+
row-gap: 1.5rem;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
|
|
906
|
+
--tw-space-y-reverse: 0;
|
|
907
|
+
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
|
|
908
|
+
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
912
|
+
--tw-space-y-reverse: 0;
|
|
913
|
+
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
914
|
+
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
918
|
+
--tw-divide-y-reverse: 0;
|
|
919
|
+
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
920
|
+
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
|
|
924
|
+
--tw-divide-opacity: 1;
|
|
925
|
+
border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
|
|
929
|
+
--tw-divide-opacity: 1;
|
|
930
|
+
border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.truncate {
|
|
934
|
+
overflow: hidden;
|
|
935
|
+
text-overflow: ellipsis;
|
|
936
|
+
white-space: nowrap;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.rounded-lg {
|
|
940
|
+
border-radius: 0.5rem;
|
|
941
|
+
}
|
|
942
|
+
|
|
746
943
|
.rounded-md {
|
|
747
944
|
border-radius: 0.375rem;
|
|
748
945
|
}
|
|
@@ -751,10 +948,24 @@ video {
|
|
|
751
948
|
border-bottom-width: 1px;
|
|
752
949
|
}
|
|
753
950
|
|
|
951
|
+
.border-l {
|
|
952
|
+
border-left-width: 1px;
|
|
953
|
+
}
|
|
954
|
+
|
|
754
955
|
.border-dashed {
|
|
755
956
|
border-style: dashed;
|
|
756
957
|
}
|
|
757
958
|
|
|
959
|
+
.border-gray-100 {
|
|
960
|
+
--tw-border-opacity: 1;
|
|
961
|
+
border-color: rgba(244, 244, 245, var(--tw-border-opacity));
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.border-gray-200 {
|
|
965
|
+
--tw-border-opacity: 1;
|
|
966
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
967
|
+
}
|
|
968
|
+
|
|
758
969
|
.bg-gray-50 {
|
|
759
970
|
--tw-bg-opacity: 1;
|
|
760
971
|
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
@@ -765,6 +976,11 @@ video {
|
|
|
765
976
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
766
977
|
}
|
|
767
978
|
|
|
979
|
+
.bg-gray-200 {
|
|
980
|
+
--tw-bg-opacity: 1;
|
|
981
|
+
background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
|
|
982
|
+
}
|
|
983
|
+
|
|
768
984
|
.bg-green-50 {
|
|
769
985
|
--tw-bg-opacity: 1;
|
|
770
986
|
background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
|
|
@@ -789,14 +1005,54 @@ video {
|
|
|
789
1005
|
padding: 0.75rem;
|
|
790
1006
|
}
|
|
791
1007
|
|
|
792
|
-
.
|
|
793
|
-
padding-
|
|
794
|
-
padding-
|
|
1008
|
+
.px-4 {
|
|
1009
|
+
padding-left: 1rem;
|
|
1010
|
+
padding-right: 1rem;
|
|
795
1011
|
}
|
|
796
1012
|
|
|
797
|
-
.py-
|
|
798
|
-
padding-top:
|
|
799
|
-
padding-bottom:
|
|
1013
|
+
.py-5 {
|
|
1014
|
+
padding-top: 1.25rem;
|
|
1015
|
+
padding-bottom: 1.25rem;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.py-3 {
|
|
1019
|
+
padding-top: 0.75rem;
|
|
1020
|
+
padding-bottom: 0.75rem;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
.px-3\.5 {
|
|
1024
|
+
padding-left: 0.875rem;
|
|
1025
|
+
padding-right: 0.875rem;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.px-3 {
|
|
1029
|
+
padding-left: 0.75rem;
|
|
1030
|
+
padding-right: 0.75rem;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
.py-1\.5 {
|
|
1034
|
+
padding-top: 0.375rem;
|
|
1035
|
+
padding-bottom: 0.375rem;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
.py-1 {
|
|
1039
|
+
padding-top: 0.25rem;
|
|
1040
|
+
padding-bottom: 0.25rem;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
.py-8 {
|
|
1044
|
+
padding-top: 2rem;
|
|
1045
|
+
padding-bottom: 2rem;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.px-2\.5 {
|
|
1049
|
+
padding-left: 0.625rem;
|
|
1050
|
+
padding-right: 0.625rem;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.px-2 {
|
|
1054
|
+
padding-left: 0.5rem;
|
|
1055
|
+
padding-right: 0.5rem;
|
|
800
1056
|
}
|
|
801
1057
|
|
|
802
1058
|
.py-10 {
|
|
@@ -804,12 +1060,73 @@ video {
|
|
|
804
1060
|
padding-bottom: 2.5rem;
|
|
805
1061
|
}
|
|
806
1062
|
|
|
1063
|
+
.pl-6 {
|
|
1064
|
+
padding-left: 1.5rem;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
.pt-16 {
|
|
1068
|
+
padding-top: 4rem;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
.pb-24 {
|
|
1072
|
+
padding-bottom: 6rem;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.pb-12 {
|
|
1076
|
+
padding-bottom: 3rem;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.pb-6 {
|
|
1080
|
+
padding-bottom: 1.5rem;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
807
1083
|
.text-center {
|
|
808
1084
|
text-align: center;
|
|
809
1085
|
}
|
|
810
1086
|
|
|
811
|
-
.
|
|
812
|
-
font-
|
|
1087
|
+
.text-sm {
|
|
1088
|
+
font-size: 0.875rem;
|
|
1089
|
+
line-height: 1.25rem;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
.text-xs {
|
|
1093
|
+
font-size: 0.75rem;
|
|
1094
|
+
line-height: 1rem;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
.text-3xl {
|
|
1098
|
+
font-size: 1.875rem;
|
|
1099
|
+
line-height: 2.25rem;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.text-2xl {
|
|
1103
|
+
font-size: 1.5rem;
|
|
1104
|
+
line-height: 2rem;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.font-medium {
|
|
1108
|
+
font-weight: 500;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.font-normal {
|
|
1112
|
+
font-weight: 400;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.font-extrabold {
|
|
1116
|
+
font-weight: 800;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.font-semibold {
|
|
1120
|
+
font-weight: 600;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.leading-6 {
|
|
1124
|
+
line-height: 1.5rem;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.text-gray-900 {
|
|
1128
|
+
--tw-text-opacity: 1;
|
|
1129
|
+
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
|
813
1130
|
}
|
|
814
1131
|
|
|
815
1132
|
.text-gray-500 {
|
|
@@ -817,15 +1134,46 @@ video {
|
|
|
817
1134
|
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
818
1135
|
}
|
|
819
1136
|
|
|
1137
|
+
.text-gray-400 {
|
|
1138
|
+
--tw-text-opacity: 1;
|
|
1139
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1140
|
+
}
|
|
1141
|
+
|
|
820
1142
|
.text-primary {
|
|
821
1143
|
color: var(--color-main);
|
|
822
1144
|
}
|
|
823
1145
|
|
|
1146
|
+
.shadow-md {
|
|
1147
|
+
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
1148
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1149
|
+
}
|
|
1150
|
+
|
|
824
1151
|
.shadow-sm {
|
|
825
1152
|
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
826
1153
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
827
1154
|
}
|
|
828
1155
|
|
|
1156
|
+
.ring-1 {
|
|
1157
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1158
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1159
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.ring-gray-900 {
|
|
1163
|
+
--tw-ring-opacity: 1;
|
|
1164
|
+
--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.ring-opacity-5 {
|
|
1168
|
+
--tw-ring-opacity: 0.05;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
.transition-colors {
|
|
1172
|
+
transition-property: background-color, border-color, color, fill, stroke;
|
|
1173
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1174
|
+
transition-duration: 150ms;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
829
1177
|
.s-hidden {
|
|
830
1178
|
display: none;
|
|
831
1179
|
}
|
|
@@ -1015,53 +1363,311 @@ video {
|
|
|
1015
1363
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1016
1364
|
}
|
|
1017
1365
|
|
|
1018
|
-
.s-button-btn
|
|
1019
|
-
|
|
1366
|
+
.s-button-btn {
|
|
1367
|
+
position: relative;
|
|
1368
|
+
display: inline-flex;
|
|
1369
|
+
flex: 1 1 0%;
|
|
1370
|
+
-webkit-user-select: none;
|
|
1371
|
+
-moz-user-select: none;
|
|
1372
|
+
-ms-user-select: none;
|
|
1373
|
+
user-select: none;
|
|
1374
|
+
flex-direction: row-reverse;
|
|
1375
|
+
align-items: center;
|
|
1376
|
+
justify-content: center;
|
|
1377
|
+
white-space: nowrap;
|
|
1378
|
+
border-radius: 0.375rem;
|
|
1379
|
+
border-style: solid;
|
|
1380
|
+
padding-left: 1.5rem;
|
|
1381
|
+
padding-right: 1.5rem;
|
|
1382
|
+
padding-bottom: 0.625rem;
|
|
1383
|
+
padding-top: 0.5rem;
|
|
1384
|
+
font-size: 0.875rem;
|
|
1385
|
+
line-height: 1.25rem;
|
|
1386
|
+
font-weight: 700;
|
|
1387
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1388
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1389
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1390
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1391
|
+
transition-duration: 150ms;
|
|
1392
|
+
transition-duration: 300ms;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.s-button-btn:hover {
|
|
1396
|
+
opacity: 0.8;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
.s-button-icon {
|
|
1400
|
+
position: relative;
|
|
1401
|
+
margin-left: 0.25rem;
|
|
1402
|
+
margin-right: 0.25rem;
|
|
1403
|
+
display: inline-flex;
|
|
1404
|
+
height: 2.5rem;
|
|
1405
|
+
width: 2.5rem;
|
|
1406
|
+
flex-shrink: 0;
|
|
1407
|
+
align-items: center;
|
|
1408
|
+
justify-content: center;
|
|
1409
|
+
border-radius: 9999px !important;
|
|
1410
|
+
padding: 0px !important;
|
|
1411
|
+
font-weight: 500;
|
|
1412
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1413
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1414
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1415
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1416
|
+
transition-duration: 150ms;
|
|
1417
|
+
transition-duration: 300ms;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
.s-button-link {
|
|
1421
|
+
padding-left: 0.25rem;
|
|
1422
|
+
padding-right: 0.25rem;
|
|
1423
|
+
padding-top: 0.125rem;
|
|
1424
|
+
padding-bottom: 0.125rem;
|
|
1425
|
+
color: var(--color-main);
|
|
1426
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1427
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1428
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1429
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1430
|
+
transition-duration: 150ms;
|
|
1431
|
+
transition-duration: 300ms;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.s-button-link:hover {
|
|
1435
|
+
opacity: 0.7;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.s-button-disabled {
|
|
1439
|
+
opacity: 0.5;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.s-button-fill-none {
|
|
1443
|
+
border-width: 0px !important;
|
|
1444
|
+
background-color: transparent !important;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.s-button-primary {
|
|
1448
|
+
background-color: var(--color-main);
|
|
1449
|
+
color: var(--color-main-reverse);
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.s-button-primary:hover {
|
|
1453
|
+
background-color: var(--color-main-d);
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.s-button-success {
|
|
1457
|
+
--tw-bg-opacity: 1;
|
|
1458
|
+
background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
|
|
1459
|
+
--tw-text-opacity: 1;
|
|
1460
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.s-button-success:hover {
|
|
1464
|
+
--tw-bg-opacity: 1;
|
|
1465
|
+
background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.s-button-danger {
|
|
1469
|
+
--tw-bg-opacity: 1;
|
|
1470
|
+
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
|
|
1471
|
+
--tw-text-opacity: 1;
|
|
1472
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
.s-button-danger:hover {
|
|
1476
|
+
--tw-bg-opacity: 1;
|
|
1477
|
+
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.s-button-warning {
|
|
1481
|
+
--tw-bg-opacity: 1;
|
|
1482
|
+
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
|
|
1483
|
+
--tw-text-opacity: 1;
|
|
1484
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
.s-button-warning:hover {
|
|
1488
|
+
--tw-bg-opacity: 1;
|
|
1489
|
+
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
.s-button-gray {
|
|
1493
|
+
--tw-bg-opacity: 1;
|
|
1494
|
+
background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
|
|
1495
|
+
--tw-text-opacity: 1;
|
|
1496
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.s-button-gray:hover {
|
|
1500
|
+
--tw-bg-opacity: 1;
|
|
1501
|
+
background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.s-button-dark {
|
|
1505
|
+
--tw-bg-opacity: 1;
|
|
1506
|
+
background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
|
|
1507
|
+
--tw-text-opacity: 1;
|
|
1508
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
.s-button-dark:hover {
|
|
1512
|
+
--tw-bg-opacity: 1;
|
|
1513
|
+
background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.s-button-light {
|
|
1517
|
+
--tw-bg-opacity: 1;
|
|
1518
|
+
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
1519
|
+
--tw-text-opacity: 1;
|
|
1520
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
.s-button-light:hover {
|
|
1524
|
+
--tw-bg-opacity: 1;
|
|
1525
|
+
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.s-button-primary-outline {
|
|
1529
|
+
color: var(--color-main);
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.s-button-primary-outline:hover {
|
|
1533
|
+
background-color: var(--color-main);
|
|
1534
|
+
color: var(--color-main-reverse);
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
.s-button-success-outline {
|
|
1538
|
+
--tw-text-opacity: 1;
|
|
1539
|
+
color: rgba(34, 197, 94, var(--tw-text-opacity));
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.s-button-success-outline:hover {
|
|
1543
|
+
--tw-bg-opacity: 1;
|
|
1544
|
+
background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
|
|
1545
|
+
--tw-text-opacity: 1;
|
|
1546
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
.s-button-danger-outline {
|
|
1550
|
+
--tw-text-opacity: 1;
|
|
1551
|
+
color: rgba(248, 113, 113, var(--tw-text-opacity));
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.s-button-danger-outline:hover {
|
|
1555
|
+
--tw-bg-opacity: 1;
|
|
1556
|
+
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
|
|
1557
|
+
--tw-text-opacity: 1;
|
|
1558
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
.s-button-warning-outline {
|
|
1562
|
+
--tw-text-opacity: 1;
|
|
1563
|
+
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
.s-button-warning-outline:hover {
|
|
1567
|
+
--tw-bg-opacity: 1;
|
|
1568
|
+
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
|
|
1569
|
+
--tw-text-opacity: 1;
|
|
1570
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
.s-button-gray-outline {
|
|
1574
|
+
--tw-text-opacity: 1;
|
|
1575
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
.s-button-gray-outline:hover {
|
|
1579
|
+
--tw-bg-opacity: 1;
|
|
1580
|
+
background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
|
|
1581
|
+
--tw-text-opacity: 1;
|
|
1582
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
.s-button-dark-outline {
|
|
1586
|
+
--tw-text-opacity: 1;
|
|
1587
|
+
color: rgba(63, 63, 70, var(--tw-text-opacity));
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
.s-button-dark-outline:hover {
|
|
1591
|
+
--tw-bg-opacity: 1;
|
|
1592
|
+
background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
|
|
1593
|
+
--tw-text-opacity: 1;
|
|
1594
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
.s-button-light-outline {
|
|
1598
|
+
--tw-border-opacity: 1 !important;
|
|
1599
|
+
border-color: rgba(239, 240, 240, var(--tw-border-opacity)) !important;
|
|
1600
|
+
--tw-bg-opacity: 1;
|
|
1601
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1602
|
+
--tw-text-opacity: 1;
|
|
1603
|
+
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.s-button-light-outline:hover {
|
|
1607
|
+
--tw-border-opacity: 1 !important;
|
|
1608
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
.s-button-primary-link {
|
|
1612
|
+
color: var(--color-main);
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.s-button-success-link {
|
|
1616
|
+
--tw-text-opacity: 1;
|
|
1617
|
+
color: rgba(34, 197, 94, var(--tw-text-opacity));
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
.s-button-danger-link {
|
|
1621
|
+
--tw-text-opacity: 1;
|
|
1622
|
+
color: rgba(248, 113, 113, var(--tw-text-opacity));
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
.s-button-warning-link {
|
|
1626
|
+
--tw-text-opacity: 1;
|
|
1627
|
+
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.s-button-gray-link {
|
|
1631
|
+
--tw-text-opacity: 1;
|
|
1632
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
.s-button-dark-link {
|
|
1636
|
+
--tw-text-opacity: 1;
|
|
1637
|
+
color: rgba(63, 63, 70, var(--tw-text-opacity));
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
.s-button-light-link {
|
|
1641
|
+
--tw-text-opacity: 1;
|
|
1642
|
+
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
.s-button-small {
|
|
1646
|
+
border-radius: 0.125rem;
|
|
1647
|
+
padding-left: 1rem;
|
|
1648
|
+
padding-right: 1rem;
|
|
1649
|
+
padding-bottom: 0.375rem;
|
|
1650
|
+
padding-top: 0.25rem;
|
|
1651
|
+
font-size: 0.75rem;
|
|
1652
|
+
line-height: 1rem;
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
.s-button-large {
|
|
1656
|
+
padding-left: 2rem;
|
|
1657
|
+
padding-right: 2rem;
|
|
1658
|
+
padding-bottom: 1rem;
|
|
1659
|
+
padding-top: 1rem;
|
|
1660
|
+
font-size: 1.25rem;
|
|
1661
|
+
line-height: 1.75rem;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.s-button-wide {
|
|
1665
|
+
width: 100%;
|
|
1020
1666
|
}
|
|
1021
1667
|
|
|
1022
|
-
.s-button-
|
|
1023
|
-
pointer-events: auto;
|
|
1024
|
-
position: relative;
|
|
1668
|
+
.s-button-text {
|
|
1025
1669
|
display: flex;
|
|
1026
|
-
-webkit-user-select: none;
|
|
1027
|
-
-moz-user-select: none;
|
|
1028
|
-
-ms-user-select: none;
|
|
1029
|
-
user-select: none;
|
|
1030
|
-
flex-direction: row-reverse;
|
|
1031
|
-
align-items: center;
|
|
1032
|
-
justify-content: center;
|
|
1033
|
-
white-space: nowrap;
|
|
1034
|
-
border-style: solid;
|
|
1035
|
-
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1036
|
-
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1037
|
-
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1038
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1039
|
-
transition-duration: 150ms;
|
|
1040
|
-
transition-duration: 300ms;
|
|
1041
|
-
display: inline-flex;
|
|
1042
|
-
flex: 1 1 0%;
|
|
1043
1670
|
align-items: center;
|
|
1044
|
-
justify-content: center;
|
|
1045
|
-
white-space: nowrap;
|
|
1046
|
-
border-radius: 0.375rem;
|
|
1047
|
-
padding-left: 1.5rem;
|
|
1048
|
-
padding-right: 1.5rem;
|
|
1049
|
-
padding-bottom: 0.625rem;
|
|
1050
|
-
padding-top: 0.5rem;
|
|
1051
|
-
font-size: 0.875rem;
|
|
1052
|
-
line-height: 1.25rem;
|
|
1053
|
-
font-weight: 700;
|
|
1054
|
-
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1055
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1056
|
-
transition-duration: 150ms;
|
|
1057
|
-
transition-duration: 300ms;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.s-button-btn:hover {
|
|
1061
|
-
opacity: 0.8;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
.s-button-text {
|
|
1065
1671
|
transition-property: opacity;
|
|
1066
1672
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1067
1673
|
transition-duration: 150ms;
|
|
@@ -1125,85 +1731,6 @@ video {
|
|
|
1125
1731
|
content: '';
|
|
1126
1732
|
}
|
|
1127
1733
|
|
|
1128
|
-
.s-button-loader-after {
|
|
1129
|
-
flex-direction: row;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.s-button-loader-start {
|
|
1133
|
-
position: absolute;
|
|
1134
|
-
right: 0.5rem;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
.s-button-loader-end {
|
|
1138
|
-
position: absolute;
|
|
1139
|
-
left: 0.5rem;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
.s-button-loader-center {
|
|
1143
|
-
position: absolute;
|
|
1144
|
-
top: 50%;
|
|
1145
|
-
left: 50%;
|
|
1146
|
-
margin: 0px !important;
|
|
1147
|
-
--tw-translate-x: -50% !important;
|
|
1148
|
-
transform: var(--tw-transform) !important;
|
|
1149
|
-
--tw-translate-y: -50% !important;
|
|
1150
|
-
transform: var(--tw-transform) !important;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.s-button-hide {
|
|
1154
|
-
opacity: 0;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.s-button-wide {
|
|
1158
|
-
width: 100%;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.s-button-primary {
|
|
1162
|
-
border-width: 1px;
|
|
1163
|
-
border-color: var(--color-main);
|
|
1164
|
-
background-color: var(--color-main);
|
|
1165
|
-
color: var(--color-main-reverse);
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
.s-button-danger {
|
|
1169
|
-
--tw-bg-opacity: 1;
|
|
1170
|
-
background-color: rgba(255, 103, 103, var(--tw-bg-opacity));
|
|
1171
|
-
--tw-text-opacity: 1;
|
|
1172
|
-
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
.s-button-danger:hover {
|
|
1176
|
-
opacity: 0.8;
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
.s-button-outline-primary {
|
|
1180
|
-
border-width: 1px;
|
|
1181
|
-
border-color: var(--color-main);
|
|
1182
|
-
color: var(--color-main);
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
.s-button-outline-primary:hover {
|
|
1186
|
-
background-color: var(--color-main);
|
|
1187
|
-
color: var(--color-text-reverse);
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
.s-button-outline {
|
|
1191
|
-
border-width: 1px;
|
|
1192
|
-
--tw-border-opacity: 1;
|
|
1193
|
-
border-color: rgba(238, 238, 238, var(--tw-border-opacity));
|
|
1194
|
-
--tw-bg-opacity: 1;
|
|
1195
|
-
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1196
|
-
--tw-text-opacity: 1;
|
|
1197
|
-
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1198
|
-
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1199
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.s-button-outline:hover {
|
|
1203
|
-
--tw-text-opacity: 1;
|
|
1204
|
-
color: rgba(82, 82, 91, var(--tw-text-opacity));
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
1734
|
.s-infinite-scroll-wrapper {
|
|
1208
1735
|
margin-top: 1rem;
|
|
1209
1736
|
text-align: center;
|
|
@@ -1219,7 +1746,7 @@ video {
|
|
|
1219
1746
|
text-align: center;
|
|
1220
1747
|
}
|
|
1221
1748
|
|
|
1222
|
-
.s-localization-title {
|
|
1749
|
+
.s-localization-modal-title {
|
|
1223
1750
|
font-size: 1rem;
|
|
1224
1751
|
line-height: 1.5rem;
|
|
1225
1752
|
font-weight: 500;
|
|
@@ -1227,26 +1754,26 @@ video {
|
|
|
1227
1754
|
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
|
1228
1755
|
}
|
|
1229
1756
|
|
|
1230
|
-
.s-localization-section {
|
|
1757
|
+
.s-localization-modal-section {
|
|
1231
1758
|
margin-bottom: 2rem;
|
|
1232
1759
|
}
|
|
1233
1760
|
|
|
1234
|
-
.s-localization-section-inner {
|
|
1761
|
+
.s-localization-modal-section-inner {
|
|
1235
1762
|
margin-top: 1rem;
|
|
1236
1763
|
}
|
|
1237
1764
|
|
|
1238
|
-
.s-localization-section-inner > :not([hidden]) ~ :not([hidden]) {
|
|
1765
|
+
.s-localization-modal-section-inner > :not([hidden]) ~ :not([hidden]) {
|
|
1239
1766
|
--tw-space-y-reverse: 0;
|
|
1240
1767
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1241
1768
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
1242
1769
|
}
|
|
1243
1770
|
|
|
1244
|
-
.s-localization-item {
|
|
1771
|
+
.s-localization-modal-item {
|
|
1245
1772
|
display: flex;
|
|
1246
1773
|
align-items: center;
|
|
1247
1774
|
}
|
|
1248
1775
|
|
|
1249
|
-
.s-localization-input {
|
|
1776
|
+
.s-localization-modal-input {
|
|
1250
1777
|
height: 1rem;
|
|
1251
1778
|
width: 1rem;
|
|
1252
1779
|
--tw-border-opacity: 1;
|
|
@@ -1254,11 +1781,11 @@ video {
|
|
|
1254
1781
|
color: var(--color-main);
|
|
1255
1782
|
}
|
|
1256
1783
|
|
|
1257
|
-
.s-localization-input:focus {
|
|
1784
|
+
.s-localization-modal-input:focus {
|
|
1258
1785
|
--tw-ring-color: var(--color-main);
|
|
1259
1786
|
}
|
|
1260
1787
|
|
|
1261
|
-
.s-localization-label {
|
|
1788
|
+
.s-localization-modal-label {
|
|
1262
1789
|
display: flex;
|
|
1263
1790
|
flex-grow: 1;
|
|
1264
1791
|
cursor: pointer;
|
|
@@ -1273,21 +1800,18 @@ video {
|
|
|
1273
1800
|
margin-inline-start: 0.75rem;
|
|
1274
1801
|
}
|
|
1275
1802
|
|
|
1276
|
-
.s-localization-flag {
|
|
1803
|
+
.s-localization-modal-flag {
|
|
1277
1804
|
border-radius: 0.125rem;
|
|
1278
1805
|
}
|
|
1279
1806
|
|
|
1280
|
-
.s-localization-currency {
|
|
1807
|
+
.s-localization-modal-currency {
|
|
1281
1808
|
--tw-text-opacity: 1;
|
|
1282
1809
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1283
1810
|
}
|
|
1284
1811
|
|
|
1285
|
-
.s-localization-select {
|
|
1812
|
+
.s-localization-modal-select {
|
|
1286
1813
|
height: 2.5rem;
|
|
1287
1814
|
width: 100%;
|
|
1288
|
-
-webkit-appearance: none;
|
|
1289
|
-
-moz-appearance: none;
|
|
1290
|
-
appearance: none;
|
|
1291
1815
|
border-radius: 0.375rem;
|
|
1292
1816
|
--tw-border-opacity: 1;
|
|
1293
1817
|
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
@@ -1301,19 +1825,19 @@ video {
|
|
|
1301
1825
|
transition-duration: 300ms;
|
|
1302
1826
|
}
|
|
1303
1827
|
|
|
1304
|
-
.s-localization-select:focus {
|
|
1828
|
+
.s-localization-modal-select:focus {
|
|
1305
1829
|
border-color: var(--color-main);
|
|
1306
1830
|
--tw-ring-color: transparent;
|
|
1307
1831
|
}
|
|
1308
1832
|
|
|
1309
1833
|
@media (min-width: 640px) {
|
|
1310
|
-
.s-localization-select {
|
|
1834
|
+
.s-localization-modal-select {
|
|
1311
1835
|
font-size: 0.875rem;
|
|
1312
1836
|
line-height: 1.25rem;
|
|
1313
1837
|
}
|
|
1314
1838
|
}
|
|
1315
1839
|
|
|
1316
|
-
.s-login-sub-title {
|
|
1840
|
+
.s-login-modal-sub-title {
|
|
1317
1841
|
margin-bottom: 0.625rem;
|
|
1318
1842
|
font-size: 0.875rem;
|
|
1319
1843
|
line-height: 1.25rem;
|
|
@@ -1321,7 +1845,7 @@ video {
|
|
|
1321
1845
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1322
1846
|
}
|
|
1323
1847
|
|
|
1324
|
-
.s-login-main-btn {
|
|
1848
|
+
.s-login-modal-main-btn {
|
|
1325
1849
|
position: relative;
|
|
1326
1850
|
margin-bottom: 0.625rem;
|
|
1327
1851
|
box-sizing: content-box;
|
|
@@ -1348,7 +1872,7 @@ video {
|
|
|
1348
1872
|
padding-inline-start: 1.25rem;
|
|
1349
1873
|
}
|
|
1350
1874
|
|
|
1351
|
-
.s-login-main-btn > :not([hidden]) ~ :not([hidden]) {
|
|
1875
|
+
.s-login-modal-main-btn > :not([hidden]) ~ :not([hidden]) {
|
|
1352
1876
|
--tw-space-s-reverse: 0;
|
|
1353
1877
|
-webkit-margin-end: calc(0.75rem * var(--tw-space-s-reverse));
|
|
1354
1878
|
margin-inline-end: calc(0.75rem * var(--tw-space-s-reverse));
|
|
@@ -1356,12 +1880,12 @@ video {
|
|
|
1356
1880
|
margin-inline-start: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
|
|
1357
1881
|
}
|
|
1358
1882
|
|
|
1359
|
-
.s-login-main-btn:hover {
|
|
1883
|
+
.s-login-modal-main-btn:hover {
|
|
1360
1884
|
--tw-bg-opacity: 1;
|
|
1361
1885
|
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
1362
1886
|
}
|
|
1363
1887
|
|
|
1364
|
-
.s-login-main-btn-icon {
|
|
1888
|
+
.s-login-modal-main-btn-icon {
|
|
1365
1889
|
height: 3rem;
|
|
1366
1890
|
width: 3rem;
|
|
1367
1891
|
flex-shrink: 0;
|
|
@@ -1380,19 +1904,19 @@ video {
|
|
|
1380
1904
|
line-height: 2.25rem;
|
|
1381
1905
|
}
|
|
1382
1906
|
|
|
1383
|
-
.s-login-main-btn-text {
|
|
1907
|
+
.s-login-modal-main-btn-text {
|
|
1384
1908
|
flex: 1 1 0%;
|
|
1385
1909
|
padding: 0.75rem;
|
|
1386
1910
|
font-weight: 700;
|
|
1387
1911
|
}
|
|
1388
1912
|
|
|
1389
|
-
.s-login-main-btn-arrow {
|
|
1913
|
+
.s-login-modal-main-btn-arrow {
|
|
1390
1914
|
font-size: 1.25rem;
|
|
1391
1915
|
line-height: 1.75rem;
|
|
1392
1916
|
color: var(--color-main);
|
|
1393
1917
|
}
|
|
1394
1918
|
|
|
1395
|
-
.s-login-label {
|
|
1919
|
+
.s-login-modal-label {
|
|
1396
1920
|
margin-bottom: 0.5rem;
|
|
1397
1921
|
display: block;
|
|
1398
1922
|
font-size: 0.875rem;
|
|
@@ -1402,7 +1926,7 @@ video {
|
|
|
1402
1926
|
color: rgba(63, 63, 70, var(--tw-text-opacity));
|
|
1403
1927
|
}
|
|
1404
1928
|
|
|
1405
|
-
.s-login-input {
|
|
1929
|
+
.s-login-modal-input {
|
|
1406
1930
|
-webkit-appearance: none;
|
|
1407
1931
|
-moz-appearance: none;
|
|
1408
1932
|
appearance: none;
|
|
@@ -1417,30 +1941,30 @@ video {
|
|
|
1417
1941
|
transition-duration: 300ms;
|
|
1418
1942
|
}
|
|
1419
1943
|
|
|
1420
|
-
.s-login-input:focus {
|
|
1944
|
+
.s-login-modal-input:focus {
|
|
1421
1945
|
border-color: var(--color-main);
|
|
1422
1946
|
--tw-ring-color: transparent;
|
|
1423
1947
|
}
|
|
1424
1948
|
|
|
1425
|
-
.dark .s-login-input {
|
|
1949
|
+
.dark .s-login-modal-input {
|
|
1426
1950
|
--tw-border-opacity: 1;
|
|
1427
1951
|
border-color: rgba(82, 82, 91, var(--tw-border-opacity));
|
|
1428
1952
|
--tw-bg-opacity: 1;
|
|
1429
1953
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
1430
1954
|
}
|
|
1431
1955
|
|
|
1432
|
-
.dark .s-login-input:focus {
|
|
1956
|
+
.dark .s-login-modal-input:focus {
|
|
1433
1957
|
border-color: var(--color-main);
|
|
1434
1958
|
}
|
|
1435
1959
|
|
|
1436
1960
|
@media (min-width: 640px) {
|
|
1437
|
-
.s-login-input {
|
|
1961
|
+
.s-login-modal-input {
|
|
1438
1962
|
font-size: 0.875rem;
|
|
1439
1963
|
line-height: 1.25rem;
|
|
1440
1964
|
}
|
|
1441
1965
|
}
|
|
1442
1966
|
|
|
1443
|
-
.s-login-otp-input {
|
|
1967
|
+
.s-login-modal-otp-input {
|
|
1444
1968
|
height: 2.5rem;
|
|
1445
1969
|
text-align: center;
|
|
1446
1970
|
-webkit-appearance: none;
|
|
@@ -1457,30 +1981,30 @@ video {
|
|
|
1457
1981
|
transition-duration: 300ms;
|
|
1458
1982
|
}
|
|
1459
1983
|
|
|
1460
|
-
.s-login-otp-input:focus {
|
|
1984
|
+
.s-login-modal-otp-input:focus {
|
|
1461
1985
|
border-color: var(--color-main);
|
|
1462
1986
|
--tw-ring-color: transparent;
|
|
1463
1987
|
}
|
|
1464
1988
|
|
|
1465
|
-
.dark .s-login-otp-input {
|
|
1989
|
+
.dark .s-login-modal-otp-input {
|
|
1466
1990
|
--tw-border-opacity: 1;
|
|
1467
1991
|
border-color: rgba(82, 82, 91, var(--tw-border-opacity));
|
|
1468
1992
|
--tw-bg-opacity: 1;
|
|
1469
1993
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
1470
1994
|
}
|
|
1471
1995
|
|
|
1472
|
-
.dark .s-login-otp-input:focus {
|
|
1996
|
+
.dark .s-login-modal-otp-input:focus {
|
|
1473
1997
|
border-color: var(--color-main);
|
|
1474
1998
|
}
|
|
1475
1999
|
|
|
1476
2000
|
@media (min-width: 640px) {
|
|
1477
|
-
.s-login-otp-input {
|
|
2001
|
+
.s-login-modal-otp-input {
|
|
1478
2002
|
font-size: 0.875rem;
|
|
1479
2003
|
line-height: 1.25rem;
|
|
1480
2004
|
}
|
|
1481
2005
|
}
|
|
1482
2006
|
|
|
1483
|
-
.s-login-link {
|
|
2007
|
+
.s-login-modal-link {
|
|
1484
2008
|
margin-top: 1.5rem;
|
|
1485
2009
|
display: block;
|
|
1486
2010
|
text-align: center;
|
|
@@ -1489,7 +2013,7 @@ video {
|
|
|
1489
2013
|
color: var(--color-main);
|
|
1490
2014
|
}
|
|
1491
2015
|
|
|
1492
|
-
.s-login-error-message {
|
|
2016
|
+
.s-login-modal-error-message {
|
|
1493
2017
|
display: block;
|
|
1494
2018
|
height: 1.75rem;
|
|
1495
2019
|
padding-top: 0.25rem;
|
|
@@ -1499,19 +2023,19 @@ video {
|
|
|
1499
2023
|
border-color: rgba(248, 113, 113, var(--tw-border-opacity));
|
|
1500
2024
|
}
|
|
1501
2025
|
|
|
1502
|
-
.s-login-error-message:focus {
|
|
2026
|
+
.s-login-modal-error-message:focus {
|
|
1503
2027
|
--tw-border-opacity: 1;
|
|
1504
2028
|
border-color: rgba(239, 68, 68, var(--tw-border-opacity));
|
|
1505
2029
|
}
|
|
1506
2030
|
|
|
1507
|
-
.s-login-error-message {
|
|
2031
|
+
.s-login-modal-error-message {
|
|
1508
2032
|
--tw-border-opacity: 1 !important;
|
|
1509
2033
|
border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
|
|
1510
2034
|
--tw-text-opacity: 1 !important;
|
|
1511
2035
|
color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
|
|
1512
2036
|
}
|
|
1513
2037
|
|
|
1514
|
-
.s-login-wrapper {
|
|
2038
|
+
.s-login-modal-wrapper {
|
|
1515
2039
|
transition-property: all;
|
|
1516
2040
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1517
2041
|
transition-duration: 150ms;
|
|
@@ -1519,20 +2043,20 @@ video {
|
|
|
1519
2043
|
transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
|
|
1520
2044
|
}
|
|
1521
2045
|
|
|
1522
|
-
.s-login-tab {
|
|
2046
|
+
.s-login-modal-tab {
|
|
1523
2047
|
transition-property: all;
|
|
1524
2048
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1525
2049
|
transition-duration: 150ms;
|
|
1526
2050
|
transition-duration: 500ms;
|
|
1527
2051
|
}
|
|
1528
2052
|
|
|
1529
|
-
.s-login-active {
|
|
2053
|
+
.s-login-modal-active {
|
|
1530
2054
|
--tw-translate-x: 0px;
|
|
1531
2055
|
transform: var(--tw-transform);
|
|
1532
2056
|
opacity: 1;
|
|
1533
2057
|
}
|
|
1534
2058
|
|
|
1535
|
-
.s-login-unactive {
|
|
2059
|
+
.s-login-modal-unactive {
|
|
1536
2060
|
--tw-translate-x: 0.75rem;
|
|
1537
2061
|
transform: var(--tw-transform);
|
|
1538
2062
|
opacity: 0;
|
|
@@ -1550,7 +2074,7 @@ video {
|
|
|
1550
2074
|
|
|
1551
2075
|
.s-modal-wrapper {
|
|
1552
2076
|
display: flex;
|
|
1553
|
-
height:
|
|
2077
|
+
height: 100%;
|
|
1554
2078
|
align-items: flex-end;
|
|
1555
2079
|
justify-content: center;
|
|
1556
2080
|
overflow-y: auto;
|
|
@@ -1764,29 +2288,27 @@ video {
|
|
|
1764
2288
|
}
|
|
1765
2289
|
|
|
1766
2290
|
.s-modal-bg-success {
|
|
2291
|
+
--tw-border-opacity: 1;
|
|
2292
|
+
border-color: rgba(134, 239, 172, var(--tw-border-opacity));
|
|
1767
2293
|
--tw-bg-opacity: 1;
|
|
1768
2294
|
background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
|
|
2295
|
+
--tw-text-opacity: 1;
|
|
2296
|
+
color: rgba(22, 163, 74, var(--tw-text-opacity));
|
|
1769
2297
|
}
|
|
1770
2298
|
|
|
1771
2299
|
.s-modal-bg-error {
|
|
2300
|
+
--tw-border-opacity: 1;
|
|
2301
|
+
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
|
|
1772
2302
|
--tw-bg-opacity: 1;
|
|
1773
2303
|
background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
|
|
2304
|
+
--tw-text-opacity: 1;
|
|
2305
|
+
color: rgba(220, 38, 38, var(--tw-text-opacity));
|
|
1774
2306
|
}
|
|
1775
2307
|
|
|
1776
2308
|
.s-modal-bg-primary {
|
|
2309
|
+
border-color: var(--color-main);
|
|
1777
2310
|
background-color: var(--color-main);
|
|
1778
|
-
--
|
|
1779
|
-
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
.s-modal-text-success {
|
|
1783
|
-
--tw-text-opacity: 1;
|
|
1784
|
-
color: rgba(22, 163, 74, var(--tw-text-opacity));
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
.s-modal-text-error {
|
|
1788
|
-
--tw-text-opacity: 1;
|
|
1789
|
-
color: rgba(220, 38, 38, var(--tw-text-opacity));
|
|
2311
|
+
color: var(--color-main-reverse);
|
|
1790
2312
|
}
|
|
1791
2313
|
|
|
1792
2314
|
.s-modal-title {
|
|
@@ -2002,7 +2524,17 @@ video {
|
|
|
2002
2524
|
width: 100%;
|
|
2003
2525
|
}
|
|
2004
2526
|
|
|
2005
|
-
|
|
2527
|
+
@media (min-width: 768px) {
|
|
2528
|
+
.s-modal-full {
|
|
2529
|
+
height: calc(100% - 70px);
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
.s-modal-full {
|
|
2533
|
+
width: calc(100% - 70px);
|
|
2534
|
+
}
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
.s-offer-modal-body {
|
|
2006
2538
|
margin-left: -2rem;
|
|
2007
2539
|
margin-right: -2rem;
|
|
2008
2540
|
display: flex;
|
|
@@ -2013,7 +2545,7 @@ video {
|
|
|
2013
2545
|
padding-bottom: 2rem;
|
|
2014
2546
|
}
|
|
2015
2547
|
|
|
2016
|
-
.s-offer-badge {
|
|
2548
|
+
.s-offer-modal-badge {
|
|
2017
2549
|
margin-bottom: 0.625rem;
|
|
2018
2550
|
display: inline-flex;
|
|
2019
2551
|
align-items: center;
|
|
@@ -2033,18 +2565,18 @@ video {
|
|
|
2033
2565
|
margin-inline-end: 0.625rem;
|
|
2034
2566
|
}
|
|
2035
2567
|
|
|
2036
|
-
.s-offer-badge-icon {
|
|
2568
|
+
.s-offer-modal-badge-icon {
|
|
2037
2569
|
font-weight: 500;
|
|
2038
2570
|
-webkit-margin-end: 0.375rem;
|
|
2039
2571
|
margin-inline-end: 0.375rem;
|
|
2040
2572
|
}
|
|
2041
2573
|
|
|
2042
|
-
.s-offer-badge-text {
|
|
2574
|
+
.s-offer-modal-badge-text {
|
|
2043
2575
|
--tw-translate-y: -0.125rem;
|
|
2044
2576
|
transform: var(--tw-transform);
|
|
2045
2577
|
}
|
|
2046
2578
|
|
|
2047
|
-
.s-offer-product {
|
|
2579
|
+
.s-offer-modal-product {
|
|
2048
2580
|
display: flex;
|
|
2049
2581
|
width: 70%;
|
|
2050
2582
|
flex-shrink: 0;
|
|
@@ -2053,18 +2585,18 @@ video {
|
|
|
2053
2585
|
}
|
|
2054
2586
|
|
|
2055
2587
|
@media (min-width: 640px) {
|
|
2056
|
-
.s-offer-product {
|
|
2588
|
+
.s-offer-modal-product {
|
|
2057
2589
|
width: 40%;
|
|
2058
2590
|
}
|
|
2059
2591
|
}
|
|
2060
2592
|
|
|
2061
2593
|
@media (min-width: 1024px) {
|
|
2062
|
-
.s-offer-product {
|
|
2594
|
+
.s-offer-modal-product {
|
|
2063
2595
|
width: 28%;
|
|
2064
2596
|
}
|
|
2065
2597
|
}
|
|
2066
2598
|
|
|
2067
|
-
.s-offer-product-image-wrap {
|
|
2599
|
+
.s-offer-modal-product-image-wrap {
|
|
2068
2600
|
position: relative;
|
|
2069
2601
|
margin-bottom: 1rem;
|
|
2070
2602
|
display: block;
|
|
@@ -2073,18 +2605,23 @@ video {
|
|
|
2073
2605
|
border-radius: 0.375rem;
|
|
2074
2606
|
}
|
|
2075
2607
|
|
|
2076
|
-
.s-offer-product-image {
|
|
2608
|
+
.s-offer-modal-product-image {
|
|
2077
2609
|
height: 100%;
|
|
2078
2610
|
width: 100%;
|
|
2079
2611
|
-o-object-fit: cover;
|
|
2080
2612
|
object-fit: cover;
|
|
2081
2613
|
}
|
|
2082
2614
|
|
|
2083
|
-
.s-offer-
|
|
2615
|
+
.s-offer-modal-not-available {
|
|
2616
|
+
--tw-grayscale: grayscale(100%);
|
|
2617
|
+
filter: var(--tw-filter);
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
.s-offer-modal-product-info {
|
|
2084
2621
|
margin-bottom: 1rem;
|
|
2085
2622
|
}
|
|
2086
2623
|
|
|
2087
|
-
.s-offer-product-name {
|
|
2624
|
+
.s-offer-modal-product-name {
|
|
2088
2625
|
margin-bottom: 0.375rem;
|
|
2089
2626
|
display: flex;
|
|
2090
2627
|
flex-direction: column;
|
|
@@ -2096,11 +2633,11 @@ video {
|
|
|
2096
2633
|
color: var(--color-title);
|
|
2097
2634
|
}
|
|
2098
2635
|
|
|
2099
|
-
.s-offer-product-name:hover {
|
|
2636
|
+
.s-offer-modal-product-name:hover {
|
|
2100
2637
|
color: var(--color-main);
|
|
2101
2638
|
}
|
|
2102
2639
|
|
|
2103
|
-
.s-offer-product-price {
|
|
2640
|
+
.s-offer-modal-product-price {
|
|
2104
2641
|
margin-bottom: 1.25rem;
|
|
2105
2642
|
display: flex;
|
|
2106
2643
|
width: 100%;
|
|
@@ -2110,7 +2647,7 @@ video {
|
|
|
2110
2647
|
font-weight: 700;
|
|
2111
2648
|
}
|
|
2112
2649
|
|
|
2113
|
-
.s-offer-product-price > :not([hidden]) ~ :not([hidden]) {
|
|
2650
|
+
.s-offer-modal-product-price > :not([hidden]) ~ :not([hidden]) {
|
|
2114
2651
|
--tw-space-s-reverse: 0;
|
|
2115
2652
|
-webkit-margin-end: calc(0.25rem * var(--tw-space-s-reverse));
|
|
2116
2653
|
margin-inline-end: calc(0.25rem * var(--tw-space-s-reverse));
|
|
@@ -2119,12 +2656,12 @@ video {
|
|
|
2119
2656
|
}
|
|
2120
2657
|
|
|
2121
2658
|
@media (min-width: 768px) {
|
|
2122
|
-
.s-offer-product-price {
|
|
2659
|
+
.s-offer-modal-product-price {
|
|
2123
2660
|
margin-bottom: 0px;
|
|
2124
2661
|
}
|
|
2125
2662
|
}
|
|
2126
2663
|
|
|
2127
|
-
.s-offer-product-old-price {
|
|
2664
|
+
.s-offer-modal-product-old-price {
|
|
2128
2665
|
margin-left: 0.25rem;
|
|
2129
2666
|
margin-right: 0.25rem;
|
|
2130
2667
|
font-size: 0.75rem;
|
|
@@ -2134,12 +2671,11 @@ video {
|
|
|
2134
2671
|
text-decoration: line-through;
|
|
2135
2672
|
}
|
|
2136
2673
|
|
|
2137
|
-
.s-offer-btn-wrap {
|
|
2674
|
+
.s-offer-modal-btn-wrap {
|
|
2138
2675
|
margin-top: auto;
|
|
2139
2676
|
}
|
|
2140
2677
|
|
|
2141
|
-
.s-offer-footer {
|
|
2142
|
-
margin-top: 2rem;
|
|
2678
|
+
.s-offer-modal-footer {
|
|
2143
2679
|
display: flex;
|
|
2144
2680
|
flex-direction: column;
|
|
2145
2681
|
justify-content: space-between;
|
|
@@ -2149,31 +2685,49 @@ video {
|
|
|
2149
2685
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2150
2686
|
}
|
|
2151
2687
|
|
|
2152
|
-
@media (min-width:
|
|
2153
|
-
.s-offer-footer {
|
|
2688
|
+
@media (min-width: 640px) {
|
|
2689
|
+
.s-offer-modal-footer {
|
|
2690
|
+
margin-top: 2rem;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
.s-offer-modal-footer {
|
|
2154
2694
|
flex-direction: row;
|
|
2155
2695
|
}
|
|
2156
2696
|
}
|
|
2157
2697
|
|
|
2158
|
-
.s-offer-expiry {
|
|
2698
|
+
.s-offer-modal-expiry {
|
|
2159
2699
|
margin-bottom: 1.25rem;
|
|
2160
2700
|
}
|
|
2161
2701
|
|
|
2162
2702
|
@media (min-width: 768px) {
|
|
2163
|
-
.s-offer-expiry {
|
|
2703
|
+
.s-offer-modal-expiry {
|
|
2164
2704
|
margin-bottom: 0px;
|
|
2165
2705
|
}
|
|
2166
2706
|
}
|
|
2167
2707
|
|
|
2168
|
-
.s-offer-remember-label {
|
|
2708
|
+
.s-offer-modal-remember-label {
|
|
2709
|
+
cursor: pointer;
|
|
2169
2710
|
font-size: 0.875rem;
|
|
2170
2711
|
line-height: 1.25rem;
|
|
2171
2712
|
font-weight: 500;
|
|
2172
|
-
-
|
|
2173
|
-
|
|
2713
|
+
transition-property: background-color, border-color, color, fill, stroke;
|
|
2714
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2715
|
+
transition-duration: 150ms;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
.s-offer-modal-remember-label:hover {
|
|
2719
|
+
--tw-text-opacity: 1;
|
|
2720
|
+
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2723
|
+
@media (min-width: 640px) {
|
|
2724
|
+
.s-offer-modal-remember-label {
|
|
2725
|
+
-webkit-margin-start: 0.5rem;
|
|
2726
|
+
margin-inline-start: 0.5rem;
|
|
2727
|
+
}
|
|
2174
2728
|
}
|
|
2175
2729
|
|
|
2176
|
-
.s-offer-remember-input {
|
|
2730
|
+
.s-offer-modal-remember-input {
|
|
2177
2731
|
height: 1.5rem;
|
|
2178
2732
|
width: 1.5rem;
|
|
2179
2733
|
border-radius: 0.375rem;
|
|
@@ -2182,15 +2736,15 @@ video {
|
|
|
2182
2736
|
color: var(--color-main);
|
|
2183
2737
|
}
|
|
2184
2738
|
|
|
2185
|
-
.s-offer-remember-input:focus {
|
|
2739
|
+
.s-offer-modal-remember-input:focus {
|
|
2186
2740
|
--tw-ring-color: transparent;
|
|
2187
2741
|
}
|
|
2188
2742
|
|
|
2189
|
-
.s-offer-scrolled-slider-wrap {
|
|
2743
|
+
.s-offer-modal-scrolled-slider-wrap {
|
|
2190
2744
|
position: relative;
|
|
2191
2745
|
}
|
|
2192
2746
|
|
|
2193
|
-
.s-offer-slider-nav {
|
|
2747
|
+
.s-offer-modal-slider-nav {
|
|
2194
2748
|
pointer-events: none;
|
|
2195
2749
|
position: absolute;
|
|
2196
2750
|
top: 0px;
|
|
@@ -2203,12 +2757,12 @@ video {
|
|
|
2203
2757
|
}
|
|
2204
2758
|
|
|
2205
2759
|
@media (min-width: 640px) {
|
|
2206
|
-
.s-offer-slider-nav {
|
|
2760
|
+
.s-offer-modal-slider-nav {
|
|
2207
2761
|
display: block;
|
|
2208
2762
|
}
|
|
2209
2763
|
}
|
|
2210
2764
|
|
|
2211
|
-
.s-offer-nav-btn {
|
|
2765
|
+
.s-offer-modal-nav-btn {
|
|
2212
2766
|
position: absolute;
|
|
2213
2767
|
top: 0px;
|
|
2214
2768
|
display: flex;
|
|
@@ -2225,7 +2779,7 @@ video {
|
|
|
2225
2779
|
transition-duration: 300ms;
|
|
2226
2780
|
}
|
|
2227
2781
|
|
|
2228
|
-
.s-offer-nav-btn-icon {
|
|
2782
|
+
.s-offer-modal-nav-btn-icon {
|
|
2229
2783
|
display: inline-flex;
|
|
2230
2784
|
height: 2.5rem;
|
|
2231
2785
|
width: 2.5rem;
|
|
@@ -2244,38 +2798,38 @@ video {
|
|
|
2244
2798
|
transition-duration: 150ms;
|
|
2245
2799
|
}
|
|
2246
2800
|
|
|
2247
|
-
.s-offer-nav-btn-icon:hover {
|
|
2801
|
+
.s-offer-modal-nav-btn-icon:hover {
|
|
2248
2802
|
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
2249
2803
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2250
2804
|
}
|
|
2251
2805
|
|
|
2252
|
-
.s-offer-next-btn {
|
|
2806
|
+
.s-offer-modal-next-btn {
|
|
2253
2807
|
--tw-translate-x: -100%;
|
|
2254
2808
|
transform: var(--tw-transform);
|
|
2255
2809
|
}
|
|
2256
2810
|
|
|
2257
|
-
[dir="rtl"] .s-offer-next-btn {
|
|
2811
|
+
[dir="rtl"] .s-offer-modal-next-btn {
|
|
2258
2812
|
left: 0px;
|
|
2259
2813
|
}
|
|
2260
2814
|
|
|
2261
|
-
[dir="ltr"] .s-offer-next-btn {
|
|
2815
|
+
[dir="ltr"] .s-offer-modal-next-btn {
|
|
2262
2816
|
right: 0px;
|
|
2263
2817
|
}
|
|
2264
2818
|
|
|
2265
|
-
.s-offer-prev-btn {
|
|
2819
|
+
.s-offer-modal-prev-btn {
|
|
2266
2820
|
--tw-translate-x: 100%;
|
|
2267
2821
|
transform: var(--tw-transform);
|
|
2268
2822
|
}
|
|
2269
2823
|
|
|
2270
|
-
[dir="rtl"] .s-offer-prev-btn {
|
|
2824
|
+
[dir="rtl"] .s-offer-modal-prev-btn {
|
|
2271
2825
|
right: 0px;
|
|
2272
2826
|
}
|
|
2273
2827
|
|
|
2274
|
-
[dir="ltr"] .s-offer-prev-btn {
|
|
2828
|
+
[dir="ltr"] .s-offer-modal-prev-btn {
|
|
2275
2829
|
left: 0px;
|
|
2276
2830
|
}
|
|
2277
2831
|
|
|
2278
|
-
.s-offer-btn-is-active {
|
|
2832
|
+
.s-offer-modal-btn-is-active {
|
|
2279
2833
|
pointer-events: auto;
|
|
2280
2834
|
--tw-translate-x: 0px;
|
|
2281
2835
|
transform: var(--tw-transform);
|
|
@@ -2404,7 +2958,7 @@ video {
|
|
|
2404
2958
|
color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
|
|
2405
2959
|
}
|
|
2406
2960
|
|
|
2407
|
-
.s-rating-wrapper {
|
|
2961
|
+
.s-rating-modal-wrapper {
|
|
2408
2962
|
margin-bottom: 2.5rem;
|
|
2409
2963
|
transition-property: all;
|
|
2410
2964
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2413,14 +2967,14 @@ video {
|
|
|
2413
2967
|
transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
|
|
2414
2968
|
}
|
|
2415
2969
|
|
|
2416
|
-
.s-rating-footer {
|
|
2970
|
+
.s-rating-modal-footer {
|
|
2417
2971
|
position: relative;
|
|
2418
2972
|
display: flex;
|
|
2419
2973
|
align-items: center;
|
|
2420
2974
|
justify-content: space-between;
|
|
2421
2975
|
}
|
|
2422
2976
|
|
|
2423
|
-
.s-rating-btn {
|
|
2977
|
+
.s-rating-modal-btn {
|
|
2424
2978
|
height: 2.5rem;
|
|
2425
2979
|
padding-left: 1rem;
|
|
2426
2980
|
padding-right: 1rem;
|
|
@@ -2434,11 +2988,11 @@ video {
|
|
|
2434
2988
|
transition-duration: 300ms;
|
|
2435
2989
|
}
|
|
2436
2990
|
|
|
2437
|
-
.s-rating-btn:hover {
|
|
2991
|
+
.s-rating-modal-btn:hover {
|
|
2438
2992
|
color: var(--color-main-d);
|
|
2439
2993
|
}
|
|
2440
2994
|
|
|
2441
|
-
.s-rating-dots {
|
|
2995
|
+
.s-rating-modal-dots {
|
|
2442
2996
|
position: absolute;
|
|
2443
2997
|
left: 50%;
|
|
2444
2998
|
display: flex;
|
|
@@ -2449,7 +3003,7 @@ video {
|
|
|
2449
3003
|
text-align: center;
|
|
2450
3004
|
}
|
|
2451
3005
|
|
|
2452
|
-
.s-rating-dots > :not([hidden]) ~ :not([hidden]) {
|
|
3006
|
+
.s-rating-modal-dots > :not([hidden]) ~ :not([hidden]) {
|
|
2453
3007
|
--tw-space-s-reverse: 0;
|
|
2454
3008
|
-webkit-margin-end: calc(0.375rem * var(--tw-space-s-reverse));
|
|
2455
3009
|
margin-inline-end: calc(0.375rem * var(--tw-space-s-reverse));
|
|
@@ -2457,7 +3011,7 @@ video {
|
|
|
2457
3011
|
margin-inline-start: calc(0.375rem * calc(1 - var(--tw-space-s-reverse)));
|
|
2458
3012
|
}
|
|
2459
3013
|
|
|
2460
|
-
.s-rating-step-dot {
|
|
3014
|
+
.s-rating-modal-step-dot {
|
|
2461
3015
|
height: 0.625rem;
|
|
2462
3016
|
width: 0.625rem;
|
|
2463
3017
|
border-radius: 9999px;
|
|
@@ -2467,35 +3021,35 @@ video {
|
|
|
2467
3021
|
transition-duration: 300ms;
|
|
2468
3022
|
}
|
|
2469
3023
|
|
|
2470
|
-
.s-rating-step {
|
|
3024
|
+
.s-rating-modal-step {
|
|
2471
3025
|
transition-property: all;
|
|
2472
3026
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2473
3027
|
transition-duration: 150ms;
|
|
2474
3028
|
transition-duration: 500ms;
|
|
2475
3029
|
}
|
|
2476
3030
|
|
|
2477
|
-
.s-rating-active {
|
|
3031
|
+
.s-rating-modal-active {
|
|
2478
3032
|
--tw-translate-x: 0px;
|
|
2479
3033
|
transform: var(--tw-transform);
|
|
2480
3034
|
opacity: 1;
|
|
2481
3035
|
}
|
|
2482
3036
|
|
|
2483
|
-
.s-rating-unactive {
|
|
3037
|
+
.s-rating-modal-unactive {
|
|
2484
3038
|
--tw-translate-x: 0.75rem;
|
|
2485
3039
|
transform: var(--tw-transform);
|
|
2486
3040
|
opacity: 0;
|
|
2487
3041
|
}
|
|
2488
3042
|
|
|
2489
|
-
.s-rating-hidden {
|
|
3043
|
+
.s-rating-modal-hidden {
|
|
2490
3044
|
display: none !important;
|
|
2491
3045
|
}
|
|
2492
3046
|
|
|
2493
|
-
.s-rating-unvisiable {
|
|
3047
|
+
.s-rating-modal-unvisiable {
|
|
2494
3048
|
pointer-events: none;
|
|
2495
3049
|
opacity: 0;
|
|
2496
3050
|
}
|
|
2497
3051
|
|
|
2498
|
-
.s-rating-step-wrap {
|
|
3052
|
+
.s-rating-modal-step-wrap {
|
|
2499
3053
|
position: relative;
|
|
2500
3054
|
display: flex;
|
|
2501
3055
|
flex-direction: column;
|
|
@@ -2503,7 +3057,7 @@ video {
|
|
|
2503
3057
|
padding-bottom: 1rem;
|
|
2504
3058
|
}
|
|
2505
3059
|
|
|
2506
|
-
.s-rating-product-details {
|
|
3060
|
+
.s-rating-modal-product-details {
|
|
2507
3061
|
position: relative;
|
|
2508
3062
|
display: flex;
|
|
2509
3063
|
flex: 1 1 0%;
|
|
@@ -2511,7 +3065,7 @@ video {
|
|
|
2511
3065
|
padding-bottom: 1rem;
|
|
2512
3066
|
}
|
|
2513
3067
|
|
|
2514
|
-
.s-rating-rounded-icon {
|
|
3068
|
+
.s-rating-modal-rounded-icon {
|
|
2515
3069
|
margin-bottom: 1rem;
|
|
2516
3070
|
display: flex;
|
|
2517
3071
|
height: 7rem;
|
|
@@ -2525,33 +3079,33 @@ video {
|
|
|
2525
3079
|
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
2526
3080
|
}
|
|
2527
3081
|
|
|
2528
|
-
.s-rating-title {
|
|
3082
|
+
.s-rating-modal-title {
|
|
2529
3083
|
margin-bottom: 1rem;
|
|
2530
3084
|
font-size: 1.125rem;
|
|
2531
3085
|
line-height: 1.75rem;
|
|
2532
3086
|
font-weight: 700;
|
|
2533
3087
|
}
|
|
2534
3088
|
|
|
2535
|
-
.s-rating-store-logo {
|
|
3089
|
+
.s-rating-modal-store-logo {
|
|
2536
3090
|
width: 4rem;
|
|
2537
3091
|
-o-object-fit: contain;
|
|
2538
3092
|
object-fit: contain;
|
|
2539
3093
|
}
|
|
2540
3094
|
|
|
2541
|
-
.s-rating-shipping-logo {
|
|
3095
|
+
.s-rating-modal-shipping-logo {
|
|
2542
3096
|
height: 100%;
|
|
2543
3097
|
width: 100%;
|
|
2544
3098
|
-o-object-fit: contain;
|
|
2545
3099
|
object-fit: contain;
|
|
2546
3100
|
}
|
|
2547
3101
|
|
|
2548
|
-
.s-rating-shipping-icon {
|
|
3102
|
+
.s-rating-modal-shipping-icon {
|
|
2549
3103
|
font-size: 3rem;
|
|
2550
3104
|
line-height: 1;
|
|
2551
3105
|
color: var(--color-main);
|
|
2552
3106
|
}
|
|
2553
3107
|
|
|
2554
|
-
.s-rating-comment {
|
|
3108
|
+
.s-rating-modal-comment {
|
|
2555
3109
|
margin-bottom: 0.5rem;
|
|
2556
3110
|
height: 5rem !important;
|
|
2557
3111
|
height: 2.5rem;
|
|
@@ -2565,30 +3119,30 @@ video {
|
|
|
2565
3119
|
transition-duration: 300ms;
|
|
2566
3120
|
}
|
|
2567
3121
|
|
|
2568
|
-
.s-rating-comment:focus {
|
|
3122
|
+
.s-rating-modal-comment:focus {
|
|
2569
3123
|
border-color: var(--color-main);
|
|
2570
3124
|
--tw-ring-color: transparent;
|
|
2571
3125
|
}
|
|
2572
3126
|
|
|
2573
|
-
.dark .s-rating-comment {
|
|
3127
|
+
.dark .s-rating-modal-comment {
|
|
2574
3128
|
--tw-border-opacity: 1;
|
|
2575
3129
|
border-color: rgba(82, 82, 91, var(--tw-border-opacity));
|
|
2576
3130
|
--tw-bg-opacity: 1;
|
|
2577
3131
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
2578
3132
|
}
|
|
2579
3133
|
|
|
2580
|
-
.dark .s-rating-comment:focus {
|
|
3134
|
+
.dark .s-rating-modal-comment:focus {
|
|
2581
3135
|
border-color: var(--color-main);
|
|
2582
3136
|
}
|
|
2583
3137
|
|
|
2584
3138
|
@media (min-width: 640px) {
|
|
2585
|
-
.s-rating-comment {
|
|
3139
|
+
.s-rating-modal-comment {
|
|
2586
3140
|
font-size: 0.875rem;
|
|
2587
3141
|
line-height: 1.25rem;
|
|
2588
3142
|
}
|
|
2589
3143
|
}
|
|
2590
3144
|
|
|
2591
|
-
.s-rating-validation-msg {
|
|
3145
|
+
.s-rating-modal-validation-msg {
|
|
2592
3146
|
position: absolute;
|
|
2593
3147
|
bottom: 0px;
|
|
2594
3148
|
display: block;
|
|
@@ -2597,12 +3151,12 @@ video {
|
|
|
2597
3151
|
color: rgba(248, 113, 113, var(--tw-text-opacity));
|
|
2598
3152
|
}
|
|
2599
3153
|
|
|
2600
|
-
.s-rating-product {
|
|
3154
|
+
.s-rating-modal-product {
|
|
2601
3155
|
margin-bottom: 1.5rem;
|
|
2602
3156
|
display: flex;
|
|
2603
3157
|
}
|
|
2604
3158
|
|
|
2605
|
-
.s-rating-product > :not([hidden]) ~ :not([hidden]) {
|
|
3159
|
+
.s-rating-modal-product > :not([hidden]) ~ :not([hidden]) {
|
|
2606
3160
|
--tw-space-s-reverse: 0;
|
|
2607
3161
|
-webkit-margin-end: calc(1.25rem * var(--tw-space-s-reverse));
|
|
2608
3162
|
margin-inline-end: calc(1.25rem * var(--tw-space-s-reverse));
|
|
@@ -2610,11 +3164,11 @@ video {
|
|
|
2610
3164
|
margin-inline-start: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
|
|
2611
3165
|
}
|
|
2612
3166
|
|
|
2613
|
-
.s-rating-product:last-child {
|
|
3167
|
+
.s-rating-modal-product:last-child {
|
|
2614
3168
|
margin-bottom: 0px;
|
|
2615
3169
|
}
|
|
2616
3170
|
|
|
2617
|
-
.s-rating-product-img {
|
|
3171
|
+
.s-rating-modal-product-img {
|
|
2618
3172
|
height: 3.5rem;
|
|
2619
3173
|
width: 4.5rem;
|
|
2620
3174
|
border-radius: 0.375rem;
|
|
@@ -2622,20 +3176,20 @@ video {
|
|
|
2622
3176
|
object-fit: cover;
|
|
2623
3177
|
}
|
|
2624
3178
|
|
|
2625
|
-
.s-rating-product-title {
|
|
3179
|
+
.s-rating-modal-product-title {
|
|
2626
3180
|
margin-bottom: 0.375rem;
|
|
2627
3181
|
font-weight: 700;
|
|
2628
3182
|
line-height: 1.25rem;
|
|
2629
3183
|
}
|
|
2630
3184
|
|
|
2631
3185
|
@media (min-width: 768px) {
|
|
2632
|
-
.s-rating-product-title {
|
|
3186
|
+
.s-rating-modal-product-title {
|
|
2633
3187
|
font-size: 0.875rem;
|
|
2634
3188
|
line-height: 1.25rem;
|
|
2635
3189
|
}
|
|
2636
3190
|
}
|
|
2637
3191
|
|
|
2638
|
-
.s-rating-thanks {
|
|
3192
|
+
.s-rating-modal-thanks {
|
|
2639
3193
|
padding-left: 2rem;
|
|
2640
3194
|
padding-right: 2rem;
|
|
2641
3195
|
text-align: center;
|
|
@@ -2645,7 +3199,7 @@ video {
|
|
|
2645
3199
|
transition-duration: 500ms;
|
|
2646
3200
|
}
|
|
2647
3201
|
|
|
2648
|
-
.s-rating-icon {
|
|
3202
|
+
.s-rating-modal-icon {
|
|
2649
3203
|
display: inline-flex;
|
|
2650
3204
|
height: 5rem;
|
|
2651
3205
|
width: 5rem;
|
|
@@ -2659,12 +3213,12 @@ video {
|
|
|
2659
3213
|
color: var(--color-main);
|
|
2660
3214
|
}
|
|
2661
3215
|
|
|
2662
|
-
.s-rating-thanks-title {
|
|
3216
|
+
.s-rating-modal-thanks-title {
|
|
2663
3217
|
margin-top: 1rem;
|
|
2664
3218
|
font-weight: 700;
|
|
2665
3219
|
}
|
|
2666
3220
|
|
|
2667
|
-
.s-rating-thanks-msg {
|
|
3221
|
+
.s-rating-modal-thanks-msg {
|
|
2668
3222
|
margin-bottom: 1.5rem;
|
|
2669
3223
|
font-size: 0.875rem;
|
|
2670
3224
|
line-height: 1.25rem;
|
|
@@ -2672,7 +3226,7 @@ video {
|
|
|
2672
3226
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2673
3227
|
}
|
|
2674
3228
|
|
|
2675
|
-
.s-rating-thanks-btn {
|
|
3229
|
+
.s-rating-modal-thanks-btn {
|
|
2676
3230
|
height: 2.5rem;
|
|
2677
3231
|
flex: none;
|
|
2678
3232
|
padding-left: 2rem;
|
|
@@ -2698,18 +3252,18 @@ video {
|
|
|
2698
3252
|
transition-duration: 300ms;
|
|
2699
3253
|
}
|
|
2700
3254
|
|
|
2701
|
-
.s-rating-thanks-btn:hover {
|
|
3255
|
+
.s-rating-modal-thanks-btn:hover {
|
|
2702
3256
|
opacity: 0.8;
|
|
2703
3257
|
}
|
|
2704
3258
|
|
|
2705
|
-
.s-rating-thanks-btn {
|
|
3259
|
+
.s-rating-modal-thanks-btn {
|
|
2706
3260
|
border-width: 1px;
|
|
2707
3261
|
border-color: var(--color-main);
|
|
2708
3262
|
background-color: var(--color-main);
|
|
2709
3263
|
color: var(--color-main-reverse);
|
|
2710
3264
|
}
|
|
2711
3265
|
|
|
2712
|
-
.s-rating-thanks-time {
|
|
3266
|
+
.s-rating-modal-thanks-time {
|
|
2713
3267
|
margin-top: 0.75rem;
|
|
2714
3268
|
display: block;
|
|
2715
3269
|
height: 1.5rem;
|
|
@@ -2719,7 +3273,7 @@ video {
|
|
|
2719
3273
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2720
3274
|
}
|
|
2721
3275
|
|
|
2722
|
-
.s-rating-btn-star {
|
|
3276
|
+
.s-rating-modal-btn-star {
|
|
2723
3277
|
border-width: 0px;
|
|
2724
3278
|
padding-left: 0.125rem;
|
|
2725
3279
|
padding-right: 0.125rem;
|
|
@@ -2730,64 +3284,72 @@ video {
|
|
|
2730
3284
|
transition-duration: 150ms;
|
|
2731
3285
|
}
|
|
2732
3286
|
|
|
2733
|
-
.s-rating-btn-star-large {
|
|
3287
|
+
.s-rating-modal-btn-star-large {
|
|
2734
3288
|
font-size: 1.5rem;
|
|
2735
3289
|
line-height: 2rem;
|
|
2736
3290
|
}
|
|
2737
3291
|
|
|
2738
|
-
.s-rating-btn-star-small {
|
|
3292
|
+
.s-rating-modal-btn-star-small {
|
|
2739
3293
|
font-size: 1.25rem;
|
|
2740
3294
|
line-height: 1.75rem;
|
|
2741
3295
|
}
|
|
2742
3296
|
|
|
2743
|
-
.s-rating-hovered {
|
|
3297
|
+
.s-rating-modal-hovered {
|
|
2744
3298
|
--tw-text-opacity: 1;
|
|
2745
3299
|
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
2746
3300
|
}
|
|
2747
3301
|
|
|
2748
|
-
.s-rating-selected {
|
|
3302
|
+
.s-rating-modal-selected {
|
|
2749
3303
|
--tw-text-opacity: 1;
|
|
2750
3304
|
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
2751
3305
|
}
|
|
2752
3306
|
|
|
2753
|
-
.s-rating-stars-company {
|
|
3307
|
+
.s-rating-modal-stars-company {
|
|
2754
3308
|
margin-bottom: 1.25rem;
|
|
2755
3309
|
}
|
|
2756
3310
|
|
|
2757
|
-
.s-rating-stars-product {
|
|
3311
|
+
.s-rating-modal-stars-product {
|
|
2758
3312
|
margin-bottom: 0.25rem;
|
|
2759
3313
|
}
|
|
2760
3314
|
|
|
2761
|
-
.s-rating-bg-gray {
|
|
3315
|
+
.s-rating-modal-bg-gray {
|
|
2762
3316
|
--tw-bg-opacity: 1;
|
|
2763
3317
|
background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
|
|
2764
3318
|
}
|
|
2765
3319
|
|
|
2766
|
-
.s-rating-bg-primary {
|
|
3320
|
+
.s-rating-modal-bg-primary {
|
|
2767
3321
|
background-color: var(--color-main);
|
|
2768
3322
|
}
|
|
2769
3323
|
|
|
2770
3324
|
.s-search-container {
|
|
2771
3325
|
position: relative;
|
|
3326
|
+
z-index: 1;
|
|
2772
3327
|
max-height: 14rem;
|
|
2773
3328
|
border-radius: 0.375rem;
|
|
2774
|
-
border-width: 1px;
|
|
2775
|
-
--tw-border-opacity: 1;
|
|
2776
|
-
border-color: rgba(238, 238, 238, var(--tw-border-opacity));
|
|
2777
3329
|
--tw-bg-opacity: 1;
|
|
2778
3330
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2779
3331
|
}
|
|
2780
3332
|
|
|
3333
|
+
.s-search-oval {
|
|
3334
|
+
border-radius: 20px;
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3337
|
+
.s-search-inline {
|
|
3338
|
+
min-width: 220px;
|
|
3339
|
+
}
|
|
3340
|
+
|
|
2781
3341
|
.s-search-container-open {
|
|
2782
3342
|
max-height: 28rem;
|
|
3343
|
+
border-bottom-right-radius: 0px !important;
|
|
3344
|
+
border-bottom-left-radius: 0px !important;
|
|
2783
3345
|
}
|
|
2784
3346
|
|
|
2785
3347
|
.s-search-input {
|
|
2786
3348
|
width: 100%;
|
|
2787
3349
|
border-width: 0px;
|
|
2788
3350
|
background-color: transparent;
|
|
2789
|
-
padding-top:
|
|
2790
|
-
padding-bottom:
|
|
3351
|
+
padding-top: 0px;
|
|
3352
|
+
padding-bottom: 0.125rem;
|
|
2791
3353
|
--tw-text-opacity: 1;
|
|
2792
3354
|
color: rgba(82, 82, 91, var(--tw-text-opacity));
|
|
2793
3355
|
height: 2.5rem;
|
|
@@ -2829,39 +3391,22 @@ video {
|
|
|
2829
3391
|
padding-inline-start: 2.5rem;
|
|
2830
3392
|
}
|
|
2831
3393
|
|
|
2832
|
-
.s-search-icon {
|
|
2833
|
-
position: absolute;
|
|
2834
|
-
top: 1rem;
|
|
2835
|
-
display: flex;
|
|
2836
|
-
align-items: center;
|
|
2837
|
-
justify-content: flex-end;
|
|
2838
|
-
--tw-text-opacity: 1;
|
|
2839
|
-
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2840
|
-
}
|
|
2841
|
-
|
|
2842
|
-
[dir="rtl"] .s-search-icon {
|
|
2843
|
-
right: 1rem;
|
|
2844
|
-
}
|
|
2845
|
-
|
|
2846
|
-
[dir="ltr"] .s-search-icon {
|
|
2847
|
-
left: 1rem;
|
|
2848
|
-
}
|
|
2849
|
-
|
|
2850
|
-
.s-search-spinner {
|
|
3394
|
+
.s-search-icon-wrap {
|
|
2851
3395
|
position: absolute;
|
|
2852
3396
|
top: 50%;
|
|
2853
|
-
height: 1rem;
|
|
2854
|
-
width: 1rem;
|
|
2855
3397
|
--tw-translate-y: -50%;
|
|
2856
3398
|
transform: var(--tw-transform);
|
|
2857
3399
|
transform: var(--tw-transform);
|
|
3400
|
+
line-height: 1;
|
|
3401
|
+
--tw-text-opacity: 1;
|
|
3402
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2858
3403
|
}
|
|
2859
3404
|
|
|
2860
|
-
[dir="rtl"] .s-search-
|
|
3405
|
+
[dir="rtl"] .s-search-icon-wrap {
|
|
2861
3406
|
right: 1rem;
|
|
2862
3407
|
}
|
|
2863
3408
|
|
|
2864
|
-
[dir="ltr"] .s-search-
|
|
3409
|
+
[dir="ltr"] .s-search-icon-wrap {
|
|
2865
3410
|
left: 1rem;
|
|
2866
3411
|
}
|
|
2867
3412
|
|
|
@@ -2883,24 +3428,32 @@ video {
|
|
|
2883
3428
|
border-radius: 9999px;
|
|
2884
3429
|
border-width: 2px;
|
|
2885
3430
|
--tw-border-opacity: 1;
|
|
2886
|
-
border-color: rgba(
|
|
3431
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
2887
3432
|
border-right-color: var(--color-main);
|
|
2888
3433
|
}
|
|
2889
3434
|
|
|
2890
|
-
.s-search-spinner-loader.reverse {
|
|
2891
|
-
border-right-color: #9f7171;
|
|
2892
|
-
background-color: #f98181;
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
3435
|
.s-search-results {
|
|
3436
|
+
position: absolute;
|
|
2896
3437
|
margin: auto;
|
|
2897
3438
|
max-height: 24rem;
|
|
3439
|
+
width: 100%;
|
|
3440
|
+
min-width: 400px;
|
|
3441
|
+
max-width: 100%;
|
|
2898
3442
|
overflow-y: auto;
|
|
3443
|
+
border-bottom-right-radius: 0.375rem;
|
|
3444
|
+
border-bottom-left-radius: 0.375rem;
|
|
2899
3445
|
--tw-bg-opacity: 1;
|
|
2900
3446
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
3447
|
+
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
3448
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2901
3449
|
}
|
|
2902
3450
|
|
|
2903
3451
|
.s-search-no-results {
|
|
3452
|
+
border-bottom-right-radius: 0px !important;
|
|
3453
|
+
border-bottom-left-radius: 0px !important;
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
.s-search-no-results-placeholder {
|
|
2904
3457
|
padding: 1rem;
|
|
2905
3458
|
text-align: center;
|
|
2906
3459
|
font-size: 0.875rem;
|
|
@@ -2914,7 +3467,7 @@ video {
|
|
|
2914
3467
|
height: 100%;
|
|
2915
3468
|
justify-content: space-around;
|
|
2916
3469
|
overflow: hidden;
|
|
2917
|
-
border-
|
|
3470
|
+
border-bottom-width: 1px;
|
|
2918
3471
|
--tw-border-opacity: 1;
|
|
2919
3472
|
border-color: rgba(244, 244, 245, var(--tw-border-opacity));
|
|
2920
3473
|
background-color: transparent;
|
|
@@ -2934,8 +3487,13 @@ video {
|
|
|
2934
3487
|
transition-duration: 300ms;
|
|
2935
3488
|
}
|
|
2936
3489
|
|
|
3490
|
+
.s-search-product:last-child {
|
|
3491
|
+
border-bottom-width: 0px;
|
|
3492
|
+
}
|
|
3493
|
+
|
|
2937
3494
|
.s-search-product:hover {
|
|
2938
|
-
|
|
3495
|
+
--tw-bg-opacity: 1;
|
|
3496
|
+
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
2939
3497
|
}
|
|
2940
3498
|
|
|
2941
3499
|
@media (min-width: 480px) {
|
|
@@ -2951,6 +3509,8 @@ video {
|
|
|
2951
3509
|
width: 5rem;
|
|
2952
3510
|
overflow: hidden;
|
|
2953
3511
|
border-radius: 0.375rem;
|
|
3512
|
+
--tw-bg-opacity: 1;
|
|
3513
|
+
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
|
2954
3514
|
}
|
|
2955
3515
|
|
|
2956
3516
|
.s-search-product-image {
|
|
@@ -2975,7 +3535,7 @@ video {
|
|
|
2975
3535
|
}
|
|
2976
3536
|
|
|
2977
3537
|
.s-search-product-title {
|
|
2978
|
-
margin-bottom: 0.
|
|
3538
|
+
margin-bottom: 0.375rem;
|
|
2979
3539
|
display: flex;
|
|
2980
3540
|
flex-direction: column;
|
|
2981
3541
|
align-items: baseline;
|
|
@@ -2984,7 +3544,8 @@ video {
|
|
|
2984
3544
|
line-height: 1.25rem;
|
|
2985
3545
|
font-weight: 700;
|
|
2986
3546
|
line-height: 1.5rem;
|
|
2987
|
-
|
|
3547
|
+
--tw-text-opacity: 1;
|
|
3548
|
+
color: rgba(82, 82, 91, var(--tw-text-opacity));
|
|
2988
3549
|
}
|
|
2989
3550
|
|
|
2990
3551
|
.s-search-product-price {
|
|
@@ -3000,12 +3561,10 @@ video {
|
|
|
3000
3561
|
|
|
3001
3562
|
.s-tel-input-control {
|
|
3002
3563
|
margin-bottom: 1rem;
|
|
3003
|
-
-webkit-appearance: none;
|
|
3004
|
-
-moz-appearance: none;
|
|
3005
|
-
appearance: none;
|
|
3006
3564
|
height: 2.5rem;
|
|
3007
3565
|
width: 100%;
|
|
3008
3566
|
border-radius: 0.375rem;
|
|
3567
|
+
border-width: 1px;
|
|
3009
3568
|
--tw-border-opacity: 1;
|
|
3010
3569
|
border-color: rgba(238, 238, 238, var(--tw-border-opacity));
|
|
3011
3570
|
transition-property: background-color, border-color, color, fill, stroke;
|
|
@@ -3198,10 +3757,86 @@ video {
|
|
|
3198
3757
|
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
|
3199
3758
|
}
|
|
3200
3759
|
|
|
3760
|
+
.hover\:text-primary:hover {
|
|
3761
|
+
color: var(--color-main);
|
|
3762
|
+
}
|
|
3763
|
+
|
|
3764
|
+
.hover\:text-gray-900:hover {
|
|
3765
|
+
--tw-text-opacity: 1;
|
|
3766
|
+
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
|
3767
|
+
}
|
|
3768
|
+
|
|
3769
|
+
.hover\:text-teal-600:hover {
|
|
3770
|
+
--tw-text-opacity: 1;
|
|
3771
|
+
color: rgba(13, 148, 136, var(--tw-text-opacity));
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
.group:hover .group-hover\:text-teal-600 {
|
|
3775
|
+
--tw-text-opacity: 1;
|
|
3776
|
+
color: rgba(13, 148, 136, var(--tw-text-opacity));
|
|
3777
|
+
}
|
|
3778
|
+
|
|
3779
|
+
@media (min-width: 640px) {
|
|
3780
|
+
.sm\:ml-2 {
|
|
3781
|
+
margin-left: 0.5rem;
|
|
3782
|
+
}
|
|
3783
|
+
|
|
3784
|
+
.sm\:mr-0 {
|
|
3785
|
+
margin-right: 0px;
|
|
3786
|
+
}
|
|
3787
|
+
|
|
3788
|
+
.sm\:-mr-3\.5 {
|
|
3789
|
+
margin-right: -0.875rem;
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
.sm\:-mr-3 {
|
|
3793
|
+
margin-right: -0.75rem;
|
|
3794
|
+
}
|
|
3795
|
+
|
|
3796
|
+
.sm\:block {
|
|
3797
|
+
display: block;
|
|
3798
|
+
}
|
|
3799
|
+
|
|
3800
|
+
.sm\:flex {
|
|
3801
|
+
display: flex;
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3804
|
+
.sm\:hidden {
|
|
3805
|
+
display: none;
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
|
+
.sm\:border-l {
|
|
3809
|
+
border-left-width: 1px;
|
|
3810
|
+
}
|
|
3811
|
+
|
|
3812
|
+
.sm\:px-6 {
|
|
3813
|
+
padding-left: 1.5rem;
|
|
3814
|
+
padding-right: 1.5rem;
|
|
3815
|
+
}
|
|
3816
|
+
|
|
3817
|
+
.sm\:pl-6 {
|
|
3818
|
+
padding-left: 1.5rem;
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
|
|
3201
3822
|
@media (min-width: 1024px) {
|
|
3202
|
-
.lg\:
|
|
3203
|
-
|
|
3204
|
-
|
|
3823
|
+
.lg\:block {
|
|
3824
|
+
display: block;
|
|
3825
|
+
}
|
|
3826
|
+
|
|
3827
|
+
.lg\:px-8 {
|
|
3828
|
+
padding-left: 2rem;
|
|
3829
|
+
padding-right: 2rem;
|
|
3830
|
+
}
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
@media (min-width: 1280px) {
|
|
3834
|
+
.xl\:col-span-1 {
|
|
3835
|
+
grid-column: span 1 / span 1;
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
.xl\:grid-cols-4 {
|
|
3839
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3205
3840
|
}
|
|
3206
3841
|
}
|
|
3207
3842
|
|