Readarr/frontend/src/Components/Icon.css
Mark McDowall d34e588588 New: Queue status icon is purple when download is waiting to import or importing
Fixed: Time Left on Queue won't show when completed
Queue status/timeleft improvements

Closes #281

(cherry picked from commit 910de6d94a4482e82e295153e01c299460af2d2d)
2021-07-04 00:24:21 -04:00

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;
}