mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-27 05:41:00 -05:00
Merge pull request #1228 from alphagov/banner-spacing
Fix spacing on no permissions banner
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% from "components/banner.html" import banner_wrapper %}
|
||||
|
||||
{% call banner_wrapper(type="mode") %}
|
||||
{% call banner_wrapper(type="default") %}
|
||||
You only have permission to view this service
|
||||
{% endcall %}
|
||||
|
||||
Reference in New Issue
Block a user