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

added glassy background to modals

This commit is contained in:
Fedor Katurov 2022-01-09 19:39:55 +07:00
parent e90f8b6888
commit bc35ab0985
2 changed files with 11 additions and 2 deletions

View file

@ -46,6 +46,8 @@
}
.overlay {
@include modal_backdrop();
position: absolute;
top: 0;
left: 0;
@ -53,6 +55,4 @@
height: 100%;
cursor: pointer;
animation: appear 0.25s forwards;
@include blur();
}