feat: user activation and emails
This commit is contained in:
15
components/emails/utils/styling.ts
Normal file
15
components/emails/utils/styling.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export const main = {
|
||||
backgroundColor: '#ffffff'
|
||||
};
|
||||
|
||||
export const container = {
|
||||
margin: '0 auto',
|
||||
padding: '20px 0 48px',
|
||||
width: '580px'
|
||||
};
|
||||
|
||||
export const paragraph = {
|
||||
fontSize: '18px',
|
||||
lineHeight: '1.4',
|
||||
color: '#484848'
|
||||
};
|
||||
Reference in New Issue
Block a user