office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
6 lines • 939 B
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": ".ms-FocusZoneExamples-photoList{display:inline-block;border:1px solid " }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": ";padding:10px;line-height:0;overflow:hidden}.ms-FocusZoneExamples-photoCell{position:relative;display:inline-block;padding:2px;-webkit-box-sizing:border-box;box-sizing:border-box}.ms-FocusZoneExamples-photoCell:focus{outline:none}.ms-FocusZoneExamples-photoCell:focus:after{content:'';position:absolute;right:4px;left:4px;top:4px;bottom:4px;border:1px solid white;outline:2px solid " }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": "}\n" }]);
});
//# sourceMappingURL=FocusZone.Photos.Example.scss.js.map