mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-28 18:05:51 -04:00
Fixed: Time Left on Queue won't show when completed Queue status/timeleft improvements Closes #281 (cherry picked from commit 910de6d94a4482e82e295153e01c299460af2d2d)
32 lines
273 B
CSS
32 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;
|
|
}
|