UNPKG

wix-style-react

Version:
19 lines (15 loc) 430 B
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/SidebarBackButton.st.css" */ :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); }