Highlight task order status on task order view page

This commit is contained in:
Patrick Smith
2019-01-15 11:25:04 -05:00
parent e41f01398c
commit fcd1f0aa86
2 changed files with 13 additions and 1 deletions

View File

@@ -60,6 +60,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;