1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed blur wrapper

This commit is contained in:
muerwre 2019-08-02 17:18:24 +07:00
parent e5bc0d258f
commit 06e72538d3
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
.blur {
filter: blur(0) grayscale(0);
filter: blur(0);
transition: filter 0.25s;
}