@sc-360-v2/storefront-cms-library 0.4.42 → 0.4.47
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 -0
- package/dist/builder.js +1 -1
- package/dist/cart-details.scss +8 -3
- package/dist/checkout.scss +74 -0
- package/dist/emtpy-templates.scss +4 -9
- package/dist/filters.scss +14 -16
- package/dist/flex-text-editor.scss +4 -2
- package/dist/image-for-product.scss +3 -3
- package/dist/language-selector.scss +6 -2
- package/dist/product-highlights copy.scss +217 -0
- package/dist/product-highlights.scss +197 -63
- package/dist/product-image.scss +3 -0
- package/dist/types/builder/tools/element-edit/productHighlights.d.ts +5 -2
- package/dist/variant-picker.scss +0 -1
- package/package.json +1 -1
package/dist/add-order.scss
CHANGED
|
@@ -339,6 +339,7 @@
|
|
|
339
339
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
340
340
|
padding: 4px;
|
|
341
341
|
z-index: 10;
|
|
342
|
+
padding: 4px;
|
|
342
343
|
}
|
|
343
344
|
|
|
344
345
|
.add_order_item {
|
|
@@ -354,6 +355,9 @@
|
|
|
354
355
|
cursor: pointer;
|
|
355
356
|
border-radius: 4px;
|
|
356
357
|
white-space: nowrap;
|
|
358
|
+
&:not(:last-child) {
|
|
359
|
+
margin-bottom: 2px;
|
|
360
|
+
}
|
|
357
361
|
|
|
358
362
|
&:hover {
|
|
359
363
|
background-color: var(--_primary-25); // Subtle blue
|