diff --git a/app/assets/images/perficientdigital-logo.jpg b/app/assets/images/perficientdigital-logo.jpg new file mode 100644 index 0000000..a11f67e Binary files /dev/null and b/app/assets/images/perficientdigital-logo.jpg differ diff --git a/app/assets/images/yellowslant-left.jpg b/app/assets/images/yellowslant-left.jpg new file mode 100644 index 0000000..df14cd0 Binary files /dev/null and b/app/assets/images/yellowslant-left.jpg differ diff --git a/app/assets/images/yellowslant-right.jpg b/app/assets/images/yellowslant-right.jpg new file mode 100644 index 0000000..de838e0 Binary files /dev/null and b/app/assets/images/yellowslant-right.jpg differ diff --git a/app/assets/stylesheets/mailers/custom-mailer-styles.scss b/app/assets/stylesheets/mailers/custom-mailer-styles.scss index fb9a721..b59f5e9 100644 --- a/app/assets/stylesheets/mailers/custom-mailer-styles.scss +++ b/app/assets/stylesheets/mailers/custom-mailer-styles.scss @@ -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; } } diff --git a/app/views/candidate_mailer/reminder.html.inky b/app/views/candidate_mailer/reminder.html.inky index 8f8b4de..499b6d8 100644 --- a/app/views/candidate_mailer/reminder.html.inky +++ b/app/views/candidate_mailer/reminder.html.inky @@ -25,7 +25,34 @@ -
 
+ + + + + +
+
+
+ + + + + + + + + +
+ <%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %> + +   + + <%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %> +
\ No newline at end of file