Merge pull request #1054 from dod-ccpo/clin-summary-page

Refactor CLIN summary page
This commit is contained in:
graham-dds
2019-09-04 13:40:44 -04:00
committed by GitHub
7 changed files with 71 additions and 55 deletions

View File

@@ -24,29 +24,21 @@
margin-top: $gap * 4;
width: 900px;
&__amount {
text-align: right;
}
hr {
border: 0;
border-bottom: 1px solid $color-gray-lighter;
margin-top: $gap * 4;
margin-bottom: $gap * 4;
}
table {
margin-top: 1rem;
table-layout: fixed;
th {
white-space: nowrap;
word-wrap: normal;
padding: 0.8rem;
&.task-order__clin-amount {
width: 25%;
}
}
td {
padding: 0.8rem;
}
}
@@ -80,12 +72,8 @@
}
.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;
}
}