office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 1.43 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
load_themed_styles_1.loadStyles([{ "rawString": ".ms-OverflowSet .ms-SearchBox{margin-bottom:0;width:200px}html[dir='ltr'] .overflowLinks_70db95d5{margin-right:10px}html[dir='rtl'] .overflowLinks_70db95d5{margin-left:10px}.overflowButton_70db95d5{min-width:0;padding:0 4px;-ms-flex-item-align:stretch;align-self:stretch;height:auto}.isEnabled_70db95d5.isOpened_70db95d5:hover{background-color:" }, { "theme": "neutralQuaternaryAlt", "defaultValue": "#dadada" }, { "rawString": ";color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.isEnabled_70db95d5:hover,.isEnabled_70db95d5.isOpened_70db95d5{color:" }, { "theme": "neutralDark", "defaultValue": "#212121" }, { "rawString": ";background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}.isEnabled_70db95d5:active{background-color:" }, { "theme": "neutralQuaternaryAlt", "defaultValue": "#dadada" }, { "rawString": ";color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}\n" }]);
exports.overflowLinks = "overflowLinks_70db95d5";
exports.overflowButton = "overflowButton_70db95d5";
exports.isEnabled = "isEnabled_70db95d5";
exports.isOpened = "isOpened_70db95d5";
//# sourceMappingURL=OverflowSet.Example.scss.js.map