From b5014890aba2f4ccd1806a3ae4350a406c77b2bd Mon Sep 17 00:00:00 2001 From: "Manny.Muriel" Date: Tue, 16 Aug 2016 14:29:50 -0700 Subject: [PATCH] Updated Design for Reminder Email --- .../mailers/custom-mailer-styles.scss | 24 ++++++++++++------- .../mailers/foundation_global_overrides.scss | 6 +++-- app/views/candidate_mailer/reminder.html.inky | 6 ++--- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/app/assets/stylesheets/mailers/custom-mailer-styles.scss b/app/assets/stylesheets/mailers/custom-mailer-styles.scss index f928ac5..fb9a721 100644 --- a/app/assets/stylesheets/mailers/custom-mailer-styles.scss +++ b/app/assets/stylesheets/mailers/custom-mailer-styles.scss @@ -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; + } } diff --git a/app/assets/stylesheets/mailers/foundation_global_overrides.scss b/app/assets/stylesheets/mailers/foundation_global_overrides.scss index eee6c74..5bc7bc8 100644 --- a/app/assets/stylesheets/mailers/foundation_global_overrides.scss +++ b/app/assets/stylesheets/mailers/foundation_global_overrides.scss @@ -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; \ No newline at end of file diff --git a/app/views/candidate_mailer/reminder.html.inky b/app/views/candidate_mailer/reminder.html.inky index 8cee384..8f8b4de 100644 --- a/app/views/candidate_mailer/reminder.html.inky +++ b/app/views/candidate_mailer/reminder.html.inky @@ -1,13 +1,13 @@ - - +