From d6ff9d1b3ba372bdbef18583df0d56f570192753 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 12 Feb 2019 17:31:31 -0500 Subject: [PATCH] More space between panels on reports page --- styles/components/_portfolio_layout.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 05502b3a..943b58c0 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -403,9 +403,8 @@ } .panel { - box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3); - border-top: none; - border-bottom: none; + @include shadow-panel; + margin-bottom: 4 * $gap; } }