Improvements on login email

This commit is contained in:
Rogerio Chaves 2020-04-29 10:24:53 +02:00
parent 140b68b2c8
commit cf81faa956
No known key found for this signature in database
GPG Key ID: E6AF5440509B1D94
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div style="font-family: Helvetica, Arial, sans-serif; line-height: 1.3em; font-size: 16px; padding: 30px 0; max-width: 600px; margin: 0 auto;">
<div style="font-family: Helvetica, Arial, sans-serif; line-height: 1.3em; font-size: 16px; padding: 30px 0; max-width: 600px">
<h1 style="font-family: 'Lucida Grande', sans-serif; font-weight: bold; line-height: 1.3em; margin: 0; padding: 10px 0 0 0; font-weight: 200;">Login button</h1>
<p>Welcome to Feedless, please use the button below to login to your account:</p>
<a href="<%= origin %>/login?key=<%= login_key %>" style="background: #7fe7e7; color: #044; border-radius: 3px; margin-bottom: 10px; border: 1px solid #5f5f5f; cursor: pointer; text-decoration: none; display: inline-block; padding: 16px 20px; font-size: 18px; -webkit-appearance: none;">
<a href="<%= origin %>/login?key=<%= login_key %>" clicktracking=off style="background: #7fe7e7; color: #044; border-radius: 3px; margin-bottom: 10px; border: 1px solid #5f5f5f; cursor: pointer; text-decoration: none; display: inline-block; padding: 16px 20px; font-size: 18px; -webkit-appearance: none;">
Login to Feedless
</a>
<p>Alternatively, you can copy the key to somewhere safe and delete this email:</p>