UNPKG

@tmlmobilidade/emails

Version:
32 lines (31 loc) 632 B
/* * */ import { fontFamily, fontSize, fontWeight, lineHeight } from '../../styles/font.js'; /* * */ /* TEXT */ const text = { color: '#BEBEC8', fontFamily: fontFamily.primary, fontSize: fontSize.xs, fontWeight: fontWeight.normal, lineHeight: lineHeight.normal, }; const section = { fontFamily: fontFamily.primary, fontSize: fontSize.xs, fontWeight: fontWeight.normal, lineHeight: lineHeight.normal, padding: '30px', paddingTop: 0, }; /* * */ /* LINK */ const link = { color: '#BEBEC8', textDecoration: 'underline', }; /* * */ export default { link, section, text, };