diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-21 21:23:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-21 21:23:07 +0300 |
| commit | 621ab806e63e42e0495fa174fd64f8eaeeb46b91 (patch) | |
| tree | d06537e9ac0f81030d156b9fdb73cad8c92fc53f /src/components/status/status.vue | |
| parent | 3bdcdefc9bd697413c5ef4b3e0b606e045b8e612 (diff) | |
more default shadows, replaced original shadows with generated ones. maybe gotta
update fallbacks...
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 57a007d9..c4a268d0 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -146,6 +146,7 @@ border-radius: $fallback--tooltipRadius; border-radius: var(--tooltipRadius, $fallback--tooltipRadius); box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); + box-shadow: var(--popupShadow); margin-top: 0.25em; margin-left: 0.5em; z-index: 50; |
