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