Spaces:
Building
Building
File size: 277 Bytes
a19d796 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
.status-ready {
background-color: #4caf50;
color: white;
}
.status-loading {
background-color: #ff9800;
color: white;
}
.status-error {
background-color: #f44336;
color: white;
}
.status-unloaded {
background-color: #9e9e9e;
color: white;
} |