mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed can_backdrop usage
This commit is contained in:
parent
f1d05b1da9
commit
dde02dc2e3
6 changed files with 15 additions and 34 deletions
|
@ -19,13 +19,7 @@
|
|||
}
|
||||
|
||||
&.is_scrolled {
|
||||
background: transparentize($content_bg, 0.05);
|
||||
|
||||
@include can_backdrop {
|
||||
background: transparentize($content_bg, 0.25);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
@include blur();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue