@sc-360-v2/storefront-cms-library 0.3.65 → 0.3.67
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 +5 -0
- package/dist/add-products-tab.scss +5 -0
- package/dist/builder.js +1 -1
- package/dist/cart-details.scss +74 -11
- package/dist/checkbox-radio.scss +3 -0
- package/dist/checkout.scss +2 -0
- package/dist/emtpy-templates.scss +0 -1
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/modal.scss +198 -199
- package/dist/product-actions.scss +4 -0
- package/dist/profile.scss +31 -26
- 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 +3 -0
- package/package.json +1 -1
|
@@ -692,6 +692,11 @@ $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
|
+
}
|
|
695
700
|
}
|
|
696
701
|
}
|
|
697
702
|
}
|
|
@@ -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
|
}
|