Reorder content and fix styling

This commit is contained in:
leigh-mil
2019-07-19 11:55:01 -04:00
parent a2decf0509
commit fe5328b1af
4 changed files with 34 additions and 28 deletions

View File

@@ -24,7 +24,7 @@
hr {
border: 0;
border-bottom: 1px solid $color-gray-light;
border-bottom: 1px solid $color-gray-lighter;
margin-top: $gap * 4;
margin-bottom: $gap * 4;
}
@@ -53,14 +53,20 @@
margin-top: $gap * 2;
}
.totals-box {
padding: $gap * 4;
padding-top: $gap * 2;
flex-grow: unset;
margin-left: $gap * 6;
display: table;
background-color: $color-gray-lightest;
min-width: 350px;
.task-order__review {
.h2 {
margin-bottom: $gap * 4;
}
.totals-box {
padding: $gap * 4;
padding-top: $gap * 2;
flex-grow: unset;
margin-left: $gap * 6;
display: table;
background-color: $color-gray-lightest;
min-width: 350px;
}
}
&.task_order__form {