CSS: Update error text color to match new style

This commit is contained in:
Florian Strohmaier 2017-11-14 17:42:12 +01:00 committed by Eric Lippmann
parent 784a311c19
commit ae575667a4
1 changed files with 2 additions and 1 deletions

View File

@ -47,13 +47,14 @@
line-height: @line-height;
}
.errors {
.control-group .errors {
background-color: @color-critical;
font-size: @font-size-small;
margin: 2em 0 0 0;
> li {
padding: 1em;
color: @body-bg-color;
}
}