Fix hr elements -- add back in border and remove the extra hr from the totals box

This commit is contained in:
leigh-mil 2019-09-04 16:50:25 -04:00
parent f9f0ab2575
commit 5d34899127
2 changed files with 1 additions and 3 deletions

View File

@ -32,6 +32,7 @@
border: 0;
margin-top: $gap * 4;
margin-bottom: $gap * 4;
border-bottom: 1px solid $color-gray-lighter;
}
table {

View File

@ -9,9 +9,6 @@
<div class="h4">{{ 'components.totals_box.obligated_funds' | translate }}</div>
<div class="h3">{{ obligated_funds | dollars }}</div>
<p>{{ 'components.totals_box.obligated_text' | translate }}</p>
<hr>
<div class="h4">{{ 'components.totals_box.total_amount' | translate }}</div>
<div class="h3">{{ contract_amount | dollars }}</div>
<p>{{ 'components.totals_box.total_text' | translate }}</p>