UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

29 lines 941 B
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getStyles(props) { return { root: [ { position: 'absolute', boxShadow: 'inherit', border: 'none', boxSizing: 'border-box', transform: props.transform, width: props.width, height: props.height, left: props.left, top: props.top, right: props.right, bottom: props.bottom } ], beak: { fill: props.color, display: 'block' } }; } exports.getStyles = getStyles; }); //# sourceMappingURL=Beak.styles.js.map