diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-19 20:22:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-19 20:22:46 +0300 |
| commit | 56fec664a9bb5c1539423e396c127c4a45e8f4e9 (patch) | |
| tree | eb3545b21f2e162a6991786b1ce4c6b9f9a0e907 /src/App.scss | |
| parent | a8180d03be3488aeb7cfc811a1b49f6519836ab5 (diff) | |
cleanup and optimization
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 19c069ed..1021b64b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -313,7 +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); + box-shadow: var(--panelShadow); } .panel-body:empty::before { |
