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