Erros text in red

This commit is contained in:
Marc Ducobu 2014-11-18 11:05:17 +01:00
parent 164904b2a7
commit 024edca902
3 changed files with 8 additions and 2 deletions

View File

@ -36,7 +36,6 @@ ul.custom_fields.choice li {
list-style:none;
}
.sticky-form-buttons {
margin-top:1em;
background-color:$orange;//$grey-5;
@ -50,4 +49,8 @@ ul.custom_fields.choice li {
.sticky-form-buttons button, .sticky-form-buttons a {
margin-left: 1em;
margin-right: 1em;
}
.errors {
color: $red;
}

View File

@ -3098,4 +3098,7 @@ ul.custom_fields.choice li {
margin-left: 1em;
margin-right: 1em; }
.errors {
color: #c91111; }
/*# sourceMappingURL=scratch.css.map */

File diff suppressed because one or more lines are too long