Start working on a better design for the server boxes on the dashboard

This commit is contained in:
Dane Everitt
2018-09-05 22:55:59 -07:00
parent 5c25edfdd4
commit 395a2860e7
4 changed files with 67 additions and 41 deletions

View File

@@ -4,6 +4,10 @@
}
}
.animated-fade-in {
animation: fadein 500ms;
}
.fade-enter-active {
animation: fadein 500ms;
}