UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

6 lines 1.13 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; 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" }]); export var photoList = "photoList_07f0c456"; export var photoCell = "photoCell_07f0c456"; //# sourceMappingURL=MarqueeSelection.Basic.Example.scss.js.map