Add task order action buttons

This commit is contained in:
richard-dds
2019-06-05 11:55:36 -04:00
parent e2dad0b56f
commit 667bc3b3c9
2 changed files with 20 additions and 7 deletions

View File

@@ -66,6 +66,10 @@
}
}
.task-order-card__action {
min-width: 10rem;
}
.task-order-summary {
margin: $gap * 4;
@@ -583,6 +587,11 @@
margin-bottom: $gap * 2;
display: flex;
align-items: baseline;
justify-content: space-around;
.card__status-spacer {
flex-grow: 10;
}
}
.card__header {