office-ui-fabric-react
Version: 
Reusable React components for building experiences for Office 365.
10 lines (8 loc) • 1.15 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
    "use strict";
    var styles = {};
    load_themed_styles_1.loadStyles([{ "rawString": ".LayerExample-content{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "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,.2);border:1px dashed #000;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'}" }]);
    return styles;
});
/* tslint:enable */ 
//# sourceMappingURL=Layer.Example.scss.js.map