diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 6c8deac2..f916a0b7 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -292,7 +292,7 @@ .task-order-invitations__heading { margin-bottom: 0; - &.subheading .h2 { + &.subheading { color: $color-gray; } } @@ -316,6 +316,10 @@ color: $color-gray; } + .officer__description { + margin-bottom: 2.5rem; + } + .officer__info { .officer__info--name { font-weight: bold; @@ -345,6 +349,10 @@ @include icon-color($color-red); } } + + .status-text { + vertical-align: top; + } } } diff --git a/templates/portfolios/task_orders/invitations.html b/templates/portfolios/task_orders/invitations.html index 61d2ddd4..782f86b8 100644 --- a/templates/portfolios/task_orders/invitations.html +++ b/templates/portfolios/task_orders/invitations.html @@ -72,7 +72,7 @@
{{ first_name }} {{ last_name }}
{{ Icon("ok", classes="invited") }} - Invited + Invited

{{ email }}

@@ -90,7 +90,7 @@
{{ first_name }} {{ last_name }}
{{ Icon("alert", classes="uninvited") }} - Not Invited + Not Invited

{{ email }}