UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines 1.15 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".root_c2a29fef{position:relative;cursor:default}.dragMask_c2a29fef{position:absolute;background:rgba(255,0,0,0);left:0;top:0;right:0;bottom:0}@media screen and (-ms-high-contrast: active){.dragMask_c2a29fef{background:none}}.box_c2a29fef{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_c2a29fef{border-color:Highlight}}.boxFill_c2a29fef{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_c2a29fef{background:none}}\n" }]); export var root = "root_c2a29fef"; export var dragMask = "dragMask_c2a29fef"; export var box = "box_c2a29fef"; export var boxFill = "boxFill_c2a29fef"; //# sourceMappingURL=MarqueeSelection.scss.js.map