Merge pull request #703 from dod-ccpo/ko-review-design-fixes
Ko review design fixes
This commit is contained in:
commit
b711330b9e
@ -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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user