@sc-360-v2/storefront-cms-library 0.3.59 → 0.3.60
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/cart-details.scss +1 -2
- package/dist/employee-bulk-order.scss +424 -373
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/modal.scss +1 -0
- package/dist/order-status.scss +1315 -1257
- package/package.json +1 -1
package/dist/cart-details.scss
CHANGED
|
@@ -565,7 +565,6 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
565
565
|
.product_code {
|
|
566
566
|
display: flex;
|
|
567
567
|
align-items: center;
|
|
568
|
-
gap: 6px;
|
|
569
568
|
align-self: stretch;
|
|
570
569
|
flex-wrap: wrap;
|
|
571
570
|
|
|
@@ -575,7 +574,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
575
574
|
content: "";
|
|
576
575
|
display: inline-block;
|
|
577
576
|
height: 10px;
|
|
578
|
-
margin-inline:
|
|
577
|
+
margin-inline: 12px;
|
|
579
578
|
width: 1px;
|
|
580
579
|
background-color: var(--_gray-400);
|
|
581
580
|
}
|