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:
parent
4b542e0291
commit
d8c379de6a
17 changed files with 302 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue