Commit e5fd9263 by David Ormsbee

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

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