Skip to content

Commit

Permalink
Merge pull request #767 from alphagov/fix-emergency-banner-link
Browse files Browse the repository at this point in the history
Update emergency banner link styling.
  • Loading branch information
fofr committed Mar 31, 2016
2 parents 421056e + cda1ec4 commit 944531a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@
a {
color: #fff;

&.right {
&.more-information {
display: block;
padding: 0;

@include media(tablet) {
padding: 0 30px 0 0;
margin-top: (25 / 19) * -1em;
text-align: right;
padding: 0 30px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/notifications/banner.erb.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ notification that you would like to show.
<p>Your message goes here<br />
This is the second line of your message!</p>

<a href="#" class="right">More information</a>
<a href="#" class="more-information">More information</a>

0 comments on commit 944531a

Please sign in to comment.