office-ui-fabric-react
Version: 
Reusable React components for building experiences for Office 365.
15 lines (13 loc) • 956 B
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
    "use strict";
    var styles = {
        root: 'root_5903aa0c',
        dragMask: 'dragMask_5903aa0c',
        box: 'box_5903aa0c',
        boxFill: 'boxFill_5903aa0c',
    };
    load_themed_styles_1.loadStyles([{ "rawString": ".root_5903aa0c{position:relative;cursor:default}.dragMask_5903aa0c{position:absolute;background:rgba(255,0,0,0);left:0;top:0;right:0;bottom:0}.box_5903aa0c{position:absolute;box-sizing:border-box;border:1px solid " }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";pointer-events:none}.boxFill_5903aa0c{position:absolute;box-sizing:border-box;background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";opacity:.1;left:0;top:0;right:0;bottom:0}" }]);
    return styles;
});
/* tslint:enable */ 
//# sourceMappingURL=MarqueeSelection.scss.js.map