Remove GOVUK Template files

Includes Sass that targeted GOV.UK Template HTML
and also moves some link styles to `globals.scss`.

Also removes bits of frontend build that copied
over GOVUK Template files.
This commit is contained in:
Tom Byers
2019-11-25 11:43:30 +00:00
parent 9ac9c6d7d6
commit c8de91c161
4 changed files with 10 additions and 99 deletions
+6
View File
@@ -43,6 +43,12 @@ input[type="search"]::-webkit-search-decoration {
// https://design-system.service.gov.uk/styles/typography/#links
a {
@extend %govuk-link;
// Stops visited links looking different, until we can add the `govuk-link--no-visited-state`
// class to all links we want stay the same colour after visiting
&:visited {
color: $govuk-link-colour;
}
}
// Each selector, and then the whole block when only one remains, to be removed when the