Readarr/frontend/src/Components/Icon.css
2017-09-05 23:00:26 -04:00

15 lines
143 B
CSS

.danger {
color: $dangerColor;
}
.default {
color: inherit;
}
.success {
color: $successColor;
}
.warning {
color: $warningColor;
}