@st-namespace "BMSidebarHeader";

:import {
  -st-from: "../../../SidebarHeader/SidebarHeader.st.css";
  -st-default: SidebarHeader;
}

:import {
  -st-from: "../foundations/colors.st.css";
  -st-named: sidebarBackgroundColor;
}

:import {
  -st-from: "../../../Foundation/stylable/colors.st.css";
  -st-named: D40;
}

:import {
  -st-from: "../../../Foundation/stylable/typography.st.css";
  -st-named: wsr-font-weight-bold;
}

.root {
  -st-extends: SidebarHeader;
}

.root:skin(dark) {
  background-color: value(sidebarBackgroundColor)
}

.root:skin(dark)::subtitle:size(tiny):weight(thin) {
  font-weight: value(wsr-font-weight-bold);
  color: value(D40);
  font-size: 10px;
}

/* st-namespace-reference="../../../../../../src/Themes/businessDashboard/components/SidebarHeader.st.css" */