Email Template completed (Check reminder.html)
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user