This commit is contained in:
Dane Everitt 2019-02-09 14:36:39 -08:00
parent 8dcd445df6
commit f62c8a0d55
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 8 additions and 8 deletions

View file

@ -17,12 +17,12 @@ code {
height: 16px;
&.online {
@apply .bg-green-dark .border-green;
@apply .bg-green-600 .border-green;
animation: onlineblink 2s infinite alternate;
}
&.offline {
@apply .bg-green-dark .border-red;
@apply .bg-green-600 .border-red;
animation: offlineblink 2s infinite alternate;
}
}