office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
4 lines • 788 B
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
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