office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
13 lines • 2.94 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
load_themed_styles_1.loadStyles([{ "rawString": ".root_0d40aee7{min-width:260px}.actionButton_0d40aee7{background:0 0;background-color:transparent;border:0;cursor:pointer;margin:0;padding:0;position:relative;width:100%;font-size:12px}html[dir=ltr] .actionButton_0d40aee7{text-align:left}html[dir=rtl] .actionButton_0d40aee7{text-align:right}.actionButton_0d40aee7:hover{background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f3f2f1" }, { "rawString": ";cursor:pointer}.actionButton_0d40aee7:active,.actionButton_0d40aee7:focus{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.actionButton_0d40aee7 .ms-Button-icon{font-size:16px;width:25px}.actionButton_0d40aee7 .ms-Button-label{margin:0 4px 0 9px}html[dir=rtl] .actionButton_0d40aee7 .ms-Button-label{margin:0 9px 0 4px}.buttonSelected_0d40aee7{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.buttonSelected_0d40aee7:hover{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": ";cursor:pointer}@media screen and (-ms-high-contrast:active){.buttonSelected_0d40aee7:hover{background-color:Highlight;color:HighlightText}}@media screen and (-ms-high-contrast:active){.buttonSelected_0d40aee7{background-color:Highlight;color:HighlightText;-ms-high-contrast-adjust:none}}.suggestionsTitle_0d40aee7{font-size:12px}.suggestionsSpinner_0d40aee7{margin:5px 0;white-space:nowrap;line-height:20px;font-size:12px}html[dir=ltr] .suggestionsSpinner_0d40aee7{padding-left:14px}html[dir=rtl] .suggestionsSpinner_0d40aee7{padding-right:14px}html[dir=ltr] .suggestionsSpinner_0d40aee7{text-align:left}html[dir=rtl] .suggestionsSpinner_0d40aee7{text-align:right}.suggestionsSpinner_0d40aee7 .ms-Spinner-circle{display:inline-block;vertical-align:middle}.suggestionsSpinner_0d40aee7 .ms-Spinner-label{display:inline-block;margin:0 10px 0 16px;vertical-align:middle}html[dir=rtl] .suggestionsSpinner_0d40aee7 .ms-Spinner-label{margin:0 16px 0 10px}.itemButton_0d40aee7{height:100%;width:100%;padding:7px 12px}@media screen and (-ms-high-contrast:active){.itemButton_0d40aee7{color:WindowText}}.screenReaderOnly_0d40aee7{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}" }]);
exports.root = "root_0d40aee7";
exports.actionButton = "actionButton_0d40aee7";
exports.buttonSelected = "buttonSelected_0d40aee7";
exports.suggestionsTitle = "suggestionsTitle_0d40aee7";
exports.suggestionsSpinner = "suggestionsSpinner_0d40aee7";
exports.itemButton = "itemButton_0d40aee7";
exports.screenReaderOnly = "screenReaderOnly_0d40aee7";
});
//# sourceMappingURL=SuggestionsControl.scss.js.map