Merge pull request #541 from dod-ccpo/task-order-status

Rework Task Order status
This commit is contained in:
patricksmithdds
2019-01-15 14:56:53 -05:00
committed by GitHub
10 changed files with 165 additions and 61 deletions

View File

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