@fluentui/react-northstar
Version:
A themable React component library.
20 lines (18 loc) • 471 B
JavaScript
exports.__esModule = true;
exports.cardPreviewStyles = void 0;
var cardPreviewStyles = {
root: function root(_ref) {
var p = _ref.props,
v = _ref.variables;
return Object.assign({
margin: v.previewMargin
}, p.horizontal && {
margin: v.previewMarginHorizontal
}, p.fitted && {
margin: v.fittedPreviewMargin
});
}
};
exports.cardPreviewStyles = cardPreviewStyles;
//# sourceMappingURL=cardPreviewStyles.js.map
;