@sc-360-v2/storefront-cms-library 0.3.77 → 0.3.79
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-order.scss +4 -3
- package/dist/builder.js +1 -1
- package/dist/cart-summary.scss +157 -40
- package/dist/checkout.scss +55 -46
- package/dist/coupon.scss +63 -0
- package/dist/image-for-product.scss +1 -0
- package/dist/image-temp.scss +16 -10
- package/dist/order-status.scss +1 -1
- package/dist/product-actions.scss +3 -6
- package/dist/request-for-quotes.scss +1 -2
- package/dist/skeleton.scss +8 -0
- package/dist/types/builder/elements/coupon/index.d.ts +25 -0
- package/dist/types/builder/enums/index.d.ts +3 -1
- package/dist/types/builder/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/coupon.d.ts +4792 -0
- package/dist/types/builder/tools/element-edit/index.d.ts +2 -1
- package/dist/website.js +1 -1
- package/package.json +1 -1
package/dist/add-order.scss
CHANGED
|
@@ -286,7 +286,8 @@
|
|
|
286
286
|
padding: 12px;
|
|
287
287
|
font-size: 16px;
|
|
288
288
|
font-weight: 500;
|
|
289
|
-
color: #1f2937; // Darker text
|
|
289
|
+
// color: #1f2937; // Darker text
|
|
290
|
+
color: var(--_thm-cs-tt-by-tt);
|
|
290
291
|
display: flex;
|
|
291
292
|
align-items: center;
|
|
292
293
|
gap: 10px;
|
|
@@ -297,10 +298,10 @@
|
|
|
297
298
|
|
|
298
299
|
&:hover {
|
|
299
300
|
background-color: var(--_primary-25); // Subtle blue
|
|
300
|
-
color: var(--
|
|
301
|
+
color: var(--_thm-cs-tt-ls-as);
|
|
301
302
|
|
|
302
303
|
svg path {
|
|
303
|
-
stroke: var(--
|
|
304
|
+
stroke: var(--_thm-cs-tt-ls-as);
|
|
304
305
|
}
|
|
305
306
|
}
|
|
306
307
|
|