mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 05:03:13 +01:00
Fixed: Time Left on Queue won't show when completed Queue status/timeleft improvements Closes #281 (cherry picked from commit 910de6d94a4482e82e295153e01c299460af2d2d)
31 lines
273 B
CSS
31 lines
273 B
CSS
.danger {
|
|
color: $dangerColor;
|
|
}
|
|
|
|
.default {
|
|
color: inherit;
|
|
}
|
|
|
|
.disabled {
|
|
color: $disabledColor;
|
|
}
|
|
|
|
.info {
|
|
color: $infoColor;
|
|
}
|
|
|
|
.pink {
|
|
color: $pink;
|
|
}
|
|
|
|
.success {
|
|
color: $successColor;
|
|
}
|
|
|
|
.warning {
|
|
color: $warningColor;
|
|
}
|
|
|
|
.purple {
|
|
color: $purple;
|
|
}
|