wix-style-react
Version:
wix-style-react
35 lines (28 loc) • 753 B
CSS
@st-namespace "BMPopoverMenu";
:import {
-st-from: "../../../Foundation/stylable/shadows.st.css";
-st-named: shadow10;
}
:import {
-st-from: "../../../PopoverMenu/PopoverMenu.st.css";
-st-default: PopoverMenu;
}
.root {
-st-extends: PopoverMenu;
}
.root::content {
box-shadow: value(shadow10);
}
.root::content:placement(top),
.root::content:placement(left),
.root::content:placement(right),
.root::content:placement(bottom) {
padding: 0;
}
.root::content:placement(top):hasArrow,
.root::content:placement(left):hasArrow,
.root::content:placement(right):hasArrow,
.root::content:placement(bottom):hasArrow {
padding: 6px 0;
}
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/PopoverMenu.st.css" */