office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
8 lines • 1.28 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": ".photoList_07f0c456{display:inline-block;border:1px solid " }, { "theme": "neutralTertiary", "defaultValue": "#a19f9d" }, { "rawString": ";margin:0;padding:10px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.photoCell_07f0c456{position:relative;display:inline-block;margin:2px;-webkit-box-sizing:border-box;box-sizing:border-box;background:" }, { "theme": "neutralLighter", "defaultValue": "#f3f2f1" }, { "rawString": ";line-height:100px;vertical-align:middle;text-align:center}.photoCell_07f0c456.is-selected{background:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.photoCell_07f0c456.is-selected:after{content:'';position:absolute;right:0px;left:0px;top:0px;bottom:0px;border:1px solid " }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": "}\n" }]);
exports.photoList = "photoList_07f0c456";
exports.photoCell = "photoCell_07f0c456";
});
//# sourceMappingURL=MarqueeSelection.Basic.Example.scss.js.map