updated tokens and emails
This commit is contained in:
@@ -10,8 +10,8 @@ body *:not(html):not(style):not(br):not(tr):not(code) {
|
||||
|
||||
body {
|
||||
-webkit-text-size-adjust: none;
|
||||
background-color: #ffffff;
|
||||
color: #718096;
|
||||
background-color: #eee;
|
||||
color: #444;
|
||||
height: 100%;
|
||||
line-height: 1.4;
|
||||
margin: 0;
|
||||
@@ -31,7 +31,7 @@ a {
|
||||
color: #3869d4;
|
||||
}
|
||||
|
||||
a img {
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -39,10 +39,11 @@ a img {
|
||||
|
||||
h1 {
|
||||
color: #3d4852;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
margin-top: 14px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -59,9 +60,17 @@ h3 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
font-size: 14px;
|
||||
line-height: 1.2em;
|
||||
margin-top: 0;
|
||||
text-align: left;
|
||||
}
|
||||
@@ -88,9 +97,9 @@ hr {
|
||||
-premailer-cellpadding: 0;
|
||||
-premailer-cellspacing: 0;
|
||||
-premailer-width: 100%;
|
||||
background-color: #edf2f7;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #eee;
|
||||
margin: 30px auto;
|
||||
padding: 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -107,23 +116,21 @@ hr {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.narrow {
|
||||
padding-left: 32px;
|
||||
padding-right: 32px;
|
||||
.tall {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
.header {
|
||||
padding: 25px 0;
|
||||
text-align: center;
|
||||
padding-top: 28px;
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
|
||||
.header a {
|
||||
color: #3d4852;
|
||||
font-size: 19px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Logo */
|
||||
@@ -154,24 +161,13 @@ hr {
|
||||
-premailer-width: 570px;
|
||||
background-color: #ffffff;
|
||||
border-color: #e8e5ef;
|
||||
border-radius: 2px;
|
||||
border-radius: 8px;
|
||||
border-width: 1px;
|
||||
box-shadow: 0 2px 0 rgba(0, 0, 150, 0.025), 2px 4px 0 rgba(0, 0, 150, 0.015);
|
||||
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
padding: 0 0 32px;
|
||||
width: 570px;
|
||||
}
|
||||
|
||||
/* Subcopy */
|
||||
|
||||
.subcopy {
|
||||
border-top: 1px solid #e8e5ef;
|
||||
margin-top: 25px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.subcopy p {
|
||||
font-size: 14px;
|
||||
max-width: 570px;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
@@ -181,7 +177,7 @@ hr {
|
||||
-premailer-cellspacing: 0;
|
||||
-premailer-width: 570px;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
padding: 32px 0 0;
|
||||
text-align: center;
|
||||
width: 570px;
|
||||
}
|
||||
@@ -204,7 +200,7 @@ hr {
|
||||
-premailer-cellpadding: 0;
|
||||
-premailer-cellspacing: 0;
|
||||
-premailer-width: 100%;
|
||||
margin: 30px auto;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -223,8 +219,9 @@ hr {
|
||||
}
|
||||
|
||||
.content-cell {
|
||||
max-width: 100vw;
|
||||
padding: 32px;
|
||||
max-width: 570px;
|
||||
padding-left: 32px;
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
@@ -246,10 +243,6 @@ hr {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button-blue,
|
||||
.button-primary {
|
||||
background-color: #2d3748;
|
||||
border-bottom: 8px solid #2d3748;
|
||||
border-left: 18px solid #2d3748;
|
||||
@@ -257,6 +250,15 @@ hr {
|
||||
border-top: 8px solid #2d3748;
|
||||
}
|
||||
|
||||
.button-blue,
|
||||
.button-primary {
|
||||
background-color: #0284C7;
|
||||
border-bottom: 8px solid #0284C7;
|
||||
border-left: 18px solid #0284C7;
|
||||
border-right: 18px solid #0284C7;
|
||||
border-top: 8px solid #0284C7;
|
||||
}
|
||||
|
||||
.button-green,
|
||||
.button-success {
|
||||
background-color: #48bb78;
|
||||
|
||||
Reference in New Issue
Block a user