Skip to content

Commit

Permalink
Merge pull request #2112 from alphagov/banner-tweaks
Browse files Browse the repository at this point in the history
Banner tweaks
  • Loading branch information
Vanita Barrett authored Mar 26, 2020
2 parents d900b5b + 8980082 commit b5cca1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/helpers/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ $covid-green: #7eff8e;

.global-bar {
background-color: govuk-colour("black");
border-top: $govuk-border-width solid $covid-green;
border-top: govuk-spacing(2) solid $covid-green;
border-bottom: 1px solid govuk-colour("white");
display: none;
padding: govuk-spacing(5) 0;

Expand Down
2 changes: 1 addition & 1 deletion app/views/notifications/_global_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div class="global-bar-additional__text-govspeak">
<h2 class="global-bar__heading">Stay at home</h2>
<ul class="global-bar__list">
<li>Only go outside for food, health reasons or work (where this absolutely cannot be done from home)</li>
<li>Only go outside for food, health reasons or work (but only if you cannot work from home)</li>
<li>Stay 2 metres (6ft) away from other people</li>
<li>Wash your hands as soon as you get home</li>
</ul>
Expand Down

0 comments on commit b5cca1a

Please sign in to comment.