diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index c9bb769b..a40f5c1d 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -361,6 +361,32 @@ } .officer__form { + padding: 1.5rem; + background-color: $color-aqua-lightest; + border-left-color: $color-blue; + border-left-style: solid; + border-left-width: $gap / 2; + + .edit-officer { + h4 { + color: $color-gray; + margin-bottom: 0.5rem; + } + + p { + font-size: 1.5rem; + } + } + + .usa-input__title { + font-weight: normal; + } + + .form-row { + margin-bottom: 0rem; + margin-top: 0rem; + } + .officer__form--actions { display: flex; flex-direction: row; diff --git a/templates/portfolios/task_orders/invitations.html b/templates/portfolios/task_orders/invitations.html index 14a3d389..b41261ea 100644 --- a/templates/portfolios/task_orders/invitations.html +++ b/templates/portfolios/task_orders/invitations.html @@ -14,43 +14,43 @@ {% endmacro %} {% macro EditOfficerInfo(form, officer_type) -%} -
{{ "task_orders.invitations.edit_text" | translate}}
+