Merge pull request #603 from dod-ccpo/styling-to-oversight
Styling updates on TO Oversight Invite page
This commit is contained in:
commit
faa3bcf31e
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
||||
<div class="officer__info--name">{{ first_name }} {{ last_name }}</div>
|
||||
<div class="officer__info--status invited">
|
||||
<span>{{ Icon("ok", classes="invited") }}</span>
|
||||
<span>Invited</span>
|
||||
<span class="status-text">Invited</span>
|
||||
</div>
|
||||
</div>
|
||||
<p class="officer__info--email">{{ email }}</p>
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="officer__info--name">{{ first_name }} {{ last_name }}</div>
|
||||
<div class="officer__info--status uninvited">
|
||||
<span>{{ Icon("alert", classes="uninvited") }}</span>
|
||||
Not Invited
|
||||
<span class="status-text">Not Invited</span>
|
||||
</div>
|
||||
</div>
|
||||
<p class="officer__info--email">{{ email }}</p>
|
||||
|
@ -458,7 +458,7 @@ task_orders:
|
||||
dod_id_label: DoD ID
|
||||
contracting_officer:
|
||||
title: Contracting Officer (KO) Information
|
||||
description: You'll need a signature from your KO. You might want to work with your program Financial Manager to get your TO documents moved in the right direction.
|
||||
description: You'll need a signature from your KO. You might want to work with your program Financial Manager to get your TO documents moving in the right direction.
|
||||
add_button_text: Add / Invite KO
|
||||
invite_button_text: Invite KO
|
||||
contracting_officer_representative:
|
||||
@ -468,7 +468,7 @@ task_orders:
|
||||
invite_button_text: Invite COR
|
||||
security_officer:
|
||||
title: IA Security Officer Information
|
||||
description: Your Security Officer will need to answer some security configuration questions in order to generate a DD-254 document, then electronically sign.
|
||||
description: Your Security Officer will need to answer some security configuration questions in order to generate a DD-254 document, then digitally sign.
|
||||
add_button_text: Add / Invite Security Officer
|
||||
invite_button_text: Invite Security Officer
|
||||
ko_review:
|
||||
|
Loading…
x
Reference in New Issue
Block a user