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