Get initial mockup of new server list up

This commit is contained in:
Dane Everitt 2018-05-26 17:20:36 -07:00
parent 64175ce35a
commit 9d8830a2d7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
12 changed files with 201 additions and 64 deletions

View file

@ -16,3 +16,21 @@
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes onlineblink {
0% {
@apply .bg-green;
}
100% {
@apply .bg-green-dark;
}
}
@keyframes offlineblink {
0% {
@apply .bg-red;
}
100% {
@apply .bg-red-dark;
}
}