Updated Design for Reminder Email

This commit is contained in:
Manny.Muriel
2016-08-16 14:29:50 -07:00
committed by Mark Moser
parent 4318750f82
commit b5014890ab
3 changed files with 22 additions and 14 deletions

View File

@ -1,17 +1,23 @@
.pd-logo {
font-size: 28px;
}
.email-container {
// max-width:600px;
background-color: green;
.email-title {
font-family: 'HalisR', Helvetica Neue, Helvetica, Ariel, sans-serif !important;
.email-heading th {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
.prft-slash {
font-size: 100px;
font-weight: 100;
// color: #EF0734;
font-weight: 200;
color: $success-color;
vertical-align: middle;
}
.email-title {
text-transform: uppercase;
font-weight: 700;
font-size:20px;
vertical-align: sub;
}
}
.email-body {
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
font-weight:300;
}
}

View File

@ -1,4 +1,6 @@
// manny, put stuff here to override foundation settings
$success-color: salmon;
$global-width: 900px;
$success-color: #EF0734;
$global-width: 600px;
$body-font-family: inherit;
$body-background: #ffffff;