Skip to content

Commit

Permalink
Merge pull request #2760 from alphagov/move-organisation-links-helper
Browse files Browse the repository at this point in the history
Move organisation-links helper alongside corporate information page view styles
  • Loading branch information
jon-kirwan authored May 4, 2023
2 parents 8b36d01 + 6b8f0f2 commit ef20633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ $govuk-include-default-font-face: false;
@import "mixins/margins";

// helpers for common page elements
@import "helpers/organisation-links";
@import "helpers/organisation-logos";
@import "helpers/parts";
@import "helpers/content-bottom-margin";
Expand Down
2 changes: 2 additions & 0 deletions app/assets/stylesheets/views/_corporate-information-page.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "../helpers/organisation-links";

.corporate-information-page {
@include organisation-links;

Expand Down

0 comments on commit ef20633

Please sign in to comment.