@sc-360-v2/storefront-cms-library 0.4.15 → 0.4.17
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 +8 -0
- package/dist/builder.js +1 -1
- package/dist/checkout.scss +8 -9
- package/dist/language-selector.scss +26 -3
- package/dist/modal.scss +1 -2
- package/dist/order-processing.scss +4 -0
- package/dist/store-locations.scss +33 -1
- package/dist/types/builder/tools/element-edit/language-menu.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/pickupLocations.d.ts +6 -1
- package/dist/types/builder/tools/element-edit/storeLocations.d.ts +6 -1
- package/dist/types/builder/tools/element-edit/uomSelector.d.ts +2 -1
- package/dist/uom-selector.scss +517 -845
- package/package.json +1 -1
|
@@ -184,6 +184,8 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
184
184
|
// grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
|
|
185
185
|
grid-template-columns: 1fr 1fr;
|
|
186
186
|
gap: 16px;
|
|
187
|
+
max-height: 750px;
|
|
188
|
+
overflow-y: auto;
|
|
187
189
|
|
|
188
190
|
@media (max-width: 500px) {
|
|
189
191
|
grid-template-columns: 1fr;
|
|
@@ -2123,6 +2125,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
2123
2125
|
--_ctm-mob-dn-pt-ds-vt-pr-on-te-ue,
|
|
2124
2126
|
var(--_ctm-tab-dn-pt-ds-vt-pr-on-te-ue, var(--_ctm-dn-pt-ds-vt-pr-on-te-ue))
|
|
2125
2127
|
);
|
|
2128
|
+
max-width: 300px;
|
|
2129
|
+
display: -webkit-box;
|
|
2130
|
+
-webkit-box-orient: vertical;
|
|
2131
|
+
-webkit-line-clamp: 1;
|
|
2132
|
+
text-overflow: ellipsis;
|
|
2133
|
+
overflow: hidden;
|
|
2126
2134
|
}
|
|
2127
2135
|
}
|
|
2128
2136
|
//Dropdown
|