Merge pull request #541 from dod-ccpo/task-order-status
Rework Task Order status
This commit is contained in:
@@ -56,6 +56,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
.label--pending {
|
||||
background-color: $color-gold;
|
||||
}
|
||||
|
||||
.label--active {
|
||||
background-color: $color-green;
|
||||
}
|
||||
|
||||
.label--expired {
|
||||
background-color: $color-red;
|
||||
}
|
||||
|
||||
.task-order-heading {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
Reference in New Issue
Block a user