From 69ad750f88f7283faccb807d83aa00fa54a52cb0 Mon Sep 17 00:00:00 2001 From: Derek Montgomery Date: Fri, 29 Jul 2016 15:01:01 -0500 Subject: [PATCH] Minor styling Housekeeping --- app/assets/stylesheets/molecules/_forms.scss | 1 + app/views/candidate/saved.html.erb | 16 +++++++++------- app/views/candidate/thankyou.html.erb | 10 ++++++---- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/molecules/_forms.scss b/app/assets/stylesheets/molecules/_forms.scss index 7b9008e..c35eb0e 100755 --- a/app/assets/stylesheets/molecules/_forms.scss +++ b/app/assets/stylesheets/molecules/_forms.scss @@ -41,6 +41,7 @@ label { &:focus { outline: none; + box-shadow: none; } &:disabled { diff --git a/app/views/candidate/saved.html.erb b/app/views/candidate/saved.html.erb index 8d2eb0e..2f6b950 100644 --- a/app/views/candidate/saved.html.erb +++ b/app/views/candidate/saved.html.erb @@ -1,8 +1,10 @@ -

- Your test results have been saved. You can visit again later with your candidate ID to complete - the test starting from where you left off. -

+
+

+ Your test results have been saved. You can visit again later with your candidate ID to complete + the test starting from where you left off. +

- + +
diff --git a/app/views/candidate/thankyou.html.erb b/app/views/candidate/thankyou.html.erb index fd2f3fc..eea0ee7 100644 --- a/app/views/candidate/thankyou.html.erb +++ b/app/views/candidate/thankyou.html.erb @@ -1,4 +1,6 @@ -

- Your answers have been submitted. We will review and your recruiter - will contact you if we would like to set up an interview. -

+
+

+ Your answers have been submitted. We will review and your recruiter + will contact you if we would like to set up an interview. +

+