Proper colors for TO statuses

This commit is contained in:
richard-dds
2019-06-10 13:17:00 -04:00
parent 7f4f857424
commit 1cb673af53
5 changed files with 18 additions and 3 deletions

View File

@@ -73,6 +73,9 @@
.task-order-card .label {
font-size: $small-font-size;
margin-right: 2 * $gap;
min-width: 7rem;
display: flex;
justify-content: space-around;
}
.task-order-card__buttons .usa-button {