Styling for TO signature page
This commit is contained in:
parent
66cfaaa6c3
commit
72bb300913
@ -165,6 +165,15 @@
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
label {
|
||||
margin-left: 3rem;
|
||||
|
||||
&:before {
|
||||
position: absolute;
|
||||
left: -3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
|
@ -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 {
|
||||
|
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user