From 74adeabf0e2a3a0a6e943d216608bfd99c618aa3 Mon Sep 17 00:00:00 2001 From: drewprice Date: Thu, 18 May 2017 15:23:09 -0400 Subject: [PATCH] Add box-shadow to bottom panel --- styles/panels.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/panels.less b/styles/panels.less index 52518c1a..13c10044 100644 --- a/styles/panels.less +++ b/styles/panels.less @@ -64,6 +64,9 @@ atom-panel-container { background: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); } } + &.bottom { + .z-depth-1; + } } } }