wix-style-react
Version:
wix-style-react
21 lines (16 loc) • 468 B
CSS
@st-namespace "BMSidebarBackButton";
:import {
-st-from: "../../../SidebarBackButton/SidebarBackButton.st.css";
-st-default: SidebarBackButton;
}
:import {
-st-from: "../foundations/colors.st.css";
-st-named: sidebarBackgroundColor;
}
.root {
-st-extends: SidebarBackButton;
}
.root:skin(dark) {
background: value(sidebarBackgroundColor);
}
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/SidebarBackButton.st.css" */