mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 04:03:12 -04:00
Make text black in error/danger banners
For consistency with what GOV.UK Elements does, the text in our banners should be black, not red. See examples here: http://govuk-elements.herokuapp.com/errors/#summarise-errors This also makes us consistent with what Pay are doing.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
@extend %banner;
|
||||
@include bold-19;
|
||||
background: $white;
|
||||
color: $error-colour;
|
||||
color: $text-colour;
|
||||
border: 5px solid $error-colour;
|
||||
margin: 15px 0;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user