UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

29 lines 858 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Styling_1 = require("../../../Styling"); 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