UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

11 lines 2.54 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".root_76303b11{min-width:260px}.actionButton_76303b11{background:none;background-color:transparent;border:0;cursor:pointer;margin:0;padding:0px;position:relative;width:100%;font-size:12px}html[dir='ltr'] .actionButton_76303b11{text-align:left}html[dir='rtl'] .actionButton_76303b11{text-align:right}.actionButton_76303b11:hover{background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f3f2f1" }, { "rawString": ";cursor:pointer}.actionButton_76303b11:focus,.actionButton_76303b11:active{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.actionButton_76303b11 .ms-Button-icon{font-size:16px;width:25px}.actionButton_76303b11 .ms-Button-label{margin:0 4px 0 9px}html[dir='rtl'] .actionButton_76303b11 .ms-Button-label{margin:0 9px 0 4px}.buttonSelected_76303b11{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.buttonSelected_76303b11:hover{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": ";cursor:pointer}.suggestionsTitle_76303b11{font-size:12px}.suggestionsSpinner_76303b11{margin:5px 0;white-space:nowrap;line-height:20px;font-size:12px}html[dir='ltr'] .suggestionsSpinner_76303b11{padding-left:14px}html[dir='rtl'] .suggestionsSpinner_76303b11{padding-right:14px}html[dir='ltr'] .suggestionsSpinner_76303b11{text-align:left}html[dir='rtl'] .suggestionsSpinner_76303b11{text-align:right}.suggestionsSpinner_76303b11 .ms-Spinner-circle{display:inline-block;vertical-align:middle}.suggestionsSpinner_76303b11 .ms-Spinner-label{display:inline-block;margin:0px 10px 0 16px;vertical-align:middle}html[dir='rtl'] .suggestionsSpinner_76303b11 .ms-Spinner-label{margin:0px 16px 0 10px}.itemButton_76303b11{height:100%;width:100%;padding:7px 12px}@media screen and (-ms-high-contrast: active){.itemButton_76303b11{color:WindowText}}.screenReaderOnly_76303b11{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}\n" }]); export var root = "root_76303b11"; export var actionButton = "actionButton_76303b11"; export var buttonSelected = "buttonSelected_76303b11"; export var suggestionsTitle = "suggestionsTitle_76303b11"; export var suggestionsSpinner = "suggestionsSpinner_76303b11"; export var itemButton = "itemButton_76303b11"; export var screenReaderOnly = "screenReaderOnly_76303b11"; //# sourceMappingURL=SuggestionsControl.scss.js.map