Updated Design for Reminder Email
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
Reference in New Issue
Block a user