Email Template completed (Check reminder.html)

This commit is contained in:
Manny.Muriel
2016-08-17 11:58:31 -07:00
committed by Mark Moser
parent b5014890ab
commit dc328d8c5a
5 changed files with 47 additions and 4 deletions

View File

@ -1,4 +1,7 @@
a {
text-decoration: underline;
color: $success-color;
}
.email-container {
.email-heading th {
@ -12,12 +15,25 @@
.email-title {
text-transform: uppercase;
font-weight: 700;
font-size:20px;
font-size:18px;
vertical-align: sub;
}
}
.email-body {
.email-body * {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-weight:300;
font-size: 16px;
line-height: 1.5em;
padding-bottom: 20px;
}
.email-copyright {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-size: 10px;
color: #909090;
vertical-align: bottom;
}
.email-logo {
text-align: right;
vertical-align: bottom;
}
}