mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Merge branch 'master' into cookies-update
This commit is contained in:
@@ -67,11 +67,6 @@ a {
|
||||
background-color: $focus-colour;
|
||||
outline: 3px solid $focus-colour;
|
||||
}
|
||||
|
||||
/* Make links slightly darker when focused to improve contrast. */
|
||||
&:link:focus {
|
||||
color: darken( $link-colour, 2.5%)
|
||||
}
|
||||
}
|
||||
|
||||
// Each selector, and then the whole block when only one remains, to be removed when the
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
// Included to allow us to only include the components we need
|
||||
// All imports come from node_modules/govuk-frontend
|
||||
|
||||
// turn on compatibility mode for all legacy frameworks
|
||||
// https://github.com/alphagov/govuk-frontend/blob/master/docs/installation/compatibility.md#turn-on-compatibility-mode
|
||||
// to be removed when these frameworks are removed.
|
||||
$govuk-compatibility-govukfrontendtoolkit: true;
|
||||
$govuk-compatibility-govukelements: true;
|
||||
|
||||
// set asset URL root to match that of application
|
||||
$govuk-assets-path: "/static/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user