UNPKG

react-pur

Version:

React UI component library (using styled-components)

17 lines (16 loc) 314 B
export default { name: 'UserInfo', type: 'div', style: (props) => ({ display: 'flex', flexDirection: 'column', justifyContent: 'center', fontSize: '14px', lineHeight: '14px', fontWeight: 500, '& > *': { margin: '0 !important', padding: '0 !important', }, }), };