Commit a040f434 by Kyle Fiedler

Added styles for errors

parent 8e2ced91
......@@ -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;
......
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