Minor styling Housekeeping

This commit is contained in:
Derek Montgomery 2016-07-29 15:01:01 -05:00
parent 9b0bd79ce5
commit 69ad750f88
3 changed files with 16 additions and 11 deletions

View File

@ -41,6 +41,7 @@ label {
&:focus { &:focus {
outline: none; outline: none;
box-shadow: none;
} }
&:disabled { &:disabled {

View File

@ -1,3 +1,4 @@
<main class="styleguide_tpl">
<p> <p>
Your test results have been saved. You can visit again later with your candidate ID to complete 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. the test starting from where you left off.
@ -6,3 +7,4 @@
<div class="btn-return"> <div class="btn-return">
<a class="btn primary-btn" href="<%= root_path %>">Return to Test</a> <a class="btn primary-btn" href="<%= root_path %>">Return to Test</a>
</div> </div>
</main>

View File

@ -1,4 +1,6 @@
<main class="styleguide_tpl">
<p> <p>
Your answers have been submitted. We will review and your recruiter Your answers have been submitted. We will review and your recruiter
will contact you if we would like to set up an interview. will contact you if we would like to set up an interview.
</p> </p>
</main>