diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-19 18:15:27 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-19 18:15:27 +0300 |
| commit | a8180d03be3488aeb7cfc811a1b49f6519836ab5 (patch) | |
| tree | 8149c2804d95d8e011629a29252323c0142be86e /src/App.scss | |
| parent | a5b4f31c12706b7226915864c01e5508caf262f9 (diff) | |
it works, now to clean it up
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 8fb3c488..19c069ed 100644 --- a/src/App.scss +++ b/src/App.scss @@ -313,6 +313,7 @@ main-router { border-radius: $fallback--panelRadius; border-radius: var(--panelRadius, $fallback--panelRadius); box-shadow: 1px 1px 4px rgba(0,0,0,.6); + box-shadow: var(--panel-shadow); } .panel-body:empty::before { |
