UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

4 lines 1.01 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".LayerExample-content{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": ";color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";line-height:50px;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex}.LayerExample-textContent{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.LayerExample-nonLayered{background-color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";line-height:50px;padding:0 20px;margin:8px 0}.ms-LayerHost.LayerExample-customHost{height:100px;padding:20px;background:rgba(255,0,0,0.2);border:1px dashed black;position:relative}.LayerExample-customHost:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:'I am a LayerHost with id=layerhost1'}\n" }]); //# sourceMappingURL=Layer.Example.scss.js.map