mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user