Styling for TO signature page
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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) }}
|
||||||
{{ CheckboxInput(form.signature) }}
|
<div class="task-order__confirmation">
|
||||||
{{ CheckboxInput(form.confirm) }}
|
{{ CheckboxInput(form.signature) }}
|
||||||
|
{{ CheckboxInput(form.confirm) }}
|
||||||
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<h5>
|
<h5>
|
||||||
{{ "task_orders.sign.acknowledge.title" | translate }}
|
{{ "task_orders.sign.acknowledge.title" | translate }}
|
||||||
|
Reference in New Issue
Block a user