@sc-360-v2/storefront-cms-library 0.4.28 → 0.4.30
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/add-products-tab.scss +163 -36
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +6 -0
- package/dist/bundle copy.scss +2805 -0
- package/dist/bundle.scss +1632 -1614
- package/dist/buyForHeaders.scss +35 -15
- package/dist/buyForPopup.scss +19 -5
- package/dist/default-dropdown.scss +226 -0
- package/dist/filters.scss +78 -20
- package/dist/language-selector.scss +25 -1
- package/dist/modal.scss +8 -0
- package/dist/multi-select-dropdown.scss +23 -13
- package/dist/order-status.scss +1 -1
- package/dist/product-image.scss +61 -3
- package/dist/quick-order-pad.scss +49 -46
- package/dist/repeater.scss +9 -4
- package/dist/review-cart.scss +5 -3
- package/dist/shipping-payments.scss +475 -187
- package/dist/types/builder/enums/data-connectors.d.ts +0 -1
- package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +28 -12
- package/dist/types/builder/tools/element-edit/bundle.d.ts +837 -4
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +868 -84
- package/dist/types/builder/tools/element-edit/filters.d.ts +8 -1
- package/dist/types/builder/tools/element-edit/imageInstance.d.ts +33 -0
- package/dist/types/builder/tools/element-edit/product-image.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/variantPicker.d.ts +1 -6
- package/dist/types/website/constants/data-connectors.d.ts +0 -4
- package/dist/website.js +1 -1
- package/dist/widget.scss +1 -0
- package/package.json +1 -1
|
@@ -837,213 +837,486 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
837
837
|
// padding: 12px;
|
|
838
838
|
display: grid;
|
|
839
839
|
gap: 8px;
|
|
840
|
-
.chk_payment_option {
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
840
|
+
// .chk_payment_option {
|
|
841
|
+
// .chk_payment_options_heading {
|
|
842
|
+
// padding: 16px;
|
|
843
|
+
// display: flex;
|
|
844
|
+
// justify-content: space-between;
|
|
845
|
+
// }
|
|
846
|
+
// .chk_payment_section {
|
|
847
|
+
// width: 100%;
|
|
848
|
+
// display: flex;
|
|
849
|
+
// justify-content: space-between;
|
|
850
|
+
// padding: 16px;
|
|
851
|
+
|
|
852
|
+
// .chk_payment_section {
|
|
853
|
+
// display: flex;
|
|
854
|
+
// justify-content: space-between;
|
|
855
|
+
// align-items: center;
|
|
856
|
+
// width: 100%;
|
|
857
|
+
// .chk_payment_section_col_left {
|
|
858
|
+
// display: flex;
|
|
859
|
+
// gap: 12px;
|
|
860
|
+
// svg {
|
|
861
|
+
// width: 24px;
|
|
862
|
+
// height: 24px;
|
|
863
|
+
// }
|
|
864
|
+
// .chk_payment_section_method {
|
|
865
|
+
// display: flex;
|
|
866
|
+
// flex-direction: column;
|
|
867
|
+
// .chk_payment_section_method_name {
|
|
868
|
+
// font-size: 14px;
|
|
869
|
+
// font-weight: 700;
|
|
870
|
+
// line-height: 20px;
|
|
871
|
+
// color: var(--_gray-700);
|
|
872
|
+
// }
|
|
873
|
+
// & > div {
|
|
874
|
+
// display: flex;
|
|
875
|
+
// .label {
|
|
876
|
+
// font-size: 12px;
|
|
877
|
+
// color: var(--_gray-500);
|
|
878
|
+
// }
|
|
879
|
+
// .price {
|
|
880
|
+
// font-size: 12px;
|
|
881
|
+
// color: var(--_gray-900);
|
|
882
|
+
// }
|
|
883
|
+
// }
|
|
884
|
+
// }
|
|
885
|
+
// }
|
|
886
|
+
// &_col_right {
|
|
887
|
+
// .chk_currency_inp {
|
|
888
|
+
// height: 44px;
|
|
889
|
+
// border: 1px solid var(--_gray-200);
|
|
890
|
+
// border-radius: 4px;
|
|
891
|
+
// background-color: var(--_base-white);
|
|
892
|
+
// display: flex;
|
|
893
|
+
// width: 120px;
|
|
894
|
+
// overflow: hidden;
|
|
895
|
+
// align-items: center;
|
|
896
|
+
// padding-inline: 12px;
|
|
897
|
+
// gap: 12px;
|
|
898
|
+
// &:focus-within {
|
|
899
|
+
// border: 1px solid var(--_primary-200);
|
|
900
|
+
// outline: 2px solid var(--_primary-50);
|
|
901
|
+
// }
|
|
902
|
+
// input {
|
|
903
|
+
// height: inherit;
|
|
904
|
+
// &:disabled {
|
|
905
|
+
// opacity: 0.8;
|
|
906
|
+
// cursor: not-allowed;
|
|
907
|
+
// }
|
|
908
|
+
// }
|
|
909
|
+
// }
|
|
910
|
+
// }
|
|
911
|
+
// }
|
|
912
|
+
|
|
913
|
+
// .chk_payment_options_heading {
|
|
914
|
+
// color: var(--_gray-900);
|
|
915
|
+
// font-size: 16px;
|
|
916
|
+
// font-weight: 700;
|
|
917
|
+
// }
|
|
918
|
+
|
|
919
|
+
// // gift card styles
|
|
920
|
+
|
|
921
|
+
// // payment other options styles
|
|
922
|
+
// .chk_pmnt_other_options {
|
|
923
|
+
// display: flex;
|
|
924
|
+
// justify-content: space-between;
|
|
925
|
+
// gap: 80px;
|
|
926
|
+
// padding: 16px;
|
|
927
|
+
// .chk_pmnt_other_options_left_container {
|
|
928
|
+
// display: flex;
|
|
929
|
+
// gap: 12px;
|
|
930
|
+
// .chk_pmnt_option_info_wrapper {
|
|
931
|
+
// display: flex;
|
|
932
|
+
// gap: 12px;
|
|
933
|
+
// .cards {
|
|
934
|
+
// display: flex;
|
|
935
|
+
// flex-direction: column;
|
|
936
|
+
// gap: 8px;
|
|
937
|
+
// .chk_payment_options_name {
|
|
938
|
+
// font-weight: 600;
|
|
939
|
+
// }
|
|
940
|
+
// span {
|
|
941
|
+
// font-size: 12px;
|
|
942
|
+
// .chk_payment_options_label {
|
|
943
|
+
// color: var(--_gray-600);
|
|
944
|
+
// }
|
|
945
|
+
// .chk_payment_options_value {
|
|
946
|
+
// color: var(--_gray-900);
|
|
947
|
+
// }
|
|
948
|
+
// }
|
|
949
|
+
// }
|
|
950
|
+
// }
|
|
951
|
+
// }
|
|
952
|
+
// .chk_pmnt_other_options_container {
|
|
953
|
+
// padding: 16px;
|
|
954
|
+
// }
|
|
955
|
+
// }
|
|
956
|
+
|
|
957
|
+
// &__other_option_wrapper {
|
|
958
|
+
// display: flex;
|
|
959
|
+
// width: 100%;
|
|
960
|
+
// justify-content: space-between;
|
|
961
|
+
// padding: 16px;
|
|
962
|
+
|
|
963
|
+
// @media (max-width: 500px) {
|
|
964
|
+
// flex-direction: column;
|
|
965
|
+
// }
|
|
966
|
+
// }
|
|
967
|
+
|
|
968
|
+
// &_left_container {
|
|
969
|
+
// display: flex;
|
|
970
|
+
// gap: 12px;
|
|
971
|
+
// align-items: flex-start;
|
|
972
|
+
// .chk_payment_option__info_wrapper {
|
|
973
|
+
// display: flex;
|
|
974
|
+
// gap: 0px;
|
|
975
|
+
// }
|
|
976
|
+
|
|
977
|
+
// @media (max-width: 500px) {
|
|
978
|
+
// flex-wrap: wrap;
|
|
979
|
+
// }
|
|
980
|
+
// }
|
|
981
|
+
|
|
982
|
+
// &__left_wrapper {
|
|
983
|
+
// display: flex;
|
|
984
|
+
// flex-direction: column;
|
|
985
|
+
// align-items: flex-start;
|
|
986
|
+
// gap: 16px;
|
|
987
|
+
// }
|
|
988
|
+
|
|
989
|
+
// &__card_icon {
|
|
990
|
+
// width: 60px;
|
|
991
|
+
// height: 40px;
|
|
992
|
+
// }
|
|
993
|
+
|
|
994
|
+
// &__info_wrapper {
|
|
995
|
+
// display: flex;
|
|
996
|
+
// flex-direction: column;
|
|
997
|
+
|
|
998
|
+
// .chk_payment_options_name {
|
|
999
|
+
// color: var(--_ctm-dn-pt-os-dn-pt-ne-dn-cr);
|
|
1000
|
+
// font-family: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-fy);
|
|
1001
|
+
// font-size: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-se);
|
|
1002
|
+
// font-style: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-se-ic);
|
|
1003
|
+
// font-weight: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-wt);
|
|
1004
|
+
// line-height: var(--_ctm-dn-pt-os-dn-pt-ne-dn-le-ht);
|
|
1005
|
+
// letter-spacing: var(--_ctm-dn-pt-os-dn-pt-ne-dn-lr-sg);
|
|
1006
|
+
// text-decoration: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ue);
|
|
1007
|
+
// }
|
|
1008
|
+
|
|
1009
|
+
// .chk_payment_options_label {
|
|
1010
|
+
// color: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-cr);
|
|
1011
|
+
// font-family: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-fy);
|
|
1012
|
+
// font-size: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-se);
|
|
1013
|
+
// font-style: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-se-ic);
|
|
1014
|
+
// font-weight: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-wt);
|
|
1015
|
+
// line-height: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-le-ht);
|
|
1016
|
+
// letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-lr-sg);
|
|
1017
|
+
// text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ue);
|
|
1018
|
+
// }
|
|
1019
|
+
|
|
1020
|
+
// .chk_payment_options_value {
|
|
1021
|
+
// color: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-cr);
|
|
1022
|
+
// font-family: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-fy);
|
|
1023
|
+
// font-size: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-se);
|
|
1024
|
+
// font-style: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-se-ic);
|
|
1025
|
+
// font-weight: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-wt);
|
|
1026
|
+
// line-height: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-le-ht);
|
|
1027
|
+
// letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-lr-sg);
|
|
1028
|
+
// text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ue);
|
|
1029
|
+
// }
|
|
1030
|
+
// }
|
|
1031
|
+
|
|
1032
|
+
// &_right_container {
|
|
1033
|
+
// display: flex;
|
|
1034
|
+
// gap: 6px;
|
|
1035
|
+
// align-items: flex-start;
|
|
1036
|
+
|
|
1037
|
+
// @media (max-width: 500px) {
|
|
1038
|
+
// justify-content: flex-end;
|
|
1039
|
+
// }
|
|
1040
|
+
// }
|
|
1041
|
+
|
|
1042
|
+
// &_input {
|
|
1043
|
+
// display: flex;
|
|
1044
|
+
// padding: 9px 12px;
|
|
1045
|
+
// align-items: center;
|
|
1046
|
+
// max-width: 96px;
|
|
1047
|
+
// background-color: var(--_base-white);
|
|
1048
|
+
// border: 1px solid var(--_gray-300);
|
|
1049
|
+
// border-radius: 6px;
|
|
1050
|
+
// color: var(--_gray-700);
|
|
1051
|
+
|
|
1052
|
+
// &:focus-within {
|
|
1053
|
+
// border: 1px solid var(--_primary-300);
|
|
1054
|
+
// outline: 2px solid var(--_primary-100);
|
|
1055
|
+
// }
|
|
1056
|
+
|
|
1057
|
+
// .icon {
|
|
1058
|
+
// svg {
|
|
1059
|
+
// path {
|
|
1060
|
+
// stroke: var(--_primary-400);
|
|
1061
|
+
// }
|
|
1062
|
+
// }
|
|
1063
|
+
// }
|
|
1064
|
+
|
|
1065
|
+
// .input_field {
|
|
1066
|
+
// background-color: var(--_base-white);
|
|
1067
|
+
// border: 1px solid var(--_gray-300);
|
|
1068
|
+
// border-radius: 6px;
|
|
1069
|
+
// color: var(--_gray-700);
|
|
1070
|
+
|
|
1071
|
+
// &:focus-within {
|
|
1072
|
+
// border: 1px solid var(--_primary-300);
|
|
1073
|
+
// outline: 2px solid var(--_primary-100);
|
|
1074
|
+
// }
|
|
1075
|
+
// }
|
|
1076
|
+
// }
|
|
1077
|
+
// }
|
|
1078
|
+
// }
|
|
1079
|
+
.chk_payment_section {
|
|
1080
|
+
display: flex;
|
|
1081
|
+
justify-content: space-between;
|
|
1082
|
+
align-items: center;
|
|
1083
|
+
width: 100%;
|
|
1084
|
+
padding: 16px;
|
|
1085
|
+
.chk_payment_section_col_left {
|
|
848
1086
|
display: flex;
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
1087
|
+
gap: 12px;
|
|
1088
|
+
svg {
|
|
1089
|
+
width: 24px;
|
|
1090
|
+
height: 24px;
|
|
1091
|
+
}
|
|
1092
|
+
.chk_payment_section_method {
|
|
853
1093
|
display: flex;
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
.chk_payment_section_method {
|
|
1094
|
+
flex-direction: column;
|
|
1095
|
+
gap: 12px;
|
|
1096
|
+
.chk_payment_section_method_name {
|
|
1097
|
+
font-size: 14px;
|
|
1098
|
+
font-weight: 700;
|
|
1099
|
+
line-height: 20px;
|
|
1100
|
+
color: var(--_gray-700);
|
|
1101
|
+
}
|
|
1102
|
+
.po-container {
|
|
1103
|
+
.po-grid {
|
|
865
1104
|
display: flex;
|
|
866
|
-
|
|
867
|
-
.chk_payment_section_method_name {
|
|
868
|
-
font-size: 14px;
|
|
869
|
-
font-weight: 700;
|
|
870
|
-
line-height: 20px;
|
|
871
|
-
color: var(--_gray-700);
|
|
872
|
-
}
|
|
1105
|
+
gap: 8px;
|
|
873
1106
|
& > div {
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
1107
|
+
border: 1px solid var(--_gray-300);
|
|
1108
|
+
background-color: var(--_base-white);
|
|
1109
|
+
border-radius: 4px;
|
|
1110
|
+
width: 90px;
|
|
1111
|
+
height: 28px;
|
|
1112
|
+
overflow: hidden;
|
|
1113
|
+
input {
|
|
1114
|
+
padding-inline: 10px;
|
|
1115
|
+
height: 100%;
|
|
882
1116
|
}
|
|
883
1117
|
}
|
|
884
1118
|
}
|
|
885
1119
|
}
|
|
886
|
-
&
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
1120
|
+
& > div {
|
|
1121
|
+
display: flex;
|
|
1122
|
+
gap: 16px;
|
|
1123
|
+
.label {
|
|
1124
|
+
font-size: 12px;
|
|
1125
|
+
color: var(--_gray-500);
|
|
1126
|
+
}
|
|
1127
|
+
.price {
|
|
1128
|
+
font-size: 12px;
|
|
1129
|
+
color: var(--_gray-900);
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
&_col_right {
|
|
1135
|
+
.chk_currency_inp_sec {
|
|
1136
|
+
display: flex;
|
|
1137
|
+
justify-content: end;
|
|
1138
|
+
.chk_currency_inp {
|
|
1139
|
+
height: 44px;
|
|
1140
|
+
border: 1px solid var(--_gray-200);
|
|
1141
|
+
border-radius: 4px;
|
|
1142
|
+
background-color: var(--_base-white);
|
|
1143
|
+
display: flex;
|
|
1144
|
+
width: 120px;
|
|
1145
|
+
overflow: hidden;
|
|
1146
|
+
align-items: center;
|
|
1147
|
+
padding-inline: 12px;
|
|
1148
|
+
gap: 12px;
|
|
1149
|
+
&:focus-within {
|
|
1150
|
+
border: 1px solid var(--_primary-200);
|
|
1151
|
+
outline: 2px solid var(--_primary-50);
|
|
1152
|
+
}
|
|
1153
|
+
input {
|
|
1154
|
+
height: inherit;
|
|
1155
|
+
&:disabled {
|
|
1156
|
+
opacity: 0.8;
|
|
1157
|
+
cursor: not-allowed;
|
|
908
1158
|
}
|
|
909
1159
|
}
|
|
910
1160
|
}
|
|
911
1161
|
}
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
color: var(--_gray-900);
|
|
915
|
-
font-size: 16px;
|
|
916
|
-
font-weight: 700;
|
|
1162
|
+
.cur_conversion {
|
|
1163
|
+
font-size: 12px;
|
|
917
1164
|
}
|
|
1165
|
+
}
|
|
918
1166
|
|
|
919
|
-
|
|
1167
|
+
.chk_payment_options_heading {
|
|
1168
|
+
color: var(--_gray-900);
|
|
1169
|
+
font-size: 16px;
|
|
1170
|
+
font-weight: 700;
|
|
1171
|
+
}
|
|
920
1172
|
|
|
921
|
-
|
|
922
|
-
|
|
1173
|
+
// gift card styles
|
|
1174
|
+
|
|
1175
|
+
// payment other options styles
|
|
1176
|
+
.chk_pmnt_other_options {
|
|
1177
|
+
display: flex;
|
|
1178
|
+
justify-content: space-between;
|
|
1179
|
+
gap: 80px;
|
|
1180
|
+
padding: 16px;
|
|
1181
|
+
.chk_pmnt_other_options_left_container {
|
|
923
1182
|
display: flex;
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
padding: 16px;
|
|
927
|
-
.chk_pmnt_other_options_left_container {
|
|
1183
|
+
gap: 12px;
|
|
1184
|
+
.chk_pmnt_option_info_wrapper {
|
|
928
1185
|
display: flex;
|
|
929
1186
|
gap: 12px;
|
|
930
|
-
.
|
|
1187
|
+
.cards {
|
|
931
1188
|
display: flex;
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
1189
|
+
flex-direction: column;
|
|
1190
|
+
gap: 8px;
|
|
1191
|
+
.chk_payment_options_name {
|
|
1192
|
+
font-weight: 600;
|
|
1193
|
+
}
|
|
1194
|
+
span {
|
|
1195
|
+
font-size: 12px;
|
|
1196
|
+
.chk_payment_options_label {
|
|
1197
|
+
color: var(--_gray-600);
|
|
939
1198
|
}
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
.chk_payment_options_label {
|
|
943
|
-
color: var(--_gray-600);
|
|
944
|
-
}
|
|
945
|
-
.chk_payment_options_value {
|
|
946
|
-
color: var(--_gray-900);
|
|
947
|
-
}
|
|
1199
|
+
.chk_payment_options_value {
|
|
1200
|
+
color: var(--_gray-900);
|
|
948
1201
|
}
|
|
949
1202
|
}
|
|
950
1203
|
}
|
|
951
1204
|
}
|
|
952
|
-
.chk_pmnt_other_options_container {
|
|
953
|
-
padding: 16px;
|
|
954
|
-
}
|
|
955
1205
|
}
|
|
956
|
-
|
|
957
|
-
&__other_option_wrapper {
|
|
958
|
-
display: flex;
|
|
959
|
-
width: 100%;
|
|
960
|
-
justify-content: space-between;
|
|
1206
|
+
.chk_pmnt_other_options_container {
|
|
961
1207
|
padding: 16px;
|
|
962
|
-
|
|
963
|
-
@media (max-width: 500px) {
|
|
964
|
-
flex-direction: column;
|
|
965
|
-
}
|
|
966
1208
|
}
|
|
1209
|
+
}
|
|
967
1210
|
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
display: flex;
|
|
974
|
-
gap: 0px;
|
|
975
|
-
}
|
|
1211
|
+
&__other_option_wrapper {
|
|
1212
|
+
display: flex;
|
|
1213
|
+
width: 100%;
|
|
1214
|
+
justify-content: space-between;
|
|
1215
|
+
padding: 16px;
|
|
976
1216
|
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
}
|
|
1217
|
+
@media (max-width: 500px) {
|
|
1218
|
+
flex-direction: column;
|
|
980
1219
|
}
|
|
1220
|
+
}
|
|
981
1221
|
|
|
982
|
-
|
|
1222
|
+
&_left_container {
|
|
1223
|
+
display: flex;
|
|
1224
|
+
gap: 12px;
|
|
1225
|
+
align-items: flex-start;
|
|
1226
|
+
.chk_payment_option__info_wrapper {
|
|
983
1227
|
display: flex;
|
|
984
|
-
|
|
985
|
-
align-items: flex-start;
|
|
986
|
-
gap: 16px;
|
|
1228
|
+
gap: 0px;
|
|
987
1229
|
}
|
|
988
1230
|
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
height: 40px;
|
|
1231
|
+
@media (max-width: 500px) {
|
|
1232
|
+
flex-wrap: wrap;
|
|
992
1233
|
}
|
|
1234
|
+
}
|
|
993
1235
|
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
1236
|
+
&__left_wrapper {
|
|
1237
|
+
display: flex;
|
|
1238
|
+
flex-direction: column;
|
|
1239
|
+
align-items: flex-start;
|
|
1240
|
+
gap: 16px;
|
|
1241
|
+
}
|
|
997
1242
|
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
font-style: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-se-ic);
|
|
1003
|
-
font-weight: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-wt);
|
|
1004
|
-
line-height: var(--_ctm-dn-pt-os-dn-pt-ne-dn-le-ht);
|
|
1005
|
-
letter-spacing: var(--_ctm-dn-pt-os-dn-pt-ne-dn-lr-sg);
|
|
1006
|
-
text-decoration: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ue);
|
|
1007
|
-
}
|
|
1243
|
+
&__card_icon {
|
|
1244
|
+
width: 60px;
|
|
1245
|
+
height: 40px;
|
|
1246
|
+
}
|
|
1008
1247
|
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
font-size: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-se);
|
|
1013
|
-
font-style: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-se-ic);
|
|
1014
|
-
font-weight: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-wt);
|
|
1015
|
-
line-height: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-le-ht);
|
|
1016
|
-
letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-lr-sg);
|
|
1017
|
-
text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ue);
|
|
1018
|
-
}
|
|
1248
|
+
&__info_wrapper {
|
|
1249
|
+
display: flex;
|
|
1250
|
+
flex-direction: column;
|
|
1019
1251
|
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
}
|
|
1252
|
+
.chk_payment_options_name {
|
|
1253
|
+
color: var(--_ctm-dn-pt-os-dn-pt-ne-dn-cr);
|
|
1254
|
+
font-family: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-fy);
|
|
1255
|
+
font-size: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-se);
|
|
1256
|
+
font-style: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-se-ic);
|
|
1257
|
+
font-weight: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-wt);
|
|
1258
|
+
line-height: var(--_ctm-dn-pt-os-dn-pt-ne-dn-le-ht);
|
|
1259
|
+
letter-spacing: var(--_ctm-dn-pt-os-dn-pt-ne-dn-lr-sg);
|
|
1260
|
+
text-decoration: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ue);
|
|
1030
1261
|
}
|
|
1031
1262
|
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1263
|
+
.chk_payment_options_label {
|
|
1264
|
+
color: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-cr);
|
|
1265
|
+
font-family: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-fy);
|
|
1266
|
+
font-size: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-se);
|
|
1267
|
+
font-style: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-se-ic);
|
|
1268
|
+
font-weight: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-wt);
|
|
1269
|
+
line-height: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-le-ht);
|
|
1270
|
+
letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-lr-sg);
|
|
1271
|
+
text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ue);
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
.chk_payment_options_value {
|
|
1275
|
+
color: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-cr);
|
|
1276
|
+
font-family: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-fy);
|
|
1277
|
+
font-size: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-se);
|
|
1278
|
+
font-style: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-se-ic);
|
|
1279
|
+
font-weight: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-wt);
|
|
1280
|
+
line-height: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-le-ht);
|
|
1281
|
+
letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-lr-sg);
|
|
1282
|
+
text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ue);
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
&_right_container {
|
|
1287
|
+
display: flex;
|
|
1288
|
+
gap: 6px;
|
|
1289
|
+
align-items: flex-start;
|
|
1290
|
+
|
|
1291
|
+
@media (max-width: 500px) {
|
|
1292
|
+
justify-content: flex-end;
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
&_input {
|
|
1297
|
+
display: flex;
|
|
1298
|
+
padding: 9px 12px;
|
|
1299
|
+
align-items: center;
|
|
1300
|
+
max-width: 96px;
|
|
1301
|
+
background-color: var(--_base-white);
|
|
1302
|
+
border: 1px solid var(--_gray-300);
|
|
1303
|
+
border-radius: 6px;
|
|
1304
|
+
color: var(--_gray-700);
|
|
1305
|
+
|
|
1306
|
+
&:focus-within {
|
|
1307
|
+
border: 1px solid var(--_primary-300);
|
|
1308
|
+
outline: 2px solid var(--_primary-100);
|
|
1309
|
+
}
|
|
1036
1310
|
|
|
1037
|
-
|
|
1038
|
-
|
|
1311
|
+
.icon {
|
|
1312
|
+
svg {
|
|
1313
|
+
path {
|
|
1314
|
+
stroke: var(--_primary-400);
|
|
1315
|
+
}
|
|
1039
1316
|
}
|
|
1040
1317
|
}
|
|
1041
1318
|
|
|
1042
|
-
|
|
1043
|
-
display: flex;
|
|
1044
|
-
padding: 9px 12px;
|
|
1045
|
-
align-items: center;
|
|
1046
|
-
max-width: 96px;
|
|
1319
|
+
.input_field {
|
|
1047
1320
|
background-color: var(--_base-white);
|
|
1048
1321
|
border: 1px solid var(--_gray-300);
|
|
1049
1322
|
border-radius: 6px;
|
|
@@ -1053,26 +1326,6 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
1053
1326
|
border: 1px solid var(--_primary-300);
|
|
1054
1327
|
outline: 2px solid var(--_primary-100);
|
|
1055
1328
|
}
|
|
1056
|
-
|
|
1057
|
-
.icon {
|
|
1058
|
-
svg {
|
|
1059
|
-
path {
|
|
1060
|
-
stroke: var(--_primary-400);
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.input_field {
|
|
1066
|
-
background-color: var(--_base-white);
|
|
1067
|
-
border: 1px solid var(--_gray-300);
|
|
1068
|
-
border-radius: 6px;
|
|
1069
|
-
color: var(--_gray-700);
|
|
1070
|
-
|
|
1071
|
-
&:focus-within {
|
|
1072
|
-
border: 1px solid var(--_primary-300);
|
|
1073
|
-
outline: 2px solid var(--_primary-100);
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
1329
|
}
|
|
1077
1330
|
}
|
|
1078
1331
|
}
|
|
@@ -1836,10 +2089,11 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
1836
2089
|
.chk_address {
|
|
1837
2090
|
display: flex;
|
|
1838
2091
|
flex-direction: column;
|
|
1839
|
-
gap: calc(var(--_ctm-lt-sd-sg-as-le-gp) / 2);
|
|
2092
|
+
// gap: calc(var(--_ctm-lt-sd-sg-as-le-gp) / 2);
|
|
2093
|
+
gap: 12px;
|
|
1840
2094
|
|
|
1841
2095
|
.chk_saved_address_name {
|
|
1842
|
-
color: var(--_gray-
|
|
2096
|
+
color: var(--_gray-900);
|
|
1843
2097
|
font-size: 16px;
|
|
1844
2098
|
font-weight: 600;
|
|
1845
2099
|
}
|
|
@@ -1855,7 +2109,7 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
1855
2109
|
}
|
|
1856
2110
|
|
|
1857
2111
|
.chk_saved_address_value {
|
|
1858
|
-
color: var(--_gray-
|
|
2112
|
+
color: var(--_gray-900);
|
|
1859
2113
|
font-size: 12px;
|
|
1860
2114
|
}
|
|
1861
2115
|
.address_skeletons {
|
|
@@ -1867,7 +2121,7 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
1867
2121
|
|
|
1868
2122
|
.contact {
|
|
1869
2123
|
font-size: 0.875rem;
|
|
1870
|
-
color:
|
|
2124
|
+
color: var(--_gray-900);
|
|
1871
2125
|
line-height: 1.4;
|
|
1872
2126
|
}
|
|
1873
2127
|
}
|
|
@@ -1918,6 +2172,16 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
1918
2172
|
width: 500px;
|
|
1919
2173
|
.chk_form_field {
|
|
1920
2174
|
width: 100%;
|
|
2175
|
+
.est__dropdown {
|
|
2176
|
+
align-items: start;
|
|
2177
|
+
.est__dropdown__button {
|
|
2178
|
+
width: 100%;
|
|
2179
|
+
.value__selected {
|
|
2180
|
+
align-items: center;
|
|
2181
|
+
justify-content: start;
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
1921
2185
|
&.expiry_details {
|
|
1922
2186
|
width: 80px;
|
|
1923
2187
|
}
|
|
@@ -2124,6 +2388,7 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
2124
2388
|
|
|
2125
2389
|
.add_credit_card {
|
|
2126
2390
|
display: flex;
|
|
2391
|
+
align-items: center;
|
|
2127
2392
|
gap: 12px;
|
|
2128
2393
|
padding: 16px;
|
|
2129
2394
|
|
|
@@ -2136,13 +2401,36 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
2136
2401
|
|
|
2137
2402
|
.cc_info {
|
|
2138
2403
|
display: flex;
|
|
2139
|
-
|
|
2404
|
+
align-items: center;
|
|
2405
|
+
// flex-direction: column;
|
|
2140
2406
|
gap: 6px;
|
|
2407
|
+
justify-content: space-between;
|
|
2408
|
+
width: 100%;
|
|
2141
2409
|
|
|
2142
2410
|
.cc_title {
|
|
2143
2411
|
font-size: 14px;
|
|
2144
2412
|
font-weight: 600;
|
|
2145
2413
|
}
|
|
2414
|
+
.chk_payment_cred_section_col_right {
|
|
2415
|
+
.chk_currency_inp_sec {
|
|
2416
|
+
display: flex;
|
|
2417
|
+
justify-content: end;
|
|
2418
|
+
.chk_currency_inp {
|
|
2419
|
+
border: 1px solid var(--_gray-200);
|
|
2420
|
+
min-width: 100px;
|
|
2421
|
+
display: flex;
|
|
2422
|
+
gap: 12px;
|
|
2423
|
+
height: 40px;
|
|
2424
|
+
border-radius: 4px;
|
|
2425
|
+
align-items: center;
|
|
2426
|
+
max-width: 120px;
|
|
2427
|
+
padding-inline: 12px;
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2430
|
+
.cur_conversion {
|
|
2431
|
+
font-size: 14px;
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2146
2434
|
}
|
|
2147
2435
|
}
|
|
2148
2436
|
.add_new_credit_card {
|