mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
added flow display controls overlay
This commit is contained in:
parent
c8204a41a2
commit
5fef4bc804
14 changed files with 327 additions and 116 deletions
|
@ -312,3 +312,12 @@ $sidebar_border: transparentize(white, 0.95);
|
|||
grid-auto-rows: 50vw;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin appear {
|
||||
@keyframes __appear {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
animation: __appear 0.25s forwards;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue