Proper colors for TO statuses
This commit is contained in:
@@ -33,4 +33,8 @@
|
||||
&.label--success {
|
||||
background-color: $color-green;
|
||||
}
|
||||
|
||||
&.label--purple {
|
||||
background-color: $color-purple;
|
||||
}
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user