Skip to content

Commit

Permalink
Remove unnecessary custom styling
Browse files Browse the repository at this point in the history
All this is part of the default frontend distribution.
  • Loading branch information
zheileman committed Aug 7, 2024
1 parent f2fd444 commit 498489d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 145 deletions.
2 changes: 0 additions & 2 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
@import "gov_uk";

// GOV.UK Design System customizations
@import "gov_uk_tag";
@import "gov_uk_button_group";
@import "gov_uk_notification_banner";

// Then application specific components
Expand Down
97 changes: 0 additions & 97 deletions app/assets/stylesheets/gov_uk_button_group.scss

This file was deleted.

44 changes: 0 additions & 44 deletions app/assets/stylesheets/gov_uk_tag.scss

This file was deleted.

4 changes: 2 additions & 2 deletions app/views/application/_dashboard_partition.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="govuk-grid-column-one-third card-group__item">
<div class="card card--clickable">
<h1 class="govuk-heading-m card__heading">
<%= link_to title, link, class:"govuk-link card__link" %>
<%= link_to title, link, class:"govuk-link govuk-link--no-visited-state card__link" %>
</h1>
<p class="govuk-body card__description"><%=content%></p>
</div>
</div>
</div>

0 comments on commit 498489d

Please sign in to comment.