Styling for TO signature page

This commit is contained in:
leigh-mil 2019-12-18 12:00:09 -05:00
parent 66cfaaa6c3
commit 72bb300913
3 changed files with 18 additions and 6 deletions

View File

@ -165,6 +165,15 @@
margin-top: 0;
margin-bottom: 0;
}
label {
margin-left: 3rem;
&:before {
position: absolute;
left: -3rem;
}
}
}
select {

View File

@ -20,10 +20,7 @@
}
&__header {
.h2,
p {
margin-bottom: $gap * 0.5;
}
margin-bottom: $gap * 6;
}
.col {
@ -155,6 +152,10 @@
}
}
}
&__confirmation {
margin-left: $gap * 8;
}
}
.task-order__modal-cancel {

View File

@ -11,8 +11,10 @@
{% block to_builder_form_field %}
{{ TOFormStepHeader('task_orders.form.step_5.description' | translate, to_number=task_order.number) }}
{{ CheckboxInput(form.signature) }}
{{ CheckboxInput(form.confirm) }}
<div class="task-order__confirmation">
{{ CheckboxInput(form.signature) }}
{{ CheckboxInput(form.confirm) }}
</div>
<hr>
<h5>
{{ "task_orders.sign.acknowledge.title" | translate }}