UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines 1.33 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".ms-OverflowSet .ms-SearchBox{margin-bottom:0;width:200px}html[dir='ltr'] .overflowLinks_4260fb41{margin-right:10px}html[dir='rtl'] .overflowLinks_4260fb41{margin-left:10px}.overflowButton_4260fb41{min-width:0;padding:0 4px;-ms-flex-item-align:stretch;align-self:stretch;height:auto}.isEnabled_4260fb41.isOpened_4260fb41:hover{background-color:" }, { "theme": "neutralQuaternaryAlt", "defaultValue": "#dadada" }, { "rawString": ";color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.isEnabled_4260fb41:hover,.isEnabled_4260fb41.isOpened_4260fb41{color:" }, { "theme": "neutralDark", "defaultValue": "#212121" }, { "rawString": ";background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}.isEnabled_4260fb41:active{background-color:" }, { "theme": "neutralQuaternaryAlt", "defaultValue": "#dadada" }, { "rawString": ";color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}\n" }]); export var overflowLinks = "overflowLinks_4260fb41"; export var overflowButton = "overflowButton_4260fb41"; export var isEnabled = "isEnabled_4260fb41"; export var isOpened = "isOpened_4260fb41"; //# sourceMappingURL=OverflowSet.Example.scss.js.map