feat: realtime services

This commit is contained in:
Strix 2023-10-16 01:35:06 +02:00
parent ae0381f483
commit 39134b5229
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
3 changed files with 49 additions and 6 deletions

View file

@ -23,6 +23,20 @@ main {
background-color: #fff;
}
#service-holder {
display: flex;
flex-direction: column;
}
#service-holder .service {
display: grid;
grid-template-columns: 1fr 1fr;
}
#service-holder .service > .service-status {
text-align: right;
}
a {
color: #000;
transition: 0.5s all;