mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
box-shadow fix
This commit is contained in:
parent
869d3c2836
commit
524d6b0446
2 changed files with 6 additions and 2 deletions
|
|
@ -28,8 +28,10 @@
|
|||
|
||||
.desktopTopbar,
|
||||
.mobileTopbar {
|
||||
box-shadow: none;
|
||||
|
||||
@media (--viewportLarge) {
|
||||
box-shadow: none;
|
||||
box-shadow: var(--boxShadowLight);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,8 +28,10 @@
|
|||
|
||||
.desktopTopbar,
|
||||
.mobileTopbar {
|
||||
box-shadow: none;
|
||||
|
||||
@media (--viewportLarge) {
|
||||
box-shadow: none;
|
||||
box-shadow: var(--boxShadowLight);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue