@sc-360-v2/storefront-cms-library 0.3.71 → 0.3.72
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.
|
@@ -28,7 +28,7 @@ $shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
|
|
|
28
28
|
width: 125px;
|
|
29
29
|
max-width: 100%;
|
|
30
30
|
height: 100vh;
|
|
31
|
-
background:
|
|
31
|
+
background: var(--_base-white);
|
|
32
32
|
box-shadow: $shadow;
|
|
33
33
|
z-index: 1001;
|
|
34
34
|
display: flex;
|
|
@@ -162,7 +162,7 @@ $shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
|
|
|
162
162
|
}
|
|
163
163
|
.item_action_btn {
|
|
164
164
|
padding: 8px;
|
|
165
|
-
color:
|
|
165
|
+
color: #243dc6;
|
|
166
166
|
// margin-top: 4px;
|
|
167
167
|
border-radius: 4px;
|
|
168
168
|
font-size: 14px;
|
|
@@ -171,7 +171,7 @@ $shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
|
|
|
171
171
|
|
|
172
172
|
&:hover {
|
|
173
173
|
background-color: var(--_primary-50);
|
|
174
|
-
color:
|
|
174
|
+
color: #243dc6;
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
}
|
|
@@ -207,7 +207,7 @@ $shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
|
|
|
207
207
|
|
|
208
208
|
&:hover {
|
|
209
209
|
// background: darken($primary-color, 5%);
|
|
210
|
-
background: color-mix(in srgb, #
|
|
210
|
+
background: color-mix(in srgb, #243dc6 95%, transparent 5%);
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
}
|
|
@@ -233,7 +233,7 @@ $shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
|
|
|
233
233
|
|
|
234
234
|
.view_cart_btn {
|
|
235
235
|
padding: 10px 15px;
|
|
236
|
-
background-color:
|
|
236
|
+
background-color: #243dc6;
|
|
237
237
|
color: var(--_base-white);
|
|
238
238
|
border: none;
|
|
239
239
|
border-radius: 4px;
|
|
@@ -241,7 +241,7 @@ $shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
|
|
|
241
241
|
margin-bottom: 12px;
|
|
242
242
|
|
|
243
243
|
&:hover {
|
|
244
|
-
background-color:
|
|
244
|
+
background-color: #2237ac;
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
247
|
}
|
package/dist/cartAttributes.scss
CHANGED
|
@@ -502,10 +502,11 @@
|
|
|
502
502
|
--_ctm-mob-dn-as-cr-us-ft-fy,
|
|
503
503
|
var(--_ctm-tab-dn-as-cr-us-ft-fy, var(--_ctm-dn-as-cr-us-ft-fy))
|
|
504
504
|
);
|
|
505
|
-
color: var(
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
);
|
|
505
|
+
// color: var(
|
|
506
|
+
// --_ctm-mob-dn-as-cr-us-cr,
|
|
507
|
+
// var(--_ctm-tab-dn-as-cr-us-cr, var(--_ctm-dn-as-cr-us-cr))
|
|
508
|
+
// );
|
|
509
|
+
color: var(--_thm-cs-tt-ls-as);
|
|
509
510
|
font-weight: var(
|
|
510
511
|
--_ctm-mob-dn-as-cr-us-ft-wt,
|
|
511
512
|
var(--_ctm-tab-dn-as-cr-us-ft-wt, var(--_ctm-dn-as-cr-us-ft-wt))
|
|
@@ -681,7 +682,9 @@
|
|
|
681
682
|
}
|
|
682
683
|
}
|
|
683
684
|
.input_toggle_switch_text {
|
|
684
|
-
gap:
|
|
685
|
+
gap: 4px;
|
|
686
|
+
display: flex;
|
|
687
|
+
flex-direction: column;
|
|
685
688
|
.checkbox_title {
|
|
686
689
|
font-family: var(
|
|
687
690
|
--_ctm-mob-dn-as-cr-as-bs-ft-fy,
|