UNPKG

@wulperstudio/cms

Version:
12 lines 297 B
import { styled } from '@mui/material/styles'; export var Card = styled('div')(function (_ref) { var theme = _ref.theme; return { padding: theme.spacing(2), width: '100%', height: 'auto', border: '1px solid #ECECFB', borderRadius: '10px', background: '#F7F8FD' }; });