UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

15 lines (13 loc) 333 B
import { styled } from '@project44-manifest/react-styles'; export const StyledCardBody = styled('div', { alignItems: 'inherit', display: 'flex', flex: '1 1 auto', flexDirection: 'column', height: 'auto', justifyContent: 'inherit', position: 'relative', padding: '$large', typography: '$body', width: '100%', });