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.
 
 
 
 
 
 

22 lines
392 B

@import 'compass/css3/border-radius';
@import 'twitter/bootstrap/variables';
@import 'twitter/bootstrap/alerts';
#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;;
}
}