Merge pull request #603 from dod-ccpo/styling-to-oversight

Styling updates on TO Oversight Invite page
This commit is contained in:
leigh-mil
2019-02-05 15:44:28 -05:00
committed by GitHub
3 changed files with 13 additions and 5 deletions

View File

@@ -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;
}
}
}