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