wix-style-react
Version:
wix-style-react
8 lines (6 loc) • 381 B
CSS
@st-import [THEME-DIVIDER-COLOR] from "../../Foundation/stylable/colors.st.css";
@st-import [--wds-color-border-dark-secondary] from '@wix/design-system-tokens/all.st.css';
.section:not(:last-child) {
border-bottom: 1px solid var(--wds-color-border-dark-secondary, value(THEME-DIVIDER-COLOR));
}
/* st-namespace-reference="../../../../src/SidePanel/Section/Section.st.css" */