Start working on a better design for the server boxes on the dashboard
This commit is contained in:
parent
5c25edfdd4
commit
395a2860e7
4 changed files with 67 additions and 41 deletions
|
@ -4,6 +4,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.animated-fade-in {
|
||||
animation: fadein 500ms;
|
||||
}
|
||||
|
||||
.fade-enter-active {
|
||||
animation: fadein 500ms;
|
||||
}
|
||||
|
|
Reference in a new issue