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

12 lines
86 B
CSS

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