Minor styling Housekeeping
This commit is contained in:
parent
9b0bd79ce5
commit
69ad750f88
@ -41,6 +41,7 @@ label {
|
|||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user