UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

21 lines 655 B
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStyles = function () { return { root: [ 'OverlayExample-content', { background: 'blue', bottom: '0', color: 'white', left: '0', padding: '10px', position: 'absolute', right: '0' } ] }; }; }); //# sourceMappingURL=Overlay.Example.styles.js.map