diff --git a/app/assets/images/yellowborder.jpg b/app/assets/images/yellowborder.jpg new file mode 100644 index 0000000..84e2269 Binary files /dev/null and b/app/assets/images/yellowborder.jpg differ diff --git a/app/assets/stylesheets/mailers/custom-mailer-styles.scss b/app/assets/stylesheets/mailers/custom-mailer-styles.scss index b341ff3..c4f1c9f 100644 --- a/app/assets/stylesheets/mailers/custom-mailer-styles.scss +++ b/app/assets/stylesheets/mailers/custom-mailer-styles.scss @@ -27,7 +27,7 @@ a { font-weight:300; word-break: break-word; strong { - font-weight:500; + font-weight:bold; } } .email-copyright { @@ -40,4 +40,8 @@ a { text-align: right; vertical-align: bottom; } + .email-bg { + background:#fef035 !important; + background-color:#fef035 !important; + } } diff --git a/app/views/candidate_mailer/welcome.html.inky b/app/views/candidate_mailer/welcome.html.inky index e3fe143..3137d9b 100644 --- a/app/views/candidate_mailer/welcome.html.inky +++ b/app/views/candidate_mailer/welcome.html.inky @@ -1,10 +1,15 @@

Hello there! You have been invited to take our Skills Assessment Test.

-

- Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test. -

+ + + + +
+ Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test. +

+  
Or, visit <%= link_to nil, root_url %> and enter your Test ID to begin your test. Your Test ID is: <%= @candidate.test_hash %>. Once we have evaluated your answers, your recruiter will be in touch. Good luck! diff --git a/app/views/layouts/mailer.html.inky b/app/views/layouts/mailer.html.inky index d35af10..2969c38 100644 --- a/app/views/layouts/mailer.html.inky +++ b/app/views/layouts/mailer.html.inky @@ -39,7 +39,7 @@ <%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %> - +