diff options
| author | shpuld <shp@cock.li> | 2017-11-20 13:04:55 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-20 13:04:55 +0200 |
| commit | 90c8d802790b29572423c680d7bd6af656c99ded (patch) | |
| tree | b3fcc78d643cc01d9b89eb46393f34a79f6d23aa /src | |
| parent | 95cbd19254c0d84acb8b52fc28656dd9a9861c03 (diff) | |
give nav-bar a shadow
Diffstat (limited to 'src')
| -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 e1b2d09b..9aa3ee98 100644 --- a/src/App.scss +++ b/src/App.scss @@ -176,6 +176,7 @@ main-router { nav { z-index: 1000; + box-shadow: 0px 0px 4px rgba(0,0,0,.6); } .fade-enter-active, .fade-leave-active { |
