mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-29 06:36:41 +07:00
fixed related items loading animations
This commit is contained in:
parent
c30ecc1b81
commit
e4c9d6571f
2 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
@import 'src/styles/variables';
|
||||
|
||||
@keyframes fade {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
to {
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
.wrap {
|
||||
border-radius: $panel_radius;
|
||||
padding: $gap 0;
|
||||
|
@ -39,6 +48,7 @@
|
|||
.grid {
|
||||
div {
|
||||
background: $placeholder_bg;
|
||||
animation: fade 0.5s infinite alternate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue