Added styles for errors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user