@sc-360-v2/storefront-cms-library 0.4.10 → 0.4.11

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/profile.scss CHANGED
@@ -290,6 +290,11 @@
290
290
  );
291
291
  }
292
292
  }
293
+ & > div {
294
+ display: flex;
295
+ justify-content: center;
296
+ align-items: center;
297
+ }
293
298
  }
294
299
  .add_order_menu {
295
300
  position: absolute;
@@ -997,6 +997,14 @@ $resizeActive: '[data-cms-element-resizer="true"]';
997
997
  }
998
998
  }
999
999
 
1000
+ .quota_inventory_parent {
1001
+ display: flex;
1002
+ }
1003
+ .hilighted {
1004
+ font-size: 24px;
1005
+ font-weight: 600;
1006
+ color: var(--_gray-900);
1007
+ }
1000
1008
  .quota_inventory {
1001
1009
  display: flex;
1002
1010
  justify-content: center;
@@ -1969,6 +1977,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1969
1977
  // var(--_ctm-tab-dn-dn-se-dn-se-wt-se-br-wh, var(--_ctm-dn-dn-se-wt-se-br-wh))
1970
1978
  // );
1971
1979
 
1980
+ border: 1px solid
1981
+ var(
1982
+ --_ctm-mob-dn-dn-se-wt-se-br-cr,
1983
+ var(--_ctm-tab-dn-dn-se-wt-se-br-cr, var(--_ctm-dn-dn-se-wt-se-br-cr))
1984
+ );
1985
+
1972
1986
  border-radius: var(
1973
1987
  --_ctm-mob-dn-dn-se-wt-se-br-rs,
1974
1988
  var(--_ctm-tab-dn-dn-se-wt-se-br-rs, var(--_ctm-dn-dn-se-wt-se-br-rs))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {