office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
12 lines • 2.51 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_5ca4ac5f{min-width:260px}.actionButton_5ca4ac5f{background:none;background-color:transparent;border:0;cursor:pointer;margin:0;padding:0px;position:relative;width:100%;font-size:12px}[dir='ltr'] .actionButton_5ca4ac5f{text-align:left}[dir='rtl'] .actionButton_5ca4ac5f{text-align:right}.actionButton_5ca4ac5f:hover{background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": ";cursor:pointer}.actionButton_5ca4ac5f:focus,.actionButton_5ca4ac5f:active{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.actionButton_5ca4ac5f .ms-Button-icon{font-size:16px;width:25px}.actionButton_5ca4ac5f .ms-Button-label{margin:0 4px 0 9px}html[dir='rtl'] .actionButton_5ca4ac5f .ms-Button-label{margin:0 9px 0 4px}.buttonSelected_5ca4ac5f{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.buttonSelected_5ca4ac5f:hover{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": ";cursor:pointer}.suggestionsTitle_5ca4ac5f{font-size:12px}.suggestionsSpinner_5ca4ac5f{margin:5px 0;white-space:nowrap;line-height:20px;font-size:12px}html[dir='ltr'] .suggestionsSpinner_5ca4ac5f{padding-left:14px}html[dir='rtl'] .suggestionsSpinner_5ca4ac5f{padding-right:14px}html[dir='ltr'] .suggestionsSpinner_5ca4ac5f{text-align:left}html[dir='rtl'] .suggestionsSpinner_5ca4ac5f{text-align:right}.suggestionsSpinner_5ca4ac5f .ms-Spinner-circle{display:inline-block;vertical-align:middle}.suggestionsSpinner_5ca4ac5f .ms-Spinner-label{display:inline-block;margin:0px 10px 0 16px;vertical-align:middle}html[dir='rtl'] .suggestionsSpinner_5ca4ac5f .ms-Spinner-label{margin:0px 16px 0 10px}.itemButton_5ca4ac5f{height:100%;width:100%;padding:7px 12px}@media screen and (-ms-high-contrast: active){.itemButton_5ca4ac5f{color:WindowText}}\n" }]);
exports.root = "root_5ca4ac5f";
exports.actionButton = "actionButton_5ca4ac5f";
exports.buttonSelected = "buttonSelected_5ca4ac5f";
exports.suggestionsTitle = "suggestionsTitle_5ca4ac5f";
exports.suggestionsSpinner = "suggestionsSpinner_5ca4ac5f";
exports.itemButton = "itemButton_5ca4ac5f";
});
//# sourceMappingURL=SuggestionsControl.scss.js.map