Skip to content

Commit

Permalink
Merge pull request #3226 from alphagov/temp-move-breadcrumb-blue-bar
Browse files Browse the repository at this point in the history
Temporary changes for Global Bar [DO NOT MERGE]
  • Loading branch information
chao-xian committed Apr 17, 2023
2 parents d8c0456 + 99a4330 commit cc29c24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 12 additions & 1 deletion app/assets/stylesheets/views/_covid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,20 @@ $c19-landing-page-header-background: govuk-colour("blue");
}
}

@include govuk-media-query($from: desktop) {
.covid__page-header {
border-top: solid govuk-spacing(2) $c19-landing-page-header-background;
}
}

@include govuk-media-query($until: desktop) {
.covid__page-header {
margin-top: govuk-spacing(-3);
}
}

.covid__page-header {
margin-bottom: govuk-spacing(8);
border-top: solid govuk-spacing(2) $covid-yellow;
background-color: $c19-landing-page-header-background;
color: govuk-colour("white");
}
Expand Down
1 change: 0 additions & 1 deletion app/views/shared/_browse_breadcrumbs.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<div class="browse__breadcrumb-wrapper">
<div class="govuk-width-container">
<div class="gem-c-layout-for-public__blue-bar"></div>
<div class="govuk-grid-row">
<div class="<%= column_classes.join(' ') %>">
<%= render "application/breadcrumbs", {
Expand Down

0 comments on commit cc29c24

Please sign in to comment.