CSS: Update error text color to match new style
This commit is contained in:
parent
784a311c19
commit
ae575667a4
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue