You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
316 B
20 lines
316 B
13 years ago
|
@import 'compass/css3/border-radius';
|
||
|
|
||
|
#error_explanation {
|
||
|
@extend .alert;
|
||
|
@extend .alert-error;
|
||
|
h2 {
|
||
|
color: $errorText;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.field_with_errors {
|
||
|
display: table;
|
||
|
label {
|
||
|
color: $errorText;
|
||
|
}
|
||
|
input, textarea, select {
|
||
|
border: 1px solid $errorBorder;;
|
||
|
}
|
||
|
}
|