@fluentui/react-northstar
Version:
A themable React component library.
23 lines (21 loc) • 590 B
JavaScript
exports.__esModule = true;
exports.menuButtonStyles = void 0;
var _PopupContent = require("../../../../components/Popup/PopupContent");
var menuButtonStyles = {
root: function root() {
return {
boxSizing: 'border-box',
display: 'inline-block'
};
},
popupContent: function popupContent() {
var _ref;
return _ref = {}, _ref["& ." + _PopupContent.popupContentSlotClassNames.content] = {
borderWidth: '0px',
padding: '0px'
}, _ref;
}
};
exports.menuButtonStyles = menuButtonStyles;
//# sourceMappingURL=menuButtonStyles.js.map
;