@fluentui/react-northstar
Version:
A themable React component library.
15 lines (14 loc) • 330 B
JavaScript
export var cardBodyStyles = {
root: function root(_ref) {
var v = _ref.variables,
p = _ref.props;
return Object.assign({
display: 'flex',
flexDirection: 'column',
margin: v.bodyMargin
}, p.fitted && {
margin: v.fittedBodyMargin
});
}
};
//# sourceMappingURL=cardBodyStyles.js.map