Lidarr/frontend/src/Components/Icon.css

16 lines
143 B
CSS

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