Lidarr/frontend/src/Components/Form/Form.css

12 lines
86 B
CSS

.form {
}
.error {
color: $dangerColor;
}
.warning {
color: $warningColor;
}