box-shadow fix

This commit is contained in:
Janne Koivistoinen 2017-09-28 11:23:43 +03:00
parent 869d3c2836
commit 524d6b0446
2 changed files with 6 additions and 2 deletions

View file

@ -28,8 +28,10 @@
.desktopTopbar,
.mobileTopbar {
box-shadow: none;
@media (--viewportLarge) {
box-shadow: none;
box-shadow: var(--boxShadowLight);
}
}

View file

@ -28,8 +28,10 @@
.desktopTopbar,
.mobileTopbar {
box-shadow: none;
@media (--viewportLarge) {
box-shadow: none;
box-shadow: var(--boxShadowLight);
}
}