UNPKG

@tmlmobilidade/emails

Version:
18 lines (17 loc) 337 B
/* * */ import { fontFamily, fontSize, fontWeight } from '../../styles/font.js'; /* * */ /* TEXT */ const text = { color: '#000', fontFamily: fontFamily.primary, fontSize: fontSize.lg, fontWeight: fontWeight.bold, margin: '0', marginBottom: '20px', textAlign: 'left', }; /* * */ export default { text, };