Merge pull request #616 from dod-ccpo/blank-officer-email
Send officer invitations after TO form complete
This commit is contained in:
@@ -70,4 +70,8 @@
|
||||
&.icon--medium {
|
||||
@include icon-size(12);
|
||||
}
|
||||
|
||||
&.icon--gold {
|
||||
@include icon-color($color-gold-dark);
|
||||
}
|
||||
}
|
||||
|
@@ -230,14 +230,18 @@
|
||||
}
|
||||
|
||||
.task-order-invite-message {
|
||||
font-weight: $font-bold;
|
||||
|
||||
&.not-sent {
|
||||
color: $color-red;
|
||||
font-weight: $font-bold;
|
||||
}
|
||||
|
||||
&.sent {
|
||||
color: $color-green;
|
||||
font-weight: $font-bold;
|
||||
}
|
||||
|
||||
&.pending {
|
||||
color: $color-gold-dark;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user