UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

17 lines 440 B
export var 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