error indication via GET arg err=...
This commit is contained in:
@@ -9,6 +9,17 @@ input[type="number"] {
|
||||
width: $form-field-w/2;
|
||||
}
|
||||
|
||||
.Box.errors {
|
||||
.list {
|
||||
color: crimson;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.lead {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
form .Row {
|
||||
vertical-align: middle;
|
||||
margin: 12px auto;
|
||||
@@ -89,6 +100,10 @@ form .Row {
|
||||
@include nowrap;
|
||||
}
|
||||
|
||||
label.error {
|
||||
color: crimson;
|
||||
}
|
||||
|
||||
//.checkbox-wrap {
|
||||
// display: inline-block;
|
||||
// width: $form-label-w;
|
||||
|
||||
Reference in New Issue
Block a user