Align TO number to the right

This commit is contained in:
leigh-mil 2019-07-24 13:27:13 -04:00
parent 94ee8521f9
commit f50beae754
2 changed files with 9 additions and 1 deletions

View File

@ -58,6 +58,14 @@
margin-bottom: $gap * 4;
}
.task-order__number {
text-align: right;
}
.task-order__details {
max-width: 65%;
}
.totals-box {
padding: $gap * 4;
padding-top: $gap * 2;

View File

@ -6,7 +6,7 @@
{{ title }}
</div>
</div>
<div class="form-col form-col--third">
<div class="form-col form-col--third task-order__number">
{% if to_number %}
<strong>Task Order Number:</strong> {{ to_number }}
{% endif %}