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 {