@sc-360-v2/storefront-cms-library 0.3.66 → 0.3.68
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.scss +5 -0
- package/dist/builder.js +1 -1
- package/dist/cart-details.scss +72 -0
- package/dist/checkbox-radio.scss +3 -0
- package/dist/checkout.scss +0 -1
- package/dist/confirmationModal.scss +4 -2
- package/dist/emtpy-templates.scss +1 -0
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/modal.scss +2 -1
- package/dist/product-price.scss +85 -43
- package/dist/profile.scss +31 -26
- package/dist/section.scss +10 -0
- package/dist/skeleton.scss +33 -0
- package/dist/submit-quote.scss +1 -2
- package/dist/types/website/constants/data-connectors.d.ts +1 -1
- package/dist/website.js +1 -1
- package/dist/widget.scss +1 -0
- package/package.json +1 -1
|
@@ -701,6 +701,11 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
701
701
|
border-left: 1px solid #d0d5dd;
|
|
702
702
|
max-width: 80px;
|
|
703
703
|
text-align: center;
|
|
704
|
+
&::-webkit-outer-spin-button,
|
|
705
|
+
&::-webkit-inner-spin-button {
|
|
706
|
+
-webkit-appearance: none;
|
|
707
|
+
margin: 0;
|
|
708
|
+
}
|
|
704
709
|
}
|
|
705
710
|
}
|
|
706
711
|
}
|