From cac8c4a3e7da6517c25d28450b6182e6f6644d01 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 15 Oct 2019 13:33:36 +0200 Subject: [PATCH] Refined member emails no issues - refined typography and spacing for member signup, singin and subscribe emails --- core/server/services/members/emails/signin.js | 25 ++++++++-------- core/server/services/members/emails/signup.js | 29 +++++++++---------- .../services/members/emails/subscribe.js | 23 +++++++-------- 3 files changed, 37 insertions(+), 40 deletions(-) diff --git a/core/server/services/members/emails/signin.js b/core/server/services/members/emails/signin.js index 51fa8fbd13..e48cec4733 100644 --- a/core/server/services/members/emails/signin.js +++ b/core/server/services/members/emails/signin.js @@ -50,7 +50,6 @@ module.exports = ({siteTitle, email, url}) => ` width: auto !important; } } - /* ------------------------------------- PRESERVE THESE STYLES IN THE HEAD ------------------------------------- */ @@ -93,7 +92,7 @@ module.exports = ({siteTitle, email, url}) => ` } - + @@ -110,16 +109,16 @@ module.exports = ({siteTitle, email, url}) => `
 
-

Hey there,

-

Welcome back! Use this link to securely sign in to your ${siteTitle} account:

+

Hey there,

+

Welcome back! Use this link to securely sign in to your ${siteTitle} account:

-
+ - +
Sign in to ${siteTitle} Sign in to ${siteTitle}
@@ -127,11 +126,11 @@ module.exports = ({siteTitle, email, url}) => `
-

For your security, the link will expire in 10 minutes time.

-

See you soon!
The team at ${siteTitle}

+

For your security, the link will expire in 10 minutes time.

+

See you soon!
The team at ${siteTitle}


-

You can also copy & paste this URL into your browser:

-

${url}

+

You can also copy & paste this URL into your browser:

+

${url}

@@ -145,13 +144,13 @@ module.exports = ({siteTitle, email, url}) => `