Skip to content
Snippets Groups Projects
Commit e5fd9263 authored by David Ormsbee's avatar David Ormsbee
Browse files

Merge pull request #316 from MITx/feature/halogenandtoast/form-field-errors

Added styles for errors
parents 1baa306c a040f434
No related merge requests found
......@@ -148,6 +148,16 @@
label {
display: none;
&.field-error {
display: block;
color: #8F0E0E;
+ input {
border: 1px solid #CA1111;
color: #8F0E0E;
}
}
}
input[type="checkbox"] {
......@@ -187,6 +197,10 @@
background: rgb(230,230,230);
}
&.field-error {
border: 1px solid #CA1111;
}
a {
font-family: $serif;
font-style: italic;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment