emails-renderer/src/emails/register/styles.js

29 lines
455 B
JavaScript
Raw Normal View History

2016-09-04 14:49:14 +05:30
export default {
contentCenterCell: {
textAlign: 'center'
},
paragraph: {
fontSize: '16px',
lineHeight: '125%'
},
whatsNextText: {
paddingTop: '30px'
},
todoItem: {
paddingTop: '30px'
},
todoItemIcon: {
width: '46px',
verticalAlign: 'top'
},
todoItemContent: {
verticalAlign: 'top'
},
todoItemText: {
paddingTop: '3px'
}
2016-09-04 14:49:14 +05:30
};