Skip to content

Commit

Permalink
Rework Get Involved rendering for GOVUK Component System
Browse files Browse the repository at this point in the history
The Frontend team removed many functions being used in the original port
of this page from Whitehall. This commit updates the page to fit the
component ecosystem from govuk_publishing_components with the added
benefit of losing a lot of now unnecessary CSS content for the same
end result.
  • Loading branch information
Tetrino committed Oct 29, 2021
1 parent cc03e8f commit 8dba7fc
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 520 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ $govuk-new-link-styles: true;
@import 'govuk_publishing_components/govuk_frontend_support';
@import 'govuk_publishing_components/components/attachment';
@import 'govuk_publishing_components/components/back-link';
@import 'govuk_publishing_components/components/big-number';
@import 'govuk_publishing_components/components/breadcrumbs';
@import 'govuk_publishing_components/components/button';
@import 'govuk_publishing_components/component_support';
@import 'govuk_publishing_components/components/contents-list';
@import 'govuk_publishing_components/components/contextual-sidebar';
@import 'govuk_publishing_components/components/details';
Expand All @@ -23,6 +25,7 @@ $govuk-new-link-styles: true;
@import 'govuk_publishing_components/components/govspeak-html-publication';
@import 'govuk_publishing_components/components/heading';
@import 'govuk_publishing_components/components/hint';
@import 'govuk_publishing_components/components/image-card';
@import 'govuk_publishing_components/components/input';
@import 'govuk_publishing_components/components/intervention';
@import 'govuk_publishing_components/components/inverse-header';
Expand Down Expand Up @@ -91,8 +94,6 @@ $govuk-new-link-styles: true;
@import 'views/help-page';
@import 'views/guide';
@import 'views/get-involved';
@import 'views/headings';
@import 'helpers/featured_news';

.travel-advice-notice {
background-color: govuk-colour("light-grey");
Expand Down
72 changes: 0 additions & 72 deletions app/assets/stylesheets/helpers/_featured_news.scss

This file was deleted.

Loading

0 comments on commit 8dba7fc

Please sign in to comment.