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;