wix-style-react
Version:
19 lines (15 loc) • 348 B
CSS
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/Divider.st.css" */
:import {
-st-from: "../../../Divider/Divider.st.css";
-st-default: Divider;
}
:import {
-st-from: '../foundations/colors.st.css';
-st-named: D50;
}
.root {
-st-extends: Divider;
}
.root:skin(dark) {
background-color: value(D50);
}