diff --git a/app/assets/images/govuk-component/arrow-left.svg b/app/assets/images/govuk-component/arrow-left.svg deleted file mode 100644 index 3a2b9fd02..000000000 --- a/app/assets/images/govuk-component/arrow-left.svg +++ /dev/null @@ -1 +0,0 @@ -image/svg+xmlGroupGroupCreated with Sketch. \ No newline at end of file diff --git a/app/assets/images/govuk-component/arrow-right.svg b/app/assets/images/govuk-component/arrow-right.svg deleted file mode 100644 index 4547fa756..000000000 --- a/app/assets/images/govuk-component/arrow-right.svg +++ /dev/null @@ -1 +0,0 @@ -image/svg+xmlGroupGroupCreated with Sketch. \ No newline at end of file diff --git a/app/assets/stylesheets/govuk-component/_previous-and-next-navigation.scss b/app/assets/stylesheets/govuk-component/_previous-and-next-navigation.scss index 745e38cc2..37aacff20 100644 --- a/app/assets/stylesheets/govuk-component/_previous-and-next-navigation.scss +++ b/app/assets/stylesheets/govuk-component/_previous-and-next-navigation.scss @@ -49,13 +49,13 @@ } &.next-page a:before { - background: transparent image-url("govuk-component/arrow-right.svg") no-repeat 50% 50%; + background: transparent image-url("govuk-component/arrow-sprite.png") no-repeat -102px -11px; margin-right: -32px; float: right; } &.previous-page a:before { - background: transparent image-url("govuk-component/arrow-left.svg") no-repeat 50% 50%; + background: transparent image-url("govuk-component/arrow-sprite.png") no-repeat -20px -11px; margin-left: -32px; float: left; }