@sc-360-v2/storefront-cms-library 0.3.67 → 0.3.69
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 copy.scss +0 -5
- package/dist/builder.js +1 -1
- package/dist/checkout.scss +0 -1
- package/dist/confirmationModal.scss +4 -2
- package/dist/emtpy-templates.scss +1 -0
- package/dist/modal.scss +1 -0
- package/dist/my-templates.scss +284 -70
- package/dist/product-price.scss +85 -43
- package/dist/section.scss +10 -0
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +9 -0
- package/dist/widget.scss +0 -1
- package/package.json +1 -1
|
@@ -692,11 +692,6 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
692
692
|
border-left: 1px solid #d0d5dd;
|
|
693
693
|
max-width: 80px;
|
|
694
694
|
text-align: center;
|
|
695
|
-
&::-webkit-outer-spin-button,
|
|
696
|
-
&::-webkit-inner-spin-button {
|
|
697
|
-
-webkit-appearance: none;
|
|
698
|
-
margin: 0;
|
|
699
|
-
}
|
|
700
695
|
}
|
|
701
696
|
}
|
|
702
697
|
}
|