Remove ‘info’ banner type

We’re not using this banner type anywhere any more
This commit is contained in:
Chris Hill-Scott
2016-02-15 11:35:53 +00:00
parent 3ee09d03bd
commit 97304a6681
2 changed files with 10 additions and 39 deletions

View File

@@ -31,28 +31,6 @@
}
.banner-info {
@extend %banner;
background: $govuk-blue;
color: $white;
a {
&:link,
&:visited {
color: $white;
text-decoration: underline;
}
&:hover {
color: $light-blue-25;
}
}
}
.banner-dangerous {
@extend %banner;