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 {
outline: none;
box-shadow: none;
}
&:disabled {

View File

@ -1,8 +1,10 @@
<p>
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.
</p>
<main class="styleguide_tpl">
<p>
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.
</p>
<div class="btn-return">
<a class="btn primary-btn" href="<%= root_path %>">Return to Test</a>
</div>
<div class="btn-return">
<a class="btn primary-btn" href="<%= root_path %>">Return to Test</a>
</div>
</main>

View File

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