Merge pull request #3181 from alphagov/update-footer-links

Update footer links
This commit is contained in:
Tom Byers
2020-01-02 15:15:37 +00:00
committed by GitHub
4 changed files with 36 additions and 124 deletions

View File

@@ -1,16 +1,5 @@
// Overrides for certain GOV.UK Frontend styles to make its components match this application's design
// Notify's header navigation aligns to the right
.govuk-header__navigation {
text-align: right;
// reset the alignment of each item to left-to-right
.govuk-header__navigation-item {
text-align: left;
}
}
// Additional padding-bottom override, following the GOV.UK Frontend spacing scale:
// https://design-system.service.gov.uk/styles/spacing/#the-responsive-spacing-scale
.govuk-\!-padding-bottom-12 {
@@ -48,3 +37,8 @@
}
}
// Make column headings smaller to prevent wrapping
.govuk-footer__heading {
@include govuk-font($size: 19, $weight: bold);
}