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

12 lines
86 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.form {
}
.error {
color: $dangerColor;
}
.warning {
color: $warningColor;
}