@sc-360-v2/storefront-cms-library 0.3.52 → 0.3.53
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 +49 -16
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +1 -1
- package/dist/buyForHeaders.scss +2 -1
- package/dist/checkout.scss +616 -821
- package/dist/employee-bulk-order.scss +295 -126
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/shipping-payments.scss +649 -490
- package/dist/types/icons/cms-svg-icons.d.ts +1 -1
- package/package.json +1 -1
package/dist/bulk-order-pad.scss
CHANGED
package/dist/buyForHeaders.scss
CHANGED
|
@@ -1152,10 +1152,11 @@
|
|
|
1152
1152
|
background: #ffd700;
|
|
1153
1153
|
border-radius: 4px;
|
|
1154
1154
|
left: 12px;
|
|
1155
|
-
padding: 2px
|
|
1155
|
+
padding: 2px 6px;
|
|
1156
1156
|
line-height: normal;
|
|
1157
1157
|
color: var(--_gray-900);
|
|
1158
1158
|
font-weight: 400;
|
|
1159
|
+
font-size: 12px;
|
|
1159
1160
|
}
|
|
1160
1161
|
}
|
|
1161
1162
|
|