@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 +5 -0
- package/dist/user-elements.scss +14 -0
- package/package.json +1 -1
package/dist/profile.scss
CHANGED
package/dist/user-elements.scss
CHANGED
|
@@ -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))
|