wix-style-react
Version:
wix-style-react
18 lines (14 loc) • 439 B
CSS
@st-import [
--wds-color-border-dark-secondary,
--wds-space-100,
] from '@wix/design-system-tokens/all.st.css';
@st-namespace "SidePanelDivider";
:import {
-st-from: '../../Foundation/stylable/colors.st.css';
-st-named: D70;
}
.root {
height: var(--wds-space-100, 6px);
background-color: var(--wds-color-border-dark-secondary, value(D70));
}
/* st-namespace-reference="../../../../src/SidePanel/Divider/Divider.st.css" */