mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
4 lines
57 B
SCSS
4 lines
57 B
SCSS
.blur {
|
|
filter: blur(0);
|
|
transition: filter 0.25s;
|
|
}
|