Files
Prowlarr-Prowlarr/frontend/src/Components/Icon.css
Mark McDowall 7f1497974f Queue status/timeleft improvements
New: Queue status icon is purple when download is waiting to import or importing
Fixed: Timeleft on Queue won't show when completed
Closes #3743
2020-05-25 00:45:37 -04:00

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