Remove ‘mode’ banner type

No longer used anywhere.
This commit is contained in:
Chris Hill-Scott
2017-04-12 09:58:47 +01:00
parent c14b860d0a
commit 685cce37bf

View File

@@ -78,46 +78,6 @@
}
.banner-mode {
@extend %banner;
background: $govuk-blue;
color: $white;
margin: 0 0 $gutter 0;
padding: $gutter-half;
p {
margin: 0 0 10px 0;
}
a {
&:link,
&:visited {
color: $white;
}
&:hover,
&:active {
color: $light-blue-25;
}
&:active,
&:focus {
background-color: $yellow;
color: $govuk-blue;
}
}
&-action {
display: block;
text-align: right;
float: right;
}
}
.banner-tour {
@extend %banner;