UNPKG

@wulperstudio/cms

Version:
23 lines 487 B
import { styled } from '@mui/material'; export var SignatureInputWrapper = styled('div')({ display: 'flex', flexDirection: 'column' }); export var SignatureInputBody = styled('div')({ border: '1px dashed #B2BEDA', borderRadius: 5, width: '100%', height: 164, position: 'relative', padding: '10px', lineHeight: 0, '& img': { display: 'block', maxWidth: '100%' } }); export var FixedElement = styled('div')({ position: 'absolute', top: -10, right: 0 });