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

added flow shade

This commit is contained in:
Fedor Katurov 2021-10-05 18:13:01 +07:00
parent 57d803f4d8
commit 59ca076287
7 changed files with 56 additions and 2 deletions

View file

@ -0,0 +1,12 @@
@import "~/styles/variables";
.shade {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(5deg, transparentize($content_bg, 0), transparentize($content_bg, 1));
pointer-events: none;
touch-action: none;
}