office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
31 lines • 874 B
JavaScript
import { HighContrastSelector } from '../../../Styling';
export function getStyles(props) {
var _a;
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',
selectors: (_a = {},
_a[HighContrastSelector] = {
fill: 'windowtext',
},
_a),
},
};
}
//# sourceMappingURL=Beak.styles.js.map