Skip to content

Commit

Permalink
Merge pull request #2483 from alphagov/update-nav-header-spacing
Browse files Browse the repository at this point in the history
Update navigation header toggle button spacing
  • Loading branch information
injms authored Nov 29, 2021
2 parents 4fd2a29 + 0d33cac commit c6ab384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

## Unreleased

* Update search toggle / link hover state underline thickness ([PR #2484](https://github.com/alphagov/govuk_publishing_components/pull/2484))
* Remove whitespace from pseudo-element content ([PR #2482](https://github.com/alphagov/govuk_publishing_components/pull/2482))
* Update navigation header toggle button spacing ([PR #2483](https://github.com/alphagov/govuk_publishing_components/pull/2483))
* Update search toggle / link hover state underline thickness ([PR #2484](https://github.com/alphagov/govuk_publishing_components/pull/2484))

## 27.14.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ $pseudo-underline-height: 3px;
bottom: 0;
content: "";
height: $pseudo-underline-height;
left: govuk-spacing(3);
left: govuk-spacing(5);
position: absolute;
right: govuk-spacing(3);
right: govuk-spacing(6);
top: auto;
}

Expand Down Expand Up @@ -442,7 +442,7 @@ $pseudo-underline-height: 3px;
font-size: govuk-px-to-rem(16px);
}
height: $black-bar-height;
padding: govuk-spacing(3);
padding: govuk-spacing(3) govuk-spacing(6) govuk-spacing(3) govuk-spacing(5);
position: relative;
text-decoration: none;

Expand Down

0 comments on commit c6ab384

Please sign in to comment.