1
0
Fork 0
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:
Fedor Katurov 2021-06-21 17:39:49 +07:00
parent f1d05b1da9
commit dde02dc2e3
6 changed files with 15 additions and 34 deletions

View file

@ -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();
}
}