Sonarr/frontend/src/Components/Icon.css
Mark McDowall 910de6d94a 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-24 13:30:33 -07: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;
}