office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 1.3 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_2dc843ff{position:relative;cursor:default}.dragMask_2dc843ff{position:absolute;background:rgba(255,0,0,0);left:0;top:0;right:0;bottom:0}@media screen and (-ms-high-contrast: active){.dragMask_2dc843ff{background:none}}.box_2dc843ff{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid " }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";pointer-events:none;z-index:10}@media screen and (-ms-high-contrast: active){.box_2dc843ff{border-color:Highlight}}.boxFill_2dc843ff{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";opacity:.1;left:0;top:0;right:0;bottom:0}@media screen and (-ms-high-contrast: active){.boxFill_2dc843ff{background:none}}\n" }]);
exports.root = "root_2dc843ff";
exports.dragMask = "dragMask_2dc843ff";
exports.box = "box_2dc843ff";
exports.boxFill = "boxFill_2dc843ff";
});
//# sourceMappingURL=MarqueeSelection.scss.js.map