UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

6 lines 1.28 kB
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": ".ms-MarqueeSelectionBasicExample-photoList{display:inline-block;border:1px solid " }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": ";margin:0;padding:10px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ms-MarqueeSelectionBasicExample-photoCell{position:relative;display:inline-block;margin:2px;-webkit-box-sizing:border-box;box-sizing:border-box;background:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": ";line-height:100px;vertical-align:middle;text-align:center}.ms-MarqueeSelectionBasicExample-photoCell.is-selected{background:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.ms-MarqueeSelectionBasicExample-photoCell.is-selected:after{content:'';position:absolute;right:0px;left:0px;top:0px;bottom:0px;border:1px solid " }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": "}\n" }]); }); //# sourceMappingURL=MarqueeSelection.Basic.Example.scss.js.map