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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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;
}