Update class name because it is used on all TO pages, add column for TotalsBox

This commit is contained in:
leigh-mil
2019-06-10 21:10:46 -04:00
parent 4285477f4d
commit b8b4b38a0a
3 changed files with 19 additions and 9 deletions

View File

@@ -86,7 +86,7 @@
min-width: 14rem;
}
.task-order-summary {
.task-order {
margin-top: $gap * 4;
hr {
@@ -102,6 +102,7 @@
.col {
flex-grow: 1;
max-width: 610px;
}
.h1,
@@ -113,13 +114,19 @@
margin-top: $gap * 2;
}
&.task-order__form {
.totals-box {
margin-top: 0;
}
}
.totals-box {
padding: $gap * 4;
padding-top: $gap * 2;
flex-grow: unset;
margin-left: $gap * 6;
margin-top: $gap * 3;
width: 33.77%;
max-width: 336px;
height: fit-content;
background-color: $color-gray-lightest;
}