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-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
label {
margin-left: 3rem;
&:before {
position: absolute;
left: -3rem;
}
}
} }
select { select {

View File

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

View File

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