Greens
This commit is contained in:
parent
8dcd445df6
commit
f62c8a0d55
5 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue