Remove banner for trial mode message

The yellow banner didn’t make this information much more noticeable,
and it made some people miss the request to go live link because it
wasn’t blue.

This commit brings the design back to where it was as of this PR:
https://github.com/alphagov/notifications-admin/pull/904
This commit is contained in:
Chris Hill-Scott
2016-11-04 09:50:11 +00:00
parent dae10429e6
commit a36f38edb8
2 changed files with 20 additions and 18 deletions

View File

@@ -35,6 +35,10 @@
margin-bottom: $gutter-half;
}
.bottom-gutter-3-2 {
margin-bottom: $gutter * 3/2;
}
.bottom-gutter-2 {
margin-bottom: $gutter * 2;
}