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

#57 added block-based content editor

This commit is contained in:
Fedor Katurov 2021-03-26 15:50:26 +07:00
parent 4b542e0291
commit d8c379de6a
17 changed files with 302 additions and 13 deletions

View file

@ -24,3 +24,14 @@
margin: 0 $gap $gap 0;
}
}
.blur {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: $blue_gradient;
z-index: -1;
opacity: 0.3;
}