UNPKG

@fluentui/react-northstar

Version:
19 lines (18 loc) 478 B
export var listItemHeaderStyles = { root: function root(_ref) { var p = _ref.props, v = _ref.variables; return Object.assign({ flexGrow: 1, fontSize: v.headerFontSize, lineHeight: v.headerLineHeight }, p.truncate && { overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap' }, (!p.hasContent || p.hasHeaderMedia) && { marginRight: v.gap }); } }; //# sourceMappingURL=listItemHeaderStyles.js.map