Merge pull request #703 from dod-ccpo/ko-review-design-fixes

Ko review design fixes
This commit is contained in:
leigh-mil 2019-03-14 20:27:00 -04:00 committed by GitHub
commit b711330b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -265,6 +265,11 @@
} }
} }
.usa-input {
margin-bottom: $gap;
margin-top: $gap;
}
.task-order-invite-message { .task-order-invite-message {
font-weight: $font-bold; font-weight: $font-bold;
@ -327,10 +332,9 @@
.task-order__loa-list { .task-order__loa-list {
ul { ul {
padding-left: 0; padding-left: 0;
margin-bottom: 0;
} }
.task-order__loa-add-item { .task-order__loa-add-item {
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;

View File

@ -26,7 +26,7 @@
{% block form %} {% block form %}
<div class="top-message"> <div class="top-message panel">
<h1 class="subheading title"> <h1 class="subheading title">
{{ "task_orders.ko_review.title" | translate }} {{ "task_orders.ko_review.title" | translate }}
</h1> </h1>