mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Change text style of default banner
The green text looks nicer than the black text. The bold makes it stand out more.
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
.banner,
|
.banner,
|
||||||
.banner-default {
|
.banner-default {
|
||||||
|
|
||||||
@include core-19;
|
@include bold-19;
|
||||||
color: $text-colour;
|
color: $button-colour;
|
||||||
display: block;
|
display: block;
|
||||||
padding: $gutter-half;
|
padding: $gutter-half;
|
||||||
margin: $gutter-half 0 $gutter 0;
|
margin: $gutter-half 0 $gutter 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user