Initial styling and layout of TO view fragment

This commit is contained in:
leigh-mil
2019-12-23 10:33:20 -05:00
parent cbcac2b142
commit 8ece47627e
6 changed files with 120 additions and 118 deletions

View File

@@ -36,22 +36,6 @@
margin-top: $gap * 2;
}
.task-order__review {
.h2 {
margin-bottom: $gap * 4;
}
.task-order__number {
text-align: right;
}
.totals-box {
flex-grow: unset;
display: table;
min-width: 350px;
}
}
.card {
padding: ($gap * 4) ($gap * 5) 0;