diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 6eb2e5ef..0cfca353 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -294,4 +294,10 @@ @include subheading; } } + + .panel { + box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3); + border-top: none; + border-bottom: none; + } } diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index 8f2d5fd5..966ce7f5 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -7,6 +7,11 @@ .funding-summary-row__col { + hr { + margin: 2 * $gap 0; + border-bottom: 1px solid $color-gray-lightest; + } + @include media($medium-screen) { @include grid-pad; flex-grow: 1; @@ -54,8 +59,8 @@ } .spend-summary__heading { - @include h3; - margin: 0 $gap 0 0; + @include h4; + margin: 0 $gap 2 * $gap 0; -ms-flex-negative: 1; } @@ -65,28 +70,22 @@ @include ie-only { margin: $gap 0 0 0; } + } - > div { - text-align: right; - margin: 0 0 ($gap / 2) 0; + dl { + text-align: left; + margin: 0 0 ($gap / 2) 0; - @include ie-only { - text-align: left; - } + @include ie-only { + text-align: left; + } - dd, dt { - display: inline; - } - - dt { - color: $color-gray; - margin-right: $gap; - font-weight: normal; - } - - dd { - font-weight: bold; - } + dt { + text-transform: uppercase; + color: $color-gray-light; + margin-right: $gap; + font-weight: bold; + font-size: $small-font-size; } } @@ -97,24 +96,18 @@ } .spend-summary__spent { - margin: $gap 0 0 0; + margin: 2 * $gap 0; display: flex; - flex-direction: row-reverse; + flex-direction: column; justify-content: flex-end; - dd, dt { - @include h5; - } - dt { - font-weight: normal; - margin-left: $gap; + letter-spacing: 0.47px; } } } - // Task Order Summary // =============================== &.to-summary { diff --git a/templates/portfolios/reports/index.html b/templates/portfolios/reports/index.html index c63965df..932ff570 100644 --- a/templates/portfolios/reports/index.html +++ b/templates/portfolios/reports/index.html @@ -12,31 +12,33 @@