More space between panels on reports page

This commit is contained in:
Patrick Smith 2019-02-12 17:31:31 -05:00
parent 10f84d57c3
commit d6ff9d1b3b

View File

@ -403,9 +403,8 @@
} }
.panel { .panel {
box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3); @include shadow-panel;
border-top: none; margin-bottom: 4 * $gap;
border-bottom: none;
} }
} }