Merge pull request #1508 from alphagov/default-notification-style

Change text style of default banner
This commit is contained in:
Chris Hill-Scott
2017-09-26 09:29:27 +01:00
committed by GitHub

View File

@@ -2,8 +2,8 @@
.banner,
.banner-default {
@include core-19;
color: $text-colour;
@include bold-19;
color: $button-colour;
display: block;
padding: $gutter-half;
margin: $gutter-half 0 $gutter 0;