Fix color of heading, alight the invite status alert text, and add space
after officer descriptions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user