Skip to content

Commit

Permalink
Increase size of action link blue arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Oct 8, 2021
1 parent 3f7c82f commit 8d9c9a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Unreleased

* Increase size of action link blue arrow ([PR #2343](https://github.com/alphagov/govuk_publishing_components/pull/2343))
* Remove scroll tracking on pages ([PR #2339](https://github.com/alphagov/govuk_publishing_components/pull/2339))

## 27.4.0
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@

.gem-c-action-link--blue-arrow {
&:before {
width: 35px;
height: 30px;
width: 45px;
height: 35px;
background: image-url("govuk_publishing_components/action-link-arrow--blue.png");
background: image-url("govuk_publishing_components/action-link-arrow--blue.svg"), linear-gradient(transparent, transparent);
background-repeat: no-repeat;
background-size: 25px auto;
background-position: 0 2px;
background-size: 35px auto;
background-position: 0 0;
}
}

Expand Down

0 comments on commit 8d9c9a6

Please sign in to comment.