Update class name because it is used on all TO pages, add column for TotalsBox
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user