UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

30 lines 1.02 kB
define(["require", "exports", "../../../Styling"], function (require, exports, Styling_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getStyles(props) { return { root: [ { position: 'absolute', boxShadow: 'inherit', border: 'none', boxSizing: 'border-box', transform: 'translateY(-50%)', left: '50%', width: props.width, height: props.height }, (props.left && props.top) && { left: props.left, top: props.top } ], beak: { fill: Styling_1.DefaultPalette.themePrimary, display: 'block' } }; } exports.getStyles = getStyles; }); //# sourceMappingURL=Beak.styles.js.map