@salla.sa/twilight-components 1.0.57 → 1.0.58
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/loader.cjs.js +1 -1
- package/dist/cjs/salla-button.cjs.entry.js +7 -7
- package/dist/cjs/salla-conditional-fields.cjs.entry.js +76 -0
- package/dist/cjs/salla-quantity-input.cjs.entry.js +64 -0
- package/dist/cjs/twilight-components.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -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 +82 -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 +71 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/salla-button.entry.js +7 -7
- package/dist/esm/salla-conditional-fields.entry.js +72 -0
- package/dist/esm/salla-quantity-input.entry.js +60 -0
- package/dist/esm/twilight-components.js +1 -1
- package/dist/twilight-components/p-40693cd3.entry.js +1 -0
- package/dist/twilight-components/p-5d5b04ec.entry.js +1 -0
- package/dist/twilight-components/p-6c928c14.entry.js +1 -0
- 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 +9 -0
- package/dist/types/components/salla-quantity-input/salla-quantity-input.d.ts +18 -0
- package/dist/types/components.d.ts +34 -8
- package/example/dist/tailwind.css +944 -326
- package/example/dist/twilight.js +1 -1
- package/example/index.html +523 -123
- package/package.json +1 -1
- package/dist/twilight-components/p-646fbb7f.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,6 +729,70 @@ 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
|
}
|
|
@@ -683,6 +801,14 @@ video {
|
|
|
683
801
|
margin-top: 1rem;
|
|
684
802
|
}
|
|
685
803
|
|
|
804
|
+
.block {
|
|
805
|
+
display: block;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.inline {
|
|
809
|
+
display: inline;
|
|
810
|
+
}
|
|
811
|
+
|
|
686
812
|
.flex {
|
|
687
813
|
display: flex;
|
|
688
814
|
}
|
|
@@ -691,6 +817,18 @@ video {
|
|
|
691
817
|
display: grid;
|
|
692
818
|
}
|
|
693
819
|
|
|
820
|
+
.hidden {
|
|
821
|
+
display: none;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.h-5 {
|
|
825
|
+
height: 1.25rem;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.h-8 {
|
|
829
|
+
height: 2rem;
|
|
830
|
+
}
|
|
831
|
+
|
|
694
832
|
.h-40 {
|
|
695
833
|
height: 10rem;
|
|
696
834
|
}
|
|
@@ -699,14 +837,34 @@ video {
|
|
|
699
837
|
max-height: 3.5rem;
|
|
700
838
|
}
|
|
701
839
|
|
|
840
|
+
.w-5 {
|
|
841
|
+
width: 1.25rem;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.w-8 {
|
|
845
|
+
width: 2rem;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.w-60 {
|
|
849
|
+
width: 15rem;
|
|
850
|
+
}
|
|
851
|
+
|
|
702
852
|
.w-full {
|
|
703
853
|
width: 100%;
|
|
704
854
|
}
|
|
705
855
|
|
|
856
|
+
.flex-none {
|
|
857
|
+
flex: none;
|
|
858
|
+
}
|
|
859
|
+
|
|
706
860
|
.grid-flow-row {
|
|
707
861
|
grid-auto-flow: row;
|
|
708
862
|
}
|
|
709
863
|
|
|
864
|
+
.grid-cols-3 {
|
|
865
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
866
|
+
}
|
|
867
|
+
|
|
710
868
|
.grid-cols-2 {
|
|
711
869
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
712
870
|
}
|
|
@@ -723,16 +881,12 @@ video {
|
|
|
723
881
|
align-items: center;
|
|
724
882
|
}
|
|
725
883
|
|
|
726
|
-
.items-stretch {
|
|
727
|
-
align-items: stretch;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
884
|
.justify-center {
|
|
731
885
|
justify-content: center;
|
|
732
886
|
}
|
|
733
887
|
|
|
734
|
-
.
|
|
735
|
-
|
|
888
|
+
.gap-2 {
|
|
889
|
+
gap: 0.5rem;
|
|
736
890
|
}
|
|
737
891
|
|
|
738
892
|
.gap-4 {
|
|
@@ -743,6 +897,53 @@ video {
|
|
|
743
897
|
gap: 1.5rem;
|
|
744
898
|
}
|
|
745
899
|
|
|
900
|
+
.gap-x-8 {
|
|
901
|
+
-moz-column-gap: 2rem;
|
|
902
|
+
column-gap: 2rem;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.gap-y-6 {
|
|
906
|
+
row-gap: 1.5rem;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
|
|
910
|
+
--tw-space-y-reverse: 0;
|
|
911
|
+
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
|
912
|
+
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
916
|
+
--tw-space-y-reverse: 0;
|
|
917
|
+
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
918
|
+
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
922
|
+
--tw-divide-y-reverse: 0;
|
|
923
|
+
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
924
|
+
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
|
|
928
|
+
--tw-divide-opacity: 1;
|
|
929
|
+
border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
|
|
933
|
+
--tw-divide-opacity: 1;
|
|
934
|
+
border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.truncate {
|
|
938
|
+
overflow: hidden;
|
|
939
|
+
text-overflow: ellipsis;
|
|
940
|
+
white-space: nowrap;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
.rounded-lg {
|
|
944
|
+
border-radius: 0.5rem;
|
|
945
|
+
}
|
|
946
|
+
|
|
746
947
|
.rounded-md {
|
|
747
948
|
border-radius: 0.375rem;
|
|
748
949
|
}
|
|
@@ -751,10 +952,24 @@ video {
|
|
|
751
952
|
border-bottom-width: 1px;
|
|
752
953
|
}
|
|
753
954
|
|
|
955
|
+
.border-l {
|
|
956
|
+
border-left-width: 1px;
|
|
957
|
+
}
|
|
958
|
+
|
|
754
959
|
.border-dashed {
|
|
755
960
|
border-style: dashed;
|
|
756
961
|
}
|
|
757
962
|
|
|
963
|
+
.border-gray-100 {
|
|
964
|
+
--tw-border-opacity: 1;
|
|
965
|
+
border-color: rgba(244, 244, 245, var(--tw-border-opacity));
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.border-gray-200 {
|
|
969
|
+
--tw-border-opacity: 1;
|
|
970
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
971
|
+
}
|
|
972
|
+
|
|
758
973
|
.bg-gray-50 {
|
|
759
974
|
--tw-bg-opacity: 1;
|
|
760
975
|
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
@@ -765,6 +980,11 @@ video {
|
|
|
765
980
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
766
981
|
}
|
|
767
982
|
|
|
983
|
+
.bg-gray-200 {
|
|
984
|
+
--tw-bg-opacity: 1;
|
|
985
|
+
background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
|
|
986
|
+
}
|
|
987
|
+
|
|
768
988
|
.bg-green-50 {
|
|
769
989
|
--tw-bg-opacity: 1;
|
|
770
990
|
background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
|
|
@@ -789,14 +1009,54 @@ video {
|
|
|
789
1009
|
padding: 0.75rem;
|
|
790
1010
|
}
|
|
791
1011
|
|
|
792
|
-
.
|
|
793
|
-
padding-
|
|
794
|
-
padding-
|
|
1012
|
+
.px-4 {
|
|
1013
|
+
padding-left: 1rem;
|
|
1014
|
+
padding-right: 1rem;
|
|
795
1015
|
}
|
|
796
1016
|
|
|
797
|
-
.py-
|
|
798
|
-
padding-top:
|
|
799
|
-
padding-bottom:
|
|
1017
|
+
.py-5 {
|
|
1018
|
+
padding-top: 1.25rem;
|
|
1019
|
+
padding-bottom: 1.25rem;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
.py-3 {
|
|
1023
|
+
padding-top: 0.75rem;
|
|
1024
|
+
padding-bottom: 0.75rem;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
.px-3\.5 {
|
|
1028
|
+
padding-left: 0.875rem;
|
|
1029
|
+
padding-right: 0.875rem;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
.px-3 {
|
|
1033
|
+
padding-left: 0.75rem;
|
|
1034
|
+
padding-right: 0.75rem;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.py-1\.5 {
|
|
1038
|
+
padding-top: 0.375rem;
|
|
1039
|
+
padding-bottom: 0.375rem;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.py-1 {
|
|
1043
|
+
padding-top: 0.25rem;
|
|
1044
|
+
padding-bottom: 0.25rem;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
.py-8 {
|
|
1048
|
+
padding-top: 2rem;
|
|
1049
|
+
padding-bottom: 2rem;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.px-2\.5 {
|
|
1053
|
+
padding-left: 0.625rem;
|
|
1054
|
+
padding-right: 0.625rem;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.px-2 {
|
|
1058
|
+
padding-left: 0.5rem;
|
|
1059
|
+
padding-right: 0.5rem;
|
|
800
1060
|
}
|
|
801
1061
|
|
|
802
1062
|
.py-10 {
|
|
@@ -804,12 +1064,75 @@ video {
|
|
|
804
1064
|
padding-bottom: 2.5rem;
|
|
805
1065
|
}
|
|
806
1066
|
|
|
807
|
-
.
|
|
808
|
-
|
|
1067
|
+
.pl-6 {
|
|
1068
|
+
padding-left: 1.5rem;
|
|
809
1069
|
}
|
|
810
1070
|
|
|
811
|
-
.
|
|
812
|
-
|
|
1071
|
+
.pt-16 {
|
|
1072
|
+
padding-top: 4rem;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.pb-24 {
|
|
1076
|
+
padding-bottom: 6rem;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.pb-6 {
|
|
1080
|
+
padding-bottom: 1.5rem;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.text-sm {
|
|
1084
|
+
font-size: 0.875rem;
|
|
1085
|
+
line-height: 1.25rem;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.text-xs {
|
|
1089
|
+
font-size: 0.75rem;
|
|
1090
|
+
line-height: 1rem;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.text-3xl {
|
|
1094
|
+
font-size: 1.875rem;
|
|
1095
|
+
line-height: 2.25rem;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.text-2xl {
|
|
1099
|
+
font-size: 1.5rem;
|
|
1100
|
+
line-height: 2rem;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
.font-medium {
|
|
1104
|
+
font-weight: 500;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.font-normal {
|
|
1108
|
+
font-weight: 400;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.font-extrabold {
|
|
1112
|
+
font-weight: 800;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.font-semibold {
|
|
1116
|
+
font-weight: 600;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.leading-6 {
|
|
1120
|
+
line-height: 1.5rem;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.text-gray-900 {
|
|
1124
|
+
--tw-text-opacity: 1;
|
|
1125
|
+
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.text-teal-500 {
|
|
1129
|
+
--tw-text-opacity: 1;
|
|
1130
|
+
color: rgba(20, 184, 166, var(--tw-text-opacity));
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
.text-gray-400 {
|
|
1134
|
+
--tw-text-opacity: 1;
|
|
1135
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
813
1136
|
}
|
|
814
1137
|
|
|
815
1138
|
.text-gray-500 {
|
|
@@ -821,11 +1144,31 @@ video {
|
|
|
821
1144
|
color: var(--color-main);
|
|
822
1145
|
}
|
|
823
1146
|
|
|
1147
|
+
.shadow-md {
|
|
1148
|
+
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
1149
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1150
|
+
}
|
|
1151
|
+
|
|
824
1152
|
.shadow-sm {
|
|
825
1153
|
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
826
1154
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
827
1155
|
}
|
|
828
1156
|
|
|
1157
|
+
.ring-1 {
|
|
1158
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1159
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1160
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.ring-gray-900 {
|
|
1164
|
+
--tw-ring-opacity: 1;
|
|
1165
|
+
--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.ring-opacity-5 {
|
|
1169
|
+
--tw-ring-opacity: 0.05;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
829
1172
|
.s-hidden {
|
|
830
1173
|
display: none;
|
|
831
1174
|
}
|
|
@@ -1007,61 +1350,319 @@ video {
|
|
|
1007
1350
|
|
|
1008
1351
|
.s-branches-color-green {
|
|
1009
1352
|
--tw-text-opacity: 1;
|
|
1010
|
-
color: rgba(34, 197, 94, var(--tw-text-opacity));
|
|
1353
|
+
color: rgba(34, 197, 94, var(--tw-text-opacity));
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.s-branches-color-gray {
|
|
1357
|
+
--tw-text-opacity: 1;
|
|
1358
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
.s-button-btn {
|
|
1362
|
+
position: relative;
|
|
1363
|
+
display: inline-flex;
|
|
1364
|
+
flex: 1 1 0%;
|
|
1365
|
+
-webkit-user-select: none;
|
|
1366
|
+
-moz-user-select: none;
|
|
1367
|
+
-ms-user-select: none;
|
|
1368
|
+
user-select: none;
|
|
1369
|
+
flex-direction: row-reverse;
|
|
1370
|
+
align-items: center;
|
|
1371
|
+
justify-content: center;
|
|
1372
|
+
white-space: nowrap;
|
|
1373
|
+
border-radius: 0.375rem;
|
|
1374
|
+
border-style: solid;
|
|
1375
|
+
padding-left: 1.5rem;
|
|
1376
|
+
padding-right: 1.5rem;
|
|
1377
|
+
padding-bottom: 0.625rem;
|
|
1378
|
+
padding-top: 0.5rem;
|
|
1379
|
+
font-size: 0.875rem;
|
|
1380
|
+
line-height: 1.25rem;
|
|
1381
|
+
font-weight: 700;
|
|
1382
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1383
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1384
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1385
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1386
|
+
transition-duration: 150ms;
|
|
1387
|
+
transition-duration: 300ms;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.s-button-btn:hover {
|
|
1391
|
+
opacity: 0.8;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.s-button-icon {
|
|
1395
|
+
position: relative;
|
|
1396
|
+
margin-left: 0.25rem;
|
|
1397
|
+
margin-right: 0.25rem;
|
|
1398
|
+
display: inline-flex;
|
|
1399
|
+
height: 2.5rem;
|
|
1400
|
+
width: 2.5rem;
|
|
1401
|
+
flex-shrink: 0;
|
|
1402
|
+
align-items: center;
|
|
1403
|
+
justify-content: center;
|
|
1404
|
+
border-radius: 9999px !important;
|
|
1405
|
+
padding: 0px !important;
|
|
1406
|
+
font-weight: 500;
|
|
1407
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1408
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1409
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1410
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1411
|
+
transition-duration: 150ms;
|
|
1412
|
+
transition-duration: 300ms;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
.s-button-link {
|
|
1416
|
+
padding-left: 0.25rem;
|
|
1417
|
+
padding-right: 0.25rem;
|
|
1418
|
+
padding-top: 0.125rem;
|
|
1419
|
+
padding-bottom: 0.125rem;
|
|
1420
|
+
color: var(--color-main);
|
|
1421
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1422
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1423
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1424
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1425
|
+
transition-duration: 150ms;
|
|
1426
|
+
transition-duration: 300ms;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
.s-button-link:hover {
|
|
1430
|
+
opacity: 0.7;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.s-button-disabled {
|
|
1434
|
+
opacity: 0.5;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
.s-button-fill-none {
|
|
1438
|
+
border-width: 0px !important;
|
|
1439
|
+
background-color: transparent !important;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.s-button-primary {
|
|
1443
|
+
background-color: var(--color-main);
|
|
1444
|
+
color: var(--color-main-reverse);
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.s-button-primary:hover {
|
|
1448
|
+
background-color: var(--color-main-d);
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
.s-button-success {
|
|
1452
|
+
--tw-bg-opacity: 1;
|
|
1453
|
+
background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
|
|
1454
|
+
--tw-text-opacity: 1;
|
|
1455
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.s-button-success:hover {
|
|
1459
|
+
--tw-bg-opacity: 1;
|
|
1460
|
+
background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.s-button-danger {
|
|
1464
|
+
--tw-bg-opacity: 1;
|
|
1465
|
+
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
|
|
1466
|
+
--tw-text-opacity: 1;
|
|
1467
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.s-button-danger:hover {
|
|
1471
|
+
--tw-bg-opacity: 1;
|
|
1472
|
+
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
.s-button-warning {
|
|
1476
|
+
--tw-bg-opacity: 1;
|
|
1477
|
+
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
|
|
1478
|
+
--tw-text-opacity: 1;
|
|
1479
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
.s-button-warning:hover {
|
|
1483
|
+
--tw-bg-opacity: 1;
|
|
1484
|
+
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
.s-button-gray {
|
|
1488
|
+
--tw-bg-opacity: 1;
|
|
1489
|
+
background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
|
|
1490
|
+
--tw-text-opacity: 1;
|
|
1491
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.s-button-gray:hover {
|
|
1495
|
+
--tw-bg-opacity: 1;
|
|
1496
|
+
background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.s-button-dark {
|
|
1500
|
+
--tw-bg-opacity: 1;
|
|
1501
|
+
background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
|
|
1502
|
+
--tw-text-opacity: 1;
|
|
1503
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
.s-button-dark:hover {
|
|
1507
|
+
--tw-bg-opacity: 1;
|
|
1508
|
+
background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
.s-button-light {
|
|
1512
|
+
--tw-bg-opacity: 1;
|
|
1513
|
+
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
1514
|
+
--tw-text-opacity: 1;
|
|
1515
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
.s-button-light:hover {
|
|
1519
|
+
--tw-bg-opacity: 1;
|
|
1520
|
+
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
.s-button-primary-outline {
|
|
1524
|
+
color: var(--color-main);
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
.s-button-primary-outline:hover {
|
|
1528
|
+
background-color: var(--color-main);
|
|
1529
|
+
color: var(--color-main-reverse);
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.s-button-success-outline {
|
|
1533
|
+
--tw-text-opacity: 1;
|
|
1534
|
+
color: rgba(34, 197, 94, var(--tw-text-opacity));
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
.s-button-success-outline:hover {
|
|
1538
|
+
--tw-bg-opacity: 1;
|
|
1539
|
+
background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
|
|
1540
|
+
--tw-text-opacity: 1;
|
|
1541
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
.s-button-danger-outline {
|
|
1545
|
+
--tw-text-opacity: 1;
|
|
1546
|
+
color: rgba(248, 113, 113, var(--tw-text-opacity));
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
.s-button-danger-outline:hover {
|
|
1550
|
+
--tw-bg-opacity: 1;
|
|
1551
|
+
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
|
|
1552
|
+
--tw-text-opacity: 1;
|
|
1553
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.s-button-warning-outline {
|
|
1557
|
+
--tw-text-opacity: 1;
|
|
1558
|
+
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
.s-button-warning-outline:hover {
|
|
1562
|
+
--tw-bg-opacity: 1;
|
|
1563
|
+
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
|
|
1564
|
+
--tw-text-opacity: 1;
|
|
1565
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
.s-button-gray-outline {
|
|
1569
|
+
--tw-text-opacity: 1;
|
|
1570
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
.s-button-gray-outline:hover {
|
|
1574
|
+
--tw-bg-opacity: 1;
|
|
1575
|
+
background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
|
|
1576
|
+
--tw-text-opacity: 1;
|
|
1577
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.s-button-dark-outline {
|
|
1581
|
+
--tw-text-opacity: 1;
|
|
1582
|
+
color: rgba(63, 63, 70, var(--tw-text-opacity));
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
.s-button-dark-outline:hover {
|
|
1586
|
+
--tw-bg-opacity: 1;
|
|
1587
|
+
background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
|
|
1588
|
+
--tw-text-opacity: 1;
|
|
1589
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
.s-button-light-outline {
|
|
1593
|
+
--tw-border-opacity: 1 !important;
|
|
1594
|
+
border-color: rgba(239, 240, 240, var(--tw-border-opacity)) !important;
|
|
1595
|
+
--tw-bg-opacity: 1;
|
|
1596
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1597
|
+
--tw-text-opacity: 1;
|
|
1598
|
+
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.s-button-light-outline:hover {
|
|
1602
|
+
--tw-border-opacity: 1 !important;
|
|
1603
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.s-button-primary-link {
|
|
1607
|
+
color: var(--color-main);
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
.s-button-success-link {
|
|
1611
|
+
--tw-text-opacity: 1;
|
|
1612
|
+
color: rgba(34, 197, 94, var(--tw-text-opacity));
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.s-button-danger-link {
|
|
1616
|
+
--tw-text-opacity: 1;
|
|
1617
|
+
color: rgba(248, 113, 113, var(--tw-text-opacity));
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
.s-button-warning-link {
|
|
1621
|
+
--tw-text-opacity: 1;
|
|
1622
|
+
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
.s-button-gray-link {
|
|
1626
|
+
--tw-text-opacity: 1;
|
|
1627
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.s-button-dark-link {
|
|
1631
|
+
--tw-text-opacity: 1;
|
|
1632
|
+
color: rgba(63, 63, 70, var(--tw-text-opacity));
|
|
1011
1633
|
}
|
|
1012
1634
|
|
|
1013
|
-
.s-
|
|
1635
|
+
.s-button-light-link {
|
|
1014
1636
|
--tw-text-opacity: 1;
|
|
1015
|
-
color: rgba(
|
|
1637
|
+
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
1016
1638
|
}
|
|
1017
1639
|
|
|
1018
|
-
.s-button-
|
|
1019
|
-
|
|
1640
|
+
.s-button-small {
|
|
1641
|
+
border-radius: 0.125rem;
|
|
1642
|
+
padding-left: 1rem;
|
|
1643
|
+
padding-right: 1rem;
|
|
1644
|
+
padding-bottom: 0.375rem;
|
|
1645
|
+
padding-top: 0.25rem;
|
|
1646
|
+
font-size: 0.75rem;
|
|
1647
|
+
line-height: 1rem;
|
|
1020
1648
|
}
|
|
1021
1649
|
|
|
1022
|
-
.s-button-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
-
|
|
1027
|
-
|
|
1028
|
-
|
|
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
|
-
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;
|
|
1650
|
+
.s-button-large {
|
|
1651
|
+
padding-left: 2rem;
|
|
1652
|
+
padding-right: 2rem;
|
|
1653
|
+
padding-bottom: 1rem;
|
|
1654
|
+
padding-top: 1rem;
|
|
1655
|
+
font-size: 1.25rem;
|
|
1656
|
+
line-height: 1.75rem;
|
|
1058
1657
|
}
|
|
1059
1658
|
|
|
1060
|
-
.s-button-
|
|
1061
|
-
|
|
1659
|
+
.s-button-wide {
|
|
1660
|
+
width: 100%;
|
|
1062
1661
|
}
|
|
1063
1662
|
|
|
1064
1663
|
.s-button-text {
|
|
1664
|
+
display: flex;
|
|
1665
|
+
align-items: center;
|
|
1065
1666
|
transition-property: opacity;
|
|
1066
1667
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1067
1668
|
transition-duration: 150ms;
|
|
@@ -1125,85 +1726,6 @@ video {
|
|
|
1125
1726
|
content: '';
|
|
1126
1727
|
}
|
|
1127
1728
|
|
|
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
1729
|
.s-infinite-scroll-wrapper {
|
|
1208
1730
|
margin-top: 1rem;
|
|
1209
1731
|
text-align: center;
|
|
@@ -1219,7 +1741,7 @@ video {
|
|
|
1219
1741
|
text-align: center;
|
|
1220
1742
|
}
|
|
1221
1743
|
|
|
1222
|
-
.s-localization-title {
|
|
1744
|
+
.s-localization-modal-title {
|
|
1223
1745
|
font-size: 1rem;
|
|
1224
1746
|
line-height: 1.5rem;
|
|
1225
1747
|
font-weight: 500;
|
|
@@ -1227,26 +1749,26 @@ video {
|
|
|
1227
1749
|
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
|
1228
1750
|
}
|
|
1229
1751
|
|
|
1230
|
-
.s-localization-section {
|
|
1752
|
+
.s-localization-modal-section {
|
|
1231
1753
|
margin-bottom: 2rem;
|
|
1232
1754
|
}
|
|
1233
1755
|
|
|
1234
|
-
.s-localization-section-inner {
|
|
1756
|
+
.s-localization-modal-section-inner {
|
|
1235
1757
|
margin-top: 1rem;
|
|
1236
1758
|
}
|
|
1237
1759
|
|
|
1238
|
-
.s-localization-section-inner > :not([hidden]) ~ :not([hidden]) {
|
|
1760
|
+
.s-localization-modal-section-inner > :not([hidden]) ~ :not([hidden]) {
|
|
1239
1761
|
--tw-space-y-reverse: 0;
|
|
1240
1762
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1241
1763
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
1242
1764
|
}
|
|
1243
1765
|
|
|
1244
|
-
.s-localization-item {
|
|
1766
|
+
.s-localization-modal-item {
|
|
1245
1767
|
display: flex;
|
|
1246
1768
|
align-items: center;
|
|
1247
1769
|
}
|
|
1248
1770
|
|
|
1249
|
-
.s-localization-input {
|
|
1771
|
+
.s-localization-modal-input {
|
|
1250
1772
|
height: 1rem;
|
|
1251
1773
|
width: 1rem;
|
|
1252
1774
|
--tw-border-opacity: 1;
|
|
@@ -1254,11 +1776,11 @@ video {
|
|
|
1254
1776
|
color: var(--color-main);
|
|
1255
1777
|
}
|
|
1256
1778
|
|
|
1257
|
-
.s-localization-input:focus {
|
|
1779
|
+
.s-localization-modal-input:focus {
|
|
1258
1780
|
--tw-ring-color: var(--color-main);
|
|
1259
1781
|
}
|
|
1260
1782
|
|
|
1261
|
-
.s-localization-label {
|
|
1783
|
+
.s-localization-modal-label {
|
|
1262
1784
|
display: flex;
|
|
1263
1785
|
flex-grow: 1;
|
|
1264
1786
|
cursor: pointer;
|
|
@@ -1273,21 +1795,18 @@ video {
|
|
|
1273
1795
|
margin-inline-start: 0.75rem;
|
|
1274
1796
|
}
|
|
1275
1797
|
|
|
1276
|
-
.s-localization-flag {
|
|
1798
|
+
.s-localization-modal-flag {
|
|
1277
1799
|
border-radius: 0.125rem;
|
|
1278
1800
|
}
|
|
1279
1801
|
|
|
1280
|
-
.s-localization-currency {
|
|
1802
|
+
.s-localization-modal-currency {
|
|
1281
1803
|
--tw-text-opacity: 1;
|
|
1282
1804
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1283
1805
|
}
|
|
1284
1806
|
|
|
1285
|
-
.s-localization-select {
|
|
1807
|
+
.s-localization-modal-select {
|
|
1286
1808
|
height: 2.5rem;
|
|
1287
1809
|
width: 100%;
|
|
1288
|
-
-webkit-appearance: none;
|
|
1289
|
-
-moz-appearance: none;
|
|
1290
|
-
appearance: none;
|
|
1291
1810
|
border-radius: 0.375rem;
|
|
1292
1811
|
--tw-border-opacity: 1;
|
|
1293
1812
|
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
@@ -1301,19 +1820,19 @@ video {
|
|
|
1301
1820
|
transition-duration: 300ms;
|
|
1302
1821
|
}
|
|
1303
1822
|
|
|
1304
|
-
.s-localization-select:focus {
|
|
1823
|
+
.s-localization-modal-select:focus {
|
|
1305
1824
|
border-color: var(--color-main);
|
|
1306
1825
|
--tw-ring-color: transparent;
|
|
1307
1826
|
}
|
|
1308
1827
|
|
|
1309
1828
|
@media (min-width: 640px) {
|
|
1310
|
-
.s-localization-select {
|
|
1829
|
+
.s-localization-modal-select {
|
|
1311
1830
|
font-size: 0.875rem;
|
|
1312
1831
|
line-height: 1.25rem;
|
|
1313
1832
|
}
|
|
1314
1833
|
}
|
|
1315
1834
|
|
|
1316
|
-
.s-login-sub-title {
|
|
1835
|
+
.s-login-modal-sub-title {
|
|
1317
1836
|
margin-bottom: 0.625rem;
|
|
1318
1837
|
font-size: 0.875rem;
|
|
1319
1838
|
line-height: 1.25rem;
|
|
@@ -1321,7 +1840,7 @@ video {
|
|
|
1321
1840
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
1322
1841
|
}
|
|
1323
1842
|
|
|
1324
|
-
.s-login-main-btn {
|
|
1843
|
+
.s-login-modal-main-btn {
|
|
1325
1844
|
position: relative;
|
|
1326
1845
|
margin-bottom: 0.625rem;
|
|
1327
1846
|
box-sizing: content-box;
|
|
@@ -1348,7 +1867,7 @@ video {
|
|
|
1348
1867
|
padding-inline-start: 1.25rem;
|
|
1349
1868
|
}
|
|
1350
1869
|
|
|
1351
|
-
.s-login-main-btn > :not([hidden]) ~ :not([hidden]) {
|
|
1870
|
+
.s-login-modal-main-btn > :not([hidden]) ~ :not([hidden]) {
|
|
1352
1871
|
--tw-space-s-reverse: 0;
|
|
1353
1872
|
-webkit-margin-end: calc(0.75rem * var(--tw-space-s-reverse));
|
|
1354
1873
|
margin-inline-end: calc(0.75rem * var(--tw-space-s-reverse));
|
|
@@ -1356,12 +1875,12 @@ video {
|
|
|
1356
1875
|
margin-inline-start: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
|
|
1357
1876
|
}
|
|
1358
1877
|
|
|
1359
|
-
.s-login-main-btn:hover {
|
|
1878
|
+
.s-login-modal-main-btn:hover {
|
|
1360
1879
|
--tw-bg-opacity: 1;
|
|
1361
1880
|
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
1362
1881
|
}
|
|
1363
1882
|
|
|
1364
|
-
.s-login-main-btn-icon {
|
|
1883
|
+
.s-login-modal-main-btn-icon {
|
|
1365
1884
|
height: 3rem;
|
|
1366
1885
|
width: 3rem;
|
|
1367
1886
|
flex-shrink: 0;
|
|
@@ -1380,19 +1899,19 @@ video {
|
|
|
1380
1899
|
line-height: 2.25rem;
|
|
1381
1900
|
}
|
|
1382
1901
|
|
|
1383
|
-
.s-login-main-btn-text {
|
|
1902
|
+
.s-login-modal-main-btn-text {
|
|
1384
1903
|
flex: 1 1 0%;
|
|
1385
1904
|
padding: 0.75rem;
|
|
1386
1905
|
font-weight: 700;
|
|
1387
1906
|
}
|
|
1388
1907
|
|
|
1389
|
-
.s-login-main-btn-arrow {
|
|
1908
|
+
.s-login-modal-main-btn-arrow {
|
|
1390
1909
|
font-size: 1.25rem;
|
|
1391
1910
|
line-height: 1.75rem;
|
|
1392
1911
|
color: var(--color-main);
|
|
1393
1912
|
}
|
|
1394
1913
|
|
|
1395
|
-
.s-login-label {
|
|
1914
|
+
.s-login-modal-label {
|
|
1396
1915
|
margin-bottom: 0.5rem;
|
|
1397
1916
|
display: block;
|
|
1398
1917
|
font-size: 0.875rem;
|
|
@@ -1402,7 +1921,7 @@ video {
|
|
|
1402
1921
|
color: rgba(63, 63, 70, var(--tw-text-opacity));
|
|
1403
1922
|
}
|
|
1404
1923
|
|
|
1405
|
-
.s-login-input {
|
|
1924
|
+
.s-login-modal-input {
|
|
1406
1925
|
-webkit-appearance: none;
|
|
1407
1926
|
-moz-appearance: none;
|
|
1408
1927
|
appearance: none;
|
|
@@ -1417,30 +1936,30 @@ video {
|
|
|
1417
1936
|
transition-duration: 300ms;
|
|
1418
1937
|
}
|
|
1419
1938
|
|
|
1420
|
-
.s-login-input:focus {
|
|
1939
|
+
.s-login-modal-input:focus {
|
|
1421
1940
|
border-color: var(--color-main);
|
|
1422
1941
|
--tw-ring-color: transparent;
|
|
1423
1942
|
}
|
|
1424
1943
|
|
|
1425
|
-
.dark .s-login-input {
|
|
1944
|
+
.dark .s-login-modal-input {
|
|
1426
1945
|
--tw-border-opacity: 1;
|
|
1427
1946
|
border-color: rgba(82, 82, 91, var(--tw-border-opacity));
|
|
1428
1947
|
--tw-bg-opacity: 1;
|
|
1429
1948
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
1430
1949
|
}
|
|
1431
1950
|
|
|
1432
|
-
.dark .s-login-input:focus {
|
|
1951
|
+
.dark .s-login-modal-input:focus {
|
|
1433
1952
|
border-color: var(--color-main);
|
|
1434
1953
|
}
|
|
1435
1954
|
|
|
1436
1955
|
@media (min-width: 640px) {
|
|
1437
|
-
.s-login-input {
|
|
1956
|
+
.s-login-modal-input {
|
|
1438
1957
|
font-size: 0.875rem;
|
|
1439
1958
|
line-height: 1.25rem;
|
|
1440
1959
|
}
|
|
1441
1960
|
}
|
|
1442
1961
|
|
|
1443
|
-
.s-login-otp-input {
|
|
1962
|
+
.s-login-modal-otp-input {
|
|
1444
1963
|
height: 2.5rem;
|
|
1445
1964
|
text-align: center;
|
|
1446
1965
|
-webkit-appearance: none;
|
|
@@ -1457,30 +1976,30 @@ video {
|
|
|
1457
1976
|
transition-duration: 300ms;
|
|
1458
1977
|
}
|
|
1459
1978
|
|
|
1460
|
-
.s-login-otp-input:focus {
|
|
1979
|
+
.s-login-modal-otp-input:focus {
|
|
1461
1980
|
border-color: var(--color-main);
|
|
1462
1981
|
--tw-ring-color: transparent;
|
|
1463
1982
|
}
|
|
1464
1983
|
|
|
1465
|
-
.dark .s-login-otp-input {
|
|
1984
|
+
.dark .s-login-modal-otp-input {
|
|
1466
1985
|
--tw-border-opacity: 1;
|
|
1467
1986
|
border-color: rgba(82, 82, 91, var(--tw-border-opacity));
|
|
1468
1987
|
--tw-bg-opacity: 1;
|
|
1469
1988
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
1470
1989
|
}
|
|
1471
1990
|
|
|
1472
|
-
.dark .s-login-otp-input:focus {
|
|
1991
|
+
.dark .s-login-modal-otp-input:focus {
|
|
1473
1992
|
border-color: var(--color-main);
|
|
1474
1993
|
}
|
|
1475
1994
|
|
|
1476
1995
|
@media (min-width: 640px) {
|
|
1477
|
-
.s-login-otp-input {
|
|
1996
|
+
.s-login-modal-otp-input {
|
|
1478
1997
|
font-size: 0.875rem;
|
|
1479
1998
|
line-height: 1.25rem;
|
|
1480
1999
|
}
|
|
1481
2000
|
}
|
|
1482
2001
|
|
|
1483
|
-
.s-login-link {
|
|
2002
|
+
.s-login-modal-link {
|
|
1484
2003
|
margin-top: 1.5rem;
|
|
1485
2004
|
display: block;
|
|
1486
2005
|
text-align: center;
|
|
@@ -1489,7 +2008,7 @@ video {
|
|
|
1489
2008
|
color: var(--color-main);
|
|
1490
2009
|
}
|
|
1491
2010
|
|
|
1492
|
-
.s-login-error-message {
|
|
2011
|
+
.s-login-modal-error-message {
|
|
1493
2012
|
display: block;
|
|
1494
2013
|
height: 1.75rem;
|
|
1495
2014
|
padding-top: 0.25rem;
|
|
@@ -1499,19 +2018,19 @@ video {
|
|
|
1499
2018
|
border-color: rgba(248, 113, 113, var(--tw-border-opacity));
|
|
1500
2019
|
}
|
|
1501
2020
|
|
|
1502
|
-
.s-login-error-message:focus {
|
|
2021
|
+
.s-login-modal-error-message:focus {
|
|
1503
2022
|
--tw-border-opacity: 1;
|
|
1504
2023
|
border-color: rgba(239, 68, 68, var(--tw-border-opacity));
|
|
1505
2024
|
}
|
|
1506
2025
|
|
|
1507
|
-
.s-login-error-message {
|
|
2026
|
+
.s-login-modal-error-message {
|
|
1508
2027
|
--tw-border-opacity: 1 !important;
|
|
1509
2028
|
border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
|
|
1510
2029
|
--tw-text-opacity: 1 !important;
|
|
1511
2030
|
color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
|
|
1512
2031
|
}
|
|
1513
2032
|
|
|
1514
|
-
.s-login-wrapper {
|
|
2033
|
+
.s-login-modal-wrapper {
|
|
1515
2034
|
transition-property: all;
|
|
1516
2035
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1517
2036
|
transition-duration: 150ms;
|
|
@@ -1519,20 +2038,20 @@ video {
|
|
|
1519
2038
|
transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
|
|
1520
2039
|
}
|
|
1521
2040
|
|
|
1522
|
-
.s-login-tab {
|
|
2041
|
+
.s-login-modal-tab {
|
|
1523
2042
|
transition-property: all;
|
|
1524
2043
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1525
2044
|
transition-duration: 150ms;
|
|
1526
2045
|
transition-duration: 500ms;
|
|
1527
2046
|
}
|
|
1528
2047
|
|
|
1529
|
-
.s-login-active {
|
|
2048
|
+
.s-login-modal-active {
|
|
1530
2049
|
--tw-translate-x: 0px;
|
|
1531
2050
|
transform: var(--tw-transform);
|
|
1532
2051
|
opacity: 1;
|
|
1533
2052
|
}
|
|
1534
2053
|
|
|
1535
|
-
.s-login-unactive {
|
|
2054
|
+
.s-login-modal-unactive {
|
|
1536
2055
|
--tw-translate-x: 0.75rem;
|
|
1537
2056
|
transform: var(--tw-transform);
|
|
1538
2057
|
opacity: 0;
|
|
@@ -1550,7 +2069,7 @@ video {
|
|
|
1550
2069
|
|
|
1551
2070
|
.s-modal-wrapper {
|
|
1552
2071
|
display: flex;
|
|
1553
|
-
height:
|
|
2072
|
+
height: 100%;
|
|
1554
2073
|
align-items: flex-end;
|
|
1555
2074
|
justify-content: center;
|
|
1556
2075
|
overflow-y: auto;
|
|
@@ -1764,29 +2283,27 @@ video {
|
|
|
1764
2283
|
}
|
|
1765
2284
|
|
|
1766
2285
|
.s-modal-bg-success {
|
|
2286
|
+
--tw-border-opacity: 1;
|
|
2287
|
+
border-color: rgba(134, 239, 172, var(--tw-border-opacity));
|
|
1767
2288
|
--tw-bg-opacity: 1;
|
|
1768
2289
|
background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
|
|
2290
|
+
--tw-text-opacity: 1;
|
|
2291
|
+
color: rgba(22, 163, 74, var(--tw-text-opacity));
|
|
1769
2292
|
}
|
|
1770
2293
|
|
|
1771
2294
|
.s-modal-bg-error {
|
|
2295
|
+
--tw-border-opacity: 1;
|
|
2296
|
+
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
|
|
1772
2297
|
--tw-bg-opacity: 1;
|
|
1773
2298
|
background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
|
|
2299
|
+
--tw-text-opacity: 1;
|
|
2300
|
+
color: rgba(220, 38, 38, var(--tw-text-opacity));
|
|
1774
2301
|
}
|
|
1775
2302
|
|
|
1776
2303
|
.s-modal-bg-primary {
|
|
2304
|
+
border-color: var(--color-main);
|
|
1777
2305
|
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));
|
|
2306
|
+
color: var(--color-main-reverse);
|
|
1790
2307
|
}
|
|
1791
2308
|
|
|
1792
2309
|
.s-modal-title {
|
|
@@ -2002,7 +2519,7 @@ video {
|
|
|
2002
2519
|
width: 100%;
|
|
2003
2520
|
}
|
|
2004
2521
|
|
|
2005
|
-
.s-offer-body {
|
|
2522
|
+
.s-offer-modal-body {
|
|
2006
2523
|
margin-left: -2rem;
|
|
2007
2524
|
margin-right: -2rem;
|
|
2008
2525
|
display: flex;
|
|
@@ -2013,7 +2530,7 @@ video {
|
|
|
2013
2530
|
padding-bottom: 2rem;
|
|
2014
2531
|
}
|
|
2015
2532
|
|
|
2016
|
-
.s-offer-badge {
|
|
2533
|
+
.s-offer-modal-badge {
|
|
2017
2534
|
margin-bottom: 0.625rem;
|
|
2018
2535
|
display: inline-flex;
|
|
2019
2536
|
align-items: center;
|
|
@@ -2033,18 +2550,18 @@ video {
|
|
|
2033
2550
|
margin-inline-end: 0.625rem;
|
|
2034
2551
|
}
|
|
2035
2552
|
|
|
2036
|
-
.s-offer-badge-icon {
|
|
2553
|
+
.s-offer-modal-badge-icon {
|
|
2037
2554
|
font-weight: 500;
|
|
2038
2555
|
-webkit-margin-end: 0.375rem;
|
|
2039
2556
|
margin-inline-end: 0.375rem;
|
|
2040
2557
|
}
|
|
2041
2558
|
|
|
2042
|
-
.s-offer-badge-text {
|
|
2559
|
+
.s-offer-modal-badge-text {
|
|
2043
2560
|
--tw-translate-y: -0.125rem;
|
|
2044
2561
|
transform: var(--tw-transform);
|
|
2045
2562
|
}
|
|
2046
2563
|
|
|
2047
|
-
.s-offer-product {
|
|
2564
|
+
.s-offer-modal-product {
|
|
2048
2565
|
display: flex;
|
|
2049
2566
|
width: 70%;
|
|
2050
2567
|
flex-shrink: 0;
|
|
@@ -2053,18 +2570,18 @@ video {
|
|
|
2053
2570
|
}
|
|
2054
2571
|
|
|
2055
2572
|
@media (min-width: 640px) {
|
|
2056
|
-
.s-offer-product {
|
|
2573
|
+
.s-offer-modal-product {
|
|
2057
2574
|
width: 40%;
|
|
2058
2575
|
}
|
|
2059
2576
|
}
|
|
2060
2577
|
|
|
2061
2578
|
@media (min-width: 1024px) {
|
|
2062
|
-
.s-offer-product {
|
|
2579
|
+
.s-offer-modal-product {
|
|
2063
2580
|
width: 28%;
|
|
2064
2581
|
}
|
|
2065
2582
|
}
|
|
2066
2583
|
|
|
2067
|
-
.s-offer-product-image-wrap {
|
|
2584
|
+
.s-offer-modal-product-image-wrap {
|
|
2068
2585
|
position: relative;
|
|
2069
2586
|
margin-bottom: 1rem;
|
|
2070
2587
|
display: block;
|
|
@@ -2073,18 +2590,23 @@ video {
|
|
|
2073
2590
|
border-radius: 0.375rem;
|
|
2074
2591
|
}
|
|
2075
2592
|
|
|
2076
|
-
.s-offer-product-image {
|
|
2593
|
+
.s-offer-modal-product-image {
|
|
2077
2594
|
height: 100%;
|
|
2078
2595
|
width: 100%;
|
|
2079
2596
|
-o-object-fit: cover;
|
|
2080
2597
|
object-fit: cover;
|
|
2081
2598
|
}
|
|
2082
2599
|
|
|
2083
|
-
.s-offer-
|
|
2600
|
+
.s-offer-modal-not-available {
|
|
2601
|
+
--tw-grayscale: grayscale(100%);
|
|
2602
|
+
filter: var(--tw-filter);
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
.s-offer-modal-product-info {
|
|
2084
2606
|
margin-bottom: 1rem;
|
|
2085
2607
|
}
|
|
2086
2608
|
|
|
2087
|
-
.s-offer-product-name {
|
|
2609
|
+
.s-offer-modal-product-name {
|
|
2088
2610
|
margin-bottom: 0.375rem;
|
|
2089
2611
|
display: flex;
|
|
2090
2612
|
flex-direction: column;
|
|
@@ -2096,11 +2618,11 @@ video {
|
|
|
2096
2618
|
color: var(--color-title);
|
|
2097
2619
|
}
|
|
2098
2620
|
|
|
2099
|
-
.s-offer-product-name:hover {
|
|
2621
|
+
.s-offer-modal-product-name:hover {
|
|
2100
2622
|
color: var(--color-main);
|
|
2101
2623
|
}
|
|
2102
2624
|
|
|
2103
|
-
.s-offer-product-price {
|
|
2625
|
+
.s-offer-modal-product-price {
|
|
2104
2626
|
margin-bottom: 1.25rem;
|
|
2105
2627
|
display: flex;
|
|
2106
2628
|
width: 100%;
|
|
@@ -2110,7 +2632,7 @@ video {
|
|
|
2110
2632
|
font-weight: 700;
|
|
2111
2633
|
}
|
|
2112
2634
|
|
|
2113
|
-
.s-offer-product-price > :not([hidden]) ~ :not([hidden]) {
|
|
2635
|
+
.s-offer-modal-product-price > :not([hidden]) ~ :not([hidden]) {
|
|
2114
2636
|
--tw-space-s-reverse: 0;
|
|
2115
2637
|
-webkit-margin-end: calc(0.25rem * var(--tw-space-s-reverse));
|
|
2116
2638
|
margin-inline-end: calc(0.25rem * var(--tw-space-s-reverse));
|
|
@@ -2119,12 +2641,12 @@ video {
|
|
|
2119
2641
|
}
|
|
2120
2642
|
|
|
2121
2643
|
@media (min-width: 768px) {
|
|
2122
|
-
.s-offer-product-price {
|
|
2644
|
+
.s-offer-modal-product-price {
|
|
2123
2645
|
margin-bottom: 0px;
|
|
2124
2646
|
}
|
|
2125
2647
|
}
|
|
2126
2648
|
|
|
2127
|
-
.s-offer-product-old-price {
|
|
2649
|
+
.s-offer-modal-product-old-price {
|
|
2128
2650
|
margin-left: 0.25rem;
|
|
2129
2651
|
margin-right: 0.25rem;
|
|
2130
2652
|
font-size: 0.75rem;
|
|
@@ -2134,12 +2656,11 @@ video {
|
|
|
2134
2656
|
text-decoration: line-through;
|
|
2135
2657
|
}
|
|
2136
2658
|
|
|
2137
|
-
.s-offer-btn-wrap {
|
|
2659
|
+
.s-offer-modal-btn-wrap {
|
|
2138
2660
|
margin-top: auto;
|
|
2139
2661
|
}
|
|
2140
2662
|
|
|
2141
|
-
.s-offer-footer {
|
|
2142
|
-
margin-top: 2rem;
|
|
2663
|
+
.s-offer-modal-footer {
|
|
2143
2664
|
display: flex;
|
|
2144
2665
|
flex-direction: column;
|
|
2145
2666
|
justify-content: space-between;
|
|
@@ -2149,31 +2670,49 @@ video {
|
|
|
2149
2670
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2150
2671
|
}
|
|
2151
2672
|
|
|
2152
|
-
@media (min-width:
|
|
2153
|
-
.s-offer-footer {
|
|
2673
|
+
@media (min-width: 640px) {
|
|
2674
|
+
.s-offer-modal-footer {
|
|
2675
|
+
margin-top: 2rem;
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
.s-offer-modal-footer {
|
|
2154
2679
|
flex-direction: row;
|
|
2155
2680
|
}
|
|
2156
2681
|
}
|
|
2157
2682
|
|
|
2158
|
-
.s-offer-expiry {
|
|
2683
|
+
.s-offer-modal-expiry {
|
|
2159
2684
|
margin-bottom: 1.25rem;
|
|
2160
2685
|
}
|
|
2161
2686
|
|
|
2162
2687
|
@media (min-width: 768px) {
|
|
2163
|
-
.s-offer-expiry {
|
|
2688
|
+
.s-offer-modal-expiry {
|
|
2164
2689
|
margin-bottom: 0px;
|
|
2165
2690
|
}
|
|
2166
2691
|
}
|
|
2167
2692
|
|
|
2168
|
-
.s-offer-remember-label {
|
|
2693
|
+
.s-offer-modal-remember-label {
|
|
2694
|
+
cursor: pointer;
|
|
2169
2695
|
font-size: 0.875rem;
|
|
2170
2696
|
line-height: 1.25rem;
|
|
2171
2697
|
font-weight: 500;
|
|
2172
|
-
-
|
|
2173
|
-
|
|
2698
|
+
transition-property: background-color, border-color, color, fill, stroke;
|
|
2699
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2700
|
+
transition-duration: 150ms;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
.s-offer-modal-remember-label:hover {
|
|
2704
|
+
--tw-text-opacity: 1;
|
|
2705
|
+
color: rgba(113, 113, 122, var(--tw-text-opacity));
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
@media (min-width: 640px) {
|
|
2709
|
+
.s-offer-modal-remember-label {
|
|
2710
|
+
-webkit-margin-start: 0.5rem;
|
|
2711
|
+
margin-inline-start: 0.5rem;
|
|
2712
|
+
}
|
|
2174
2713
|
}
|
|
2175
2714
|
|
|
2176
|
-
.s-offer-remember-input {
|
|
2715
|
+
.s-offer-modal-remember-input {
|
|
2177
2716
|
height: 1.5rem;
|
|
2178
2717
|
width: 1.5rem;
|
|
2179
2718
|
border-radius: 0.375rem;
|
|
@@ -2182,15 +2721,15 @@ video {
|
|
|
2182
2721
|
color: var(--color-main);
|
|
2183
2722
|
}
|
|
2184
2723
|
|
|
2185
|
-
.s-offer-remember-input:focus {
|
|
2724
|
+
.s-offer-modal-remember-input:focus {
|
|
2186
2725
|
--tw-ring-color: transparent;
|
|
2187
2726
|
}
|
|
2188
2727
|
|
|
2189
|
-
.s-offer-scrolled-slider-wrap {
|
|
2728
|
+
.s-offer-modal-scrolled-slider-wrap {
|
|
2190
2729
|
position: relative;
|
|
2191
2730
|
}
|
|
2192
2731
|
|
|
2193
|
-
.s-offer-slider-nav {
|
|
2732
|
+
.s-offer-modal-slider-nav {
|
|
2194
2733
|
pointer-events: none;
|
|
2195
2734
|
position: absolute;
|
|
2196
2735
|
top: 0px;
|
|
@@ -2203,12 +2742,12 @@ video {
|
|
|
2203
2742
|
}
|
|
2204
2743
|
|
|
2205
2744
|
@media (min-width: 640px) {
|
|
2206
|
-
.s-offer-slider-nav {
|
|
2745
|
+
.s-offer-modal-slider-nav {
|
|
2207
2746
|
display: block;
|
|
2208
2747
|
}
|
|
2209
2748
|
}
|
|
2210
2749
|
|
|
2211
|
-
.s-offer-nav-btn {
|
|
2750
|
+
.s-offer-modal-nav-btn {
|
|
2212
2751
|
position: absolute;
|
|
2213
2752
|
top: 0px;
|
|
2214
2753
|
display: flex;
|
|
@@ -2225,7 +2764,7 @@ video {
|
|
|
2225
2764
|
transition-duration: 300ms;
|
|
2226
2765
|
}
|
|
2227
2766
|
|
|
2228
|
-
.s-offer-nav-btn-icon {
|
|
2767
|
+
.s-offer-modal-nav-btn-icon {
|
|
2229
2768
|
display: inline-flex;
|
|
2230
2769
|
height: 2.5rem;
|
|
2231
2770
|
width: 2.5rem;
|
|
@@ -2244,38 +2783,38 @@ video {
|
|
|
2244
2783
|
transition-duration: 150ms;
|
|
2245
2784
|
}
|
|
2246
2785
|
|
|
2247
|
-
.s-offer-nav-btn-icon:hover {
|
|
2786
|
+
.s-offer-modal-nav-btn-icon:hover {
|
|
2248
2787
|
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
2249
2788
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2250
2789
|
}
|
|
2251
2790
|
|
|
2252
|
-
.s-offer-next-btn {
|
|
2791
|
+
.s-offer-modal-next-btn {
|
|
2253
2792
|
--tw-translate-x: -100%;
|
|
2254
2793
|
transform: var(--tw-transform);
|
|
2255
2794
|
}
|
|
2256
2795
|
|
|
2257
|
-
[dir="rtl"] .s-offer-next-btn {
|
|
2796
|
+
[dir="rtl"] .s-offer-modal-next-btn {
|
|
2258
2797
|
left: 0px;
|
|
2259
2798
|
}
|
|
2260
2799
|
|
|
2261
|
-
[dir="ltr"] .s-offer-next-btn {
|
|
2800
|
+
[dir="ltr"] .s-offer-modal-next-btn {
|
|
2262
2801
|
right: 0px;
|
|
2263
2802
|
}
|
|
2264
2803
|
|
|
2265
|
-
.s-offer-prev-btn {
|
|
2804
|
+
.s-offer-modal-prev-btn {
|
|
2266
2805
|
--tw-translate-x: 100%;
|
|
2267
2806
|
transform: var(--tw-transform);
|
|
2268
2807
|
}
|
|
2269
2808
|
|
|
2270
|
-
[dir="rtl"] .s-offer-prev-btn {
|
|
2809
|
+
[dir="rtl"] .s-offer-modal-prev-btn {
|
|
2271
2810
|
right: 0px;
|
|
2272
2811
|
}
|
|
2273
2812
|
|
|
2274
|
-
[dir="ltr"] .s-offer-prev-btn {
|
|
2813
|
+
[dir="ltr"] .s-offer-modal-prev-btn {
|
|
2275
2814
|
left: 0px;
|
|
2276
2815
|
}
|
|
2277
2816
|
|
|
2278
|
-
.s-offer-btn-is-active {
|
|
2817
|
+
.s-offer-modal-btn-is-active {
|
|
2279
2818
|
pointer-events: auto;
|
|
2280
2819
|
--tw-translate-x: 0px;
|
|
2281
2820
|
transform: var(--tw-transform);
|
|
@@ -2404,7 +2943,7 @@ video {
|
|
|
2404
2943
|
color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
|
|
2405
2944
|
}
|
|
2406
2945
|
|
|
2407
|
-
.s-rating-wrapper {
|
|
2946
|
+
.s-rating-modal-wrapper {
|
|
2408
2947
|
margin-bottom: 2.5rem;
|
|
2409
2948
|
transition-property: all;
|
|
2410
2949
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2413,14 +2952,14 @@ video {
|
|
|
2413
2952
|
transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
|
|
2414
2953
|
}
|
|
2415
2954
|
|
|
2416
|
-
.s-rating-footer {
|
|
2955
|
+
.s-rating-modal-footer {
|
|
2417
2956
|
position: relative;
|
|
2418
2957
|
display: flex;
|
|
2419
2958
|
align-items: center;
|
|
2420
2959
|
justify-content: space-between;
|
|
2421
2960
|
}
|
|
2422
2961
|
|
|
2423
|
-
.s-rating-btn {
|
|
2962
|
+
.s-rating-modal-btn {
|
|
2424
2963
|
height: 2.5rem;
|
|
2425
2964
|
padding-left: 1rem;
|
|
2426
2965
|
padding-right: 1rem;
|
|
@@ -2434,11 +2973,11 @@ video {
|
|
|
2434
2973
|
transition-duration: 300ms;
|
|
2435
2974
|
}
|
|
2436
2975
|
|
|
2437
|
-
.s-rating-btn:hover {
|
|
2976
|
+
.s-rating-modal-btn:hover {
|
|
2438
2977
|
color: var(--color-main-d);
|
|
2439
2978
|
}
|
|
2440
2979
|
|
|
2441
|
-
.s-rating-dots {
|
|
2980
|
+
.s-rating-modal-dots {
|
|
2442
2981
|
position: absolute;
|
|
2443
2982
|
left: 50%;
|
|
2444
2983
|
display: flex;
|
|
@@ -2449,7 +2988,7 @@ video {
|
|
|
2449
2988
|
text-align: center;
|
|
2450
2989
|
}
|
|
2451
2990
|
|
|
2452
|
-
.s-rating-dots > :not([hidden]) ~ :not([hidden]) {
|
|
2991
|
+
.s-rating-modal-dots > :not([hidden]) ~ :not([hidden]) {
|
|
2453
2992
|
--tw-space-s-reverse: 0;
|
|
2454
2993
|
-webkit-margin-end: calc(0.375rem * var(--tw-space-s-reverse));
|
|
2455
2994
|
margin-inline-end: calc(0.375rem * var(--tw-space-s-reverse));
|
|
@@ -2457,7 +2996,7 @@ video {
|
|
|
2457
2996
|
margin-inline-start: calc(0.375rem * calc(1 - var(--tw-space-s-reverse)));
|
|
2458
2997
|
}
|
|
2459
2998
|
|
|
2460
|
-
.s-rating-step-dot {
|
|
2999
|
+
.s-rating-modal-step-dot {
|
|
2461
3000
|
height: 0.625rem;
|
|
2462
3001
|
width: 0.625rem;
|
|
2463
3002
|
border-radius: 9999px;
|
|
@@ -2467,35 +3006,35 @@ video {
|
|
|
2467
3006
|
transition-duration: 300ms;
|
|
2468
3007
|
}
|
|
2469
3008
|
|
|
2470
|
-
.s-rating-step {
|
|
3009
|
+
.s-rating-modal-step {
|
|
2471
3010
|
transition-property: all;
|
|
2472
3011
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2473
3012
|
transition-duration: 150ms;
|
|
2474
3013
|
transition-duration: 500ms;
|
|
2475
3014
|
}
|
|
2476
3015
|
|
|
2477
|
-
.s-rating-active {
|
|
3016
|
+
.s-rating-modal-active {
|
|
2478
3017
|
--tw-translate-x: 0px;
|
|
2479
3018
|
transform: var(--tw-transform);
|
|
2480
3019
|
opacity: 1;
|
|
2481
3020
|
}
|
|
2482
3021
|
|
|
2483
|
-
.s-rating-unactive {
|
|
3022
|
+
.s-rating-modal-unactive {
|
|
2484
3023
|
--tw-translate-x: 0.75rem;
|
|
2485
3024
|
transform: var(--tw-transform);
|
|
2486
3025
|
opacity: 0;
|
|
2487
3026
|
}
|
|
2488
3027
|
|
|
2489
|
-
.s-rating-hidden {
|
|
3028
|
+
.s-rating-modal-hidden {
|
|
2490
3029
|
display: none !important;
|
|
2491
3030
|
}
|
|
2492
3031
|
|
|
2493
|
-
.s-rating-unvisiable {
|
|
3032
|
+
.s-rating-modal-unvisiable {
|
|
2494
3033
|
pointer-events: none;
|
|
2495
3034
|
opacity: 0;
|
|
2496
3035
|
}
|
|
2497
3036
|
|
|
2498
|
-
.s-rating-step-wrap {
|
|
3037
|
+
.s-rating-modal-step-wrap {
|
|
2499
3038
|
position: relative;
|
|
2500
3039
|
display: flex;
|
|
2501
3040
|
flex-direction: column;
|
|
@@ -2503,7 +3042,7 @@ video {
|
|
|
2503
3042
|
padding-bottom: 1rem;
|
|
2504
3043
|
}
|
|
2505
3044
|
|
|
2506
|
-
.s-rating-product-details {
|
|
3045
|
+
.s-rating-modal-product-details {
|
|
2507
3046
|
position: relative;
|
|
2508
3047
|
display: flex;
|
|
2509
3048
|
flex: 1 1 0%;
|
|
@@ -2511,7 +3050,7 @@ video {
|
|
|
2511
3050
|
padding-bottom: 1rem;
|
|
2512
3051
|
}
|
|
2513
3052
|
|
|
2514
|
-
.s-rating-rounded-icon {
|
|
3053
|
+
.s-rating-modal-rounded-icon {
|
|
2515
3054
|
margin-bottom: 1rem;
|
|
2516
3055
|
display: flex;
|
|
2517
3056
|
height: 7rem;
|
|
@@ -2525,33 +3064,33 @@ video {
|
|
|
2525
3064
|
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
2526
3065
|
}
|
|
2527
3066
|
|
|
2528
|
-
.s-rating-title {
|
|
3067
|
+
.s-rating-modal-title {
|
|
2529
3068
|
margin-bottom: 1rem;
|
|
2530
3069
|
font-size: 1.125rem;
|
|
2531
3070
|
line-height: 1.75rem;
|
|
2532
3071
|
font-weight: 700;
|
|
2533
3072
|
}
|
|
2534
3073
|
|
|
2535
|
-
.s-rating-store-logo {
|
|
3074
|
+
.s-rating-modal-store-logo {
|
|
2536
3075
|
width: 4rem;
|
|
2537
3076
|
-o-object-fit: contain;
|
|
2538
3077
|
object-fit: contain;
|
|
2539
3078
|
}
|
|
2540
3079
|
|
|
2541
|
-
.s-rating-shipping-logo {
|
|
3080
|
+
.s-rating-modal-shipping-logo {
|
|
2542
3081
|
height: 100%;
|
|
2543
3082
|
width: 100%;
|
|
2544
3083
|
-o-object-fit: contain;
|
|
2545
3084
|
object-fit: contain;
|
|
2546
3085
|
}
|
|
2547
3086
|
|
|
2548
|
-
.s-rating-shipping-icon {
|
|
3087
|
+
.s-rating-modal-shipping-icon {
|
|
2549
3088
|
font-size: 3rem;
|
|
2550
3089
|
line-height: 1;
|
|
2551
3090
|
color: var(--color-main);
|
|
2552
3091
|
}
|
|
2553
3092
|
|
|
2554
|
-
.s-rating-comment {
|
|
3093
|
+
.s-rating-modal-comment {
|
|
2555
3094
|
margin-bottom: 0.5rem;
|
|
2556
3095
|
height: 5rem !important;
|
|
2557
3096
|
height: 2.5rem;
|
|
@@ -2565,30 +3104,30 @@ video {
|
|
|
2565
3104
|
transition-duration: 300ms;
|
|
2566
3105
|
}
|
|
2567
3106
|
|
|
2568
|
-
.s-rating-comment:focus {
|
|
3107
|
+
.s-rating-modal-comment:focus {
|
|
2569
3108
|
border-color: var(--color-main);
|
|
2570
3109
|
--tw-ring-color: transparent;
|
|
2571
3110
|
}
|
|
2572
3111
|
|
|
2573
|
-
.dark .s-rating-comment {
|
|
3112
|
+
.dark .s-rating-modal-comment {
|
|
2574
3113
|
--tw-border-opacity: 1;
|
|
2575
3114
|
border-color: rgba(82, 82, 91, var(--tw-border-opacity));
|
|
2576
3115
|
--tw-bg-opacity: 1;
|
|
2577
3116
|
background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
|
|
2578
3117
|
}
|
|
2579
3118
|
|
|
2580
|
-
.dark .s-rating-comment:focus {
|
|
3119
|
+
.dark .s-rating-modal-comment:focus {
|
|
2581
3120
|
border-color: var(--color-main);
|
|
2582
3121
|
}
|
|
2583
3122
|
|
|
2584
3123
|
@media (min-width: 640px) {
|
|
2585
|
-
.s-rating-comment {
|
|
3124
|
+
.s-rating-modal-comment {
|
|
2586
3125
|
font-size: 0.875rem;
|
|
2587
3126
|
line-height: 1.25rem;
|
|
2588
3127
|
}
|
|
2589
3128
|
}
|
|
2590
3129
|
|
|
2591
|
-
.s-rating-validation-msg {
|
|
3130
|
+
.s-rating-modal-validation-msg {
|
|
2592
3131
|
position: absolute;
|
|
2593
3132
|
bottom: 0px;
|
|
2594
3133
|
display: block;
|
|
@@ -2597,12 +3136,12 @@ video {
|
|
|
2597
3136
|
color: rgba(248, 113, 113, var(--tw-text-opacity));
|
|
2598
3137
|
}
|
|
2599
3138
|
|
|
2600
|
-
.s-rating-product {
|
|
3139
|
+
.s-rating-modal-product {
|
|
2601
3140
|
margin-bottom: 1.5rem;
|
|
2602
3141
|
display: flex;
|
|
2603
3142
|
}
|
|
2604
3143
|
|
|
2605
|
-
.s-rating-product > :not([hidden]) ~ :not([hidden]) {
|
|
3144
|
+
.s-rating-modal-product > :not([hidden]) ~ :not([hidden]) {
|
|
2606
3145
|
--tw-space-s-reverse: 0;
|
|
2607
3146
|
-webkit-margin-end: calc(1.25rem * var(--tw-space-s-reverse));
|
|
2608
3147
|
margin-inline-end: calc(1.25rem * var(--tw-space-s-reverse));
|
|
@@ -2610,11 +3149,11 @@ video {
|
|
|
2610
3149
|
margin-inline-start: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
|
|
2611
3150
|
}
|
|
2612
3151
|
|
|
2613
|
-
.s-rating-product:last-child {
|
|
3152
|
+
.s-rating-modal-product:last-child {
|
|
2614
3153
|
margin-bottom: 0px;
|
|
2615
3154
|
}
|
|
2616
3155
|
|
|
2617
|
-
.s-rating-product-img {
|
|
3156
|
+
.s-rating-modal-product-img {
|
|
2618
3157
|
height: 3.5rem;
|
|
2619
3158
|
width: 4.5rem;
|
|
2620
3159
|
border-radius: 0.375rem;
|
|
@@ -2622,20 +3161,20 @@ video {
|
|
|
2622
3161
|
object-fit: cover;
|
|
2623
3162
|
}
|
|
2624
3163
|
|
|
2625
|
-
.s-rating-product-title {
|
|
3164
|
+
.s-rating-modal-product-title {
|
|
2626
3165
|
margin-bottom: 0.375rem;
|
|
2627
3166
|
font-weight: 700;
|
|
2628
3167
|
line-height: 1.25rem;
|
|
2629
3168
|
}
|
|
2630
3169
|
|
|
2631
3170
|
@media (min-width: 768px) {
|
|
2632
|
-
.s-rating-product-title {
|
|
3171
|
+
.s-rating-modal-product-title {
|
|
2633
3172
|
font-size: 0.875rem;
|
|
2634
3173
|
line-height: 1.25rem;
|
|
2635
3174
|
}
|
|
2636
3175
|
}
|
|
2637
3176
|
|
|
2638
|
-
.s-rating-thanks {
|
|
3177
|
+
.s-rating-modal-thanks {
|
|
2639
3178
|
padding-left: 2rem;
|
|
2640
3179
|
padding-right: 2rem;
|
|
2641
3180
|
text-align: center;
|
|
@@ -2645,7 +3184,7 @@ video {
|
|
|
2645
3184
|
transition-duration: 500ms;
|
|
2646
3185
|
}
|
|
2647
3186
|
|
|
2648
|
-
.s-rating-icon {
|
|
3187
|
+
.s-rating-modal-icon {
|
|
2649
3188
|
display: inline-flex;
|
|
2650
3189
|
height: 5rem;
|
|
2651
3190
|
width: 5rem;
|
|
@@ -2659,12 +3198,12 @@ video {
|
|
|
2659
3198
|
color: var(--color-main);
|
|
2660
3199
|
}
|
|
2661
3200
|
|
|
2662
|
-
.s-rating-thanks-title {
|
|
3201
|
+
.s-rating-modal-thanks-title {
|
|
2663
3202
|
margin-top: 1rem;
|
|
2664
3203
|
font-weight: 700;
|
|
2665
3204
|
}
|
|
2666
3205
|
|
|
2667
|
-
.s-rating-thanks-msg {
|
|
3206
|
+
.s-rating-modal-thanks-msg {
|
|
2668
3207
|
margin-bottom: 1.5rem;
|
|
2669
3208
|
font-size: 0.875rem;
|
|
2670
3209
|
line-height: 1.25rem;
|
|
@@ -2672,7 +3211,7 @@ video {
|
|
|
2672
3211
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2673
3212
|
}
|
|
2674
3213
|
|
|
2675
|
-
.s-rating-thanks-btn {
|
|
3214
|
+
.s-rating-modal-thanks-btn {
|
|
2676
3215
|
height: 2.5rem;
|
|
2677
3216
|
flex: none;
|
|
2678
3217
|
padding-left: 2rem;
|
|
@@ -2698,18 +3237,18 @@ video {
|
|
|
2698
3237
|
transition-duration: 300ms;
|
|
2699
3238
|
}
|
|
2700
3239
|
|
|
2701
|
-
.s-rating-thanks-btn:hover {
|
|
3240
|
+
.s-rating-modal-thanks-btn:hover {
|
|
2702
3241
|
opacity: 0.8;
|
|
2703
3242
|
}
|
|
2704
3243
|
|
|
2705
|
-
.s-rating-thanks-btn {
|
|
3244
|
+
.s-rating-modal-thanks-btn {
|
|
2706
3245
|
border-width: 1px;
|
|
2707
3246
|
border-color: var(--color-main);
|
|
2708
3247
|
background-color: var(--color-main);
|
|
2709
3248
|
color: var(--color-main-reverse);
|
|
2710
3249
|
}
|
|
2711
3250
|
|
|
2712
|
-
.s-rating-thanks-time {
|
|
3251
|
+
.s-rating-modal-thanks-time {
|
|
2713
3252
|
margin-top: 0.75rem;
|
|
2714
3253
|
display: block;
|
|
2715
3254
|
height: 1.5rem;
|
|
@@ -2719,7 +3258,7 @@ video {
|
|
|
2719
3258
|
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2720
3259
|
}
|
|
2721
3260
|
|
|
2722
|
-
.s-rating-btn-star {
|
|
3261
|
+
.s-rating-modal-btn-star {
|
|
2723
3262
|
border-width: 0px;
|
|
2724
3263
|
padding-left: 0.125rem;
|
|
2725
3264
|
padding-right: 0.125rem;
|
|
@@ -2730,64 +3269,72 @@ video {
|
|
|
2730
3269
|
transition-duration: 150ms;
|
|
2731
3270
|
}
|
|
2732
3271
|
|
|
2733
|
-
.s-rating-btn-star-large {
|
|
3272
|
+
.s-rating-modal-btn-star-large {
|
|
2734
3273
|
font-size: 1.5rem;
|
|
2735
3274
|
line-height: 2rem;
|
|
2736
3275
|
}
|
|
2737
3276
|
|
|
2738
|
-
.s-rating-btn-star-small {
|
|
3277
|
+
.s-rating-modal-btn-star-small {
|
|
2739
3278
|
font-size: 1.25rem;
|
|
2740
3279
|
line-height: 1.75rem;
|
|
2741
3280
|
}
|
|
2742
3281
|
|
|
2743
|
-
.s-rating-hovered {
|
|
3282
|
+
.s-rating-modal-hovered {
|
|
2744
3283
|
--tw-text-opacity: 1;
|
|
2745
3284
|
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
2746
3285
|
}
|
|
2747
3286
|
|
|
2748
|
-
.s-rating-selected {
|
|
3287
|
+
.s-rating-modal-selected {
|
|
2749
3288
|
--tw-text-opacity: 1;
|
|
2750
3289
|
color: rgba(251, 191, 36, var(--tw-text-opacity));
|
|
2751
3290
|
}
|
|
2752
3291
|
|
|
2753
|
-
.s-rating-stars-company {
|
|
3292
|
+
.s-rating-modal-stars-company {
|
|
2754
3293
|
margin-bottom: 1.25rem;
|
|
2755
3294
|
}
|
|
2756
3295
|
|
|
2757
|
-
.s-rating-stars-product {
|
|
3296
|
+
.s-rating-modal-stars-product {
|
|
2758
3297
|
margin-bottom: 0.25rem;
|
|
2759
3298
|
}
|
|
2760
3299
|
|
|
2761
|
-
.s-rating-bg-gray {
|
|
3300
|
+
.s-rating-modal-bg-gray {
|
|
2762
3301
|
--tw-bg-opacity: 1;
|
|
2763
3302
|
background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
|
|
2764
3303
|
}
|
|
2765
3304
|
|
|
2766
|
-
.s-rating-bg-primary {
|
|
3305
|
+
.s-rating-modal-bg-primary {
|
|
2767
3306
|
background-color: var(--color-main);
|
|
2768
3307
|
}
|
|
2769
3308
|
|
|
2770
3309
|
.s-search-container {
|
|
2771
3310
|
position: relative;
|
|
3311
|
+
z-index: 1;
|
|
2772
3312
|
max-height: 14rem;
|
|
2773
3313
|
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
3314
|
--tw-bg-opacity: 1;
|
|
2778
3315
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2779
3316
|
}
|
|
2780
3317
|
|
|
3318
|
+
.s-search-oval {
|
|
3319
|
+
border-radius: 20px;
|
|
3320
|
+
}
|
|
3321
|
+
|
|
3322
|
+
.s-search-inline {
|
|
3323
|
+
min-width: 220px;
|
|
3324
|
+
}
|
|
3325
|
+
|
|
2781
3326
|
.s-search-container-open {
|
|
2782
3327
|
max-height: 28rem;
|
|
3328
|
+
border-bottom-right-radius: 0px !important;
|
|
3329
|
+
border-bottom-left-radius: 0px !important;
|
|
2783
3330
|
}
|
|
2784
3331
|
|
|
2785
3332
|
.s-search-input {
|
|
2786
3333
|
width: 100%;
|
|
2787
3334
|
border-width: 0px;
|
|
2788
3335
|
background-color: transparent;
|
|
2789
|
-
padding-top:
|
|
2790
|
-
padding-bottom:
|
|
3336
|
+
padding-top: 0px;
|
|
3337
|
+
padding-bottom: 0.125rem;
|
|
2791
3338
|
--tw-text-opacity: 1;
|
|
2792
3339
|
color: rgba(82, 82, 91, var(--tw-text-opacity));
|
|
2793
3340
|
height: 2.5rem;
|
|
@@ -2829,39 +3376,22 @@ video {
|
|
|
2829
3376
|
padding-inline-start: 2.5rem;
|
|
2830
3377
|
}
|
|
2831
3378
|
|
|
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 {
|
|
3379
|
+
.s-search-icon-wrap {
|
|
2851
3380
|
position: absolute;
|
|
2852
3381
|
top: 50%;
|
|
2853
|
-
height: 1rem;
|
|
2854
|
-
width: 1rem;
|
|
2855
3382
|
--tw-translate-y: -50%;
|
|
2856
3383
|
transform: var(--tw-transform);
|
|
2857
3384
|
transform: var(--tw-transform);
|
|
3385
|
+
line-height: 1;
|
|
3386
|
+
--tw-text-opacity: 1;
|
|
3387
|
+
color: rgba(161, 161, 170, var(--tw-text-opacity));
|
|
2858
3388
|
}
|
|
2859
3389
|
|
|
2860
|
-
[dir="rtl"] .s-search-
|
|
3390
|
+
[dir="rtl"] .s-search-icon-wrap {
|
|
2861
3391
|
right: 1rem;
|
|
2862
3392
|
}
|
|
2863
3393
|
|
|
2864
|
-
[dir="ltr"] .s-search-
|
|
3394
|
+
[dir="ltr"] .s-search-icon-wrap {
|
|
2865
3395
|
left: 1rem;
|
|
2866
3396
|
}
|
|
2867
3397
|
|
|
@@ -2883,24 +3413,32 @@ video {
|
|
|
2883
3413
|
border-radius: 9999px;
|
|
2884
3414
|
border-width: 2px;
|
|
2885
3415
|
--tw-border-opacity: 1;
|
|
2886
|
-
border-color: rgba(
|
|
3416
|
+
border-color: rgba(228, 228, 231, var(--tw-border-opacity));
|
|
2887
3417
|
border-right-color: var(--color-main);
|
|
2888
3418
|
}
|
|
2889
3419
|
|
|
2890
|
-
.s-search-spinner-loader.reverse {
|
|
2891
|
-
border-right-color: #9f7171;
|
|
2892
|
-
background-color: #f98181;
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
3420
|
.s-search-results {
|
|
3421
|
+
position: absolute;
|
|
2896
3422
|
margin: auto;
|
|
2897
3423
|
max-height: 24rem;
|
|
3424
|
+
width: 100%;
|
|
3425
|
+
min-width: 400px;
|
|
3426
|
+
max-width: 100%;
|
|
2898
3427
|
overflow-y: auto;
|
|
3428
|
+
border-bottom-right-radius: 0.375rem;
|
|
3429
|
+
border-bottom-left-radius: 0.375rem;
|
|
2899
3430
|
--tw-bg-opacity: 1;
|
|
2900
3431
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
3432
|
+
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
3433
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2901
3434
|
}
|
|
2902
3435
|
|
|
2903
3436
|
.s-search-no-results {
|
|
3437
|
+
border-bottom-right-radius: 0px !important;
|
|
3438
|
+
border-bottom-left-radius: 0px !important;
|
|
3439
|
+
}
|
|
3440
|
+
|
|
3441
|
+
.s-search-no-results-placeholder {
|
|
2904
3442
|
padding: 1rem;
|
|
2905
3443
|
text-align: center;
|
|
2906
3444
|
font-size: 0.875rem;
|
|
@@ -2914,7 +3452,7 @@ video {
|
|
|
2914
3452
|
height: 100%;
|
|
2915
3453
|
justify-content: space-around;
|
|
2916
3454
|
overflow: hidden;
|
|
2917
|
-
border-
|
|
3455
|
+
border-bottom-width: 1px;
|
|
2918
3456
|
--tw-border-opacity: 1;
|
|
2919
3457
|
border-color: rgba(244, 244, 245, var(--tw-border-opacity));
|
|
2920
3458
|
background-color: transparent;
|
|
@@ -2934,8 +3472,13 @@ video {
|
|
|
2934
3472
|
transition-duration: 300ms;
|
|
2935
3473
|
}
|
|
2936
3474
|
|
|
3475
|
+
.s-search-product:last-child {
|
|
3476
|
+
border-bottom-width: 0px;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
2937
3479
|
.s-search-product:hover {
|
|
2938
|
-
|
|
3480
|
+
--tw-bg-opacity: 1;
|
|
3481
|
+
background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
|
|
2939
3482
|
}
|
|
2940
3483
|
|
|
2941
3484
|
@media (min-width: 480px) {
|
|
@@ -2951,6 +3494,8 @@ video {
|
|
|
2951
3494
|
width: 5rem;
|
|
2952
3495
|
overflow: hidden;
|
|
2953
3496
|
border-radius: 0.375rem;
|
|
3497
|
+
--tw-bg-opacity: 1;
|
|
3498
|
+
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
|
2954
3499
|
}
|
|
2955
3500
|
|
|
2956
3501
|
.s-search-product-image {
|
|
@@ -2975,7 +3520,7 @@ video {
|
|
|
2975
3520
|
}
|
|
2976
3521
|
|
|
2977
3522
|
.s-search-product-title {
|
|
2978
|
-
margin-bottom: 0.
|
|
3523
|
+
margin-bottom: 0.375rem;
|
|
2979
3524
|
display: flex;
|
|
2980
3525
|
flex-direction: column;
|
|
2981
3526
|
align-items: baseline;
|
|
@@ -2984,7 +3529,8 @@ video {
|
|
|
2984
3529
|
line-height: 1.25rem;
|
|
2985
3530
|
font-weight: 700;
|
|
2986
3531
|
line-height: 1.5rem;
|
|
2987
|
-
|
|
3532
|
+
--tw-text-opacity: 1;
|
|
3533
|
+
color: rgba(82, 82, 91, var(--tw-text-opacity));
|
|
2988
3534
|
}
|
|
2989
3535
|
|
|
2990
3536
|
.s-search-product-price {
|
|
@@ -3198,10 +3744,82 @@ video {
|
|
|
3198
3744
|
background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
|
|
3199
3745
|
}
|
|
3200
3746
|
|
|
3747
|
+
.hover\:text-gray-900:hover {
|
|
3748
|
+
--tw-text-opacity: 1;
|
|
3749
|
+
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
.hover\:text-teal-600:hover {
|
|
3753
|
+
--tw-text-opacity: 1;
|
|
3754
|
+
color: rgba(13, 148, 136, var(--tw-text-opacity));
|
|
3755
|
+
}
|
|
3756
|
+
|
|
3757
|
+
.group:hover .group-hover\:text-teal-600 {
|
|
3758
|
+
--tw-text-opacity: 1;
|
|
3759
|
+
color: rgba(13, 148, 136, var(--tw-text-opacity));
|
|
3760
|
+
}
|
|
3761
|
+
|
|
3762
|
+
@media (min-width: 640px) {
|
|
3763
|
+
.sm\:ml-2 {
|
|
3764
|
+
margin-left: 0.5rem;
|
|
3765
|
+
}
|
|
3766
|
+
|
|
3767
|
+
.sm\:mr-0 {
|
|
3768
|
+
margin-right: 0px;
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
.sm\:-mr-3\.5 {
|
|
3772
|
+
margin-right: -0.875rem;
|
|
3773
|
+
}
|
|
3774
|
+
|
|
3775
|
+
.sm\:-mr-3 {
|
|
3776
|
+
margin-right: -0.75rem;
|
|
3777
|
+
}
|
|
3778
|
+
|
|
3779
|
+
.sm\:block {
|
|
3780
|
+
display: block;
|
|
3781
|
+
}
|
|
3782
|
+
|
|
3783
|
+
.sm\:flex {
|
|
3784
|
+
display: flex;
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3787
|
+
.sm\:hidden {
|
|
3788
|
+
display: none;
|
|
3789
|
+
}
|
|
3790
|
+
|
|
3791
|
+
.sm\:border-l {
|
|
3792
|
+
border-left-width: 1px;
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3795
|
+
.sm\:px-6 {
|
|
3796
|
+
padding-left: 1.5rem;
|
|
3797
|
+
padding-right: 1.5rem;
|
|
3798
|
+
}
|
|
3799
|
+
|
|
3800
|
+
.sm\:pl-6 {
|
|
3801
|
+
padding-left: 1.5rem;
|
|
3802
|
+
}
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3201
3805
|
@media (min-width: 1024px) {
|
|
3202
|
-
.lg\:
|
|
3203
|
-
|
|
3204
|
-
|
|
3806
|
+
.lg\:block {
|
|
3807
|
+
display: block;
|
|
3808
|
+
}
|
|
3809
|
+
|
|
3810
|
+
.lg\:px-8 {
|
|
3811
|
+
padding-left: 2rem;
|
|
3812
|
+
padding-right: 2rem;
|
|
3813
|
+
}
|
|
3814
|
+
}
|
|
3815
|
+
|
|
3816
|
+
@media (min-width: 1280px) {
|
|
3817
|
+
.xl\:col-span-1 {
|
|
3818
|
+
grid-column: span 1 / span 1;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
.xl\:grid-cols-4 {
|
|
3822
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3205
3823
|
}
|
|
3206
3824
|
}
|
|
3207
3825
|
|