UNPKG

@shopgate/engage

Version:
14 lines 241 B
import { css } from 'glamor'; const placeholder = css({ height: 16, width: '70%', marginTop: 5, marginBottom: 2 }).toString(); const shipping = css({ fontSize: '0.875rem' }).toString(); export default { placeholder, shipping };