mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
#58 fixed lab detection at create dialog
This commit is contained in:
parent
e5ed6361e6
commit
558a97d278
3 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
|||
@import "~/styles/variables.scss";
|
||||
|
||||
@keyframes appear {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.wrap {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -11,6 +20,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
animation: appear 0.25s forwards;
|
||||
|
||||
@include can_backdrop {
|
||||
backdrop-filter: blur(15px);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue