Add playlist overview homepage
This commit is contained in:
@@ -18,3 +18,23 @@
|
||||
.glass-toast-info {
|
||||
background-color: rgba(var(--bs-info-rgb), 0.75) !important;
|
||||
}
|
||||
|
||||
.status-dot {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
border: 1px solid var(--bs-border-color);
|
||||
}
|
||||
|
||||
.status-connected {
|
||||
background-color: var(--bs-success);
|
||||
}
|
||||
|
||||
.status-failed {
|
||||
background-color: var(--bs-danger);
|
||||
}
|
||||
|
||||
.status-unset {
|
||||
background-color: var(--bs-secondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user