UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

12 lines (10 loc) 263 B
import { styled } from '@project44-manifest/react-styles'; export const StyledCardFooter = styled('div', { alignItems: 'center', display: 'flex', height: 'auto', justifyContent: 'flex-end', paddingBottom: '$large', px: '$large', width: '100%', });