2019-10-09 12:48:59 +01:00
|
|
|
// Version of node_modules/govuk-frontend/components/all.scss specific to Notify
|
|
|
|
|
// Included to allow us to only include the components we need
|
|
|
|
|
// All imports come from node_modules/govuk-frontend
|
|
|
|
|
|
2020-01-07 09:58:16 +00:00
|
|
|
// 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;
|
|
|
|
|
|
2019-10-09 12:48:59 +01:00
|
|
|
// set asset URL root to match that of application
|
|
|
|
|
$govuk-assets-path: "/static/";
|
|
|
|
|
|
|
|
|
|
@import "settings/all";
|
|
|
|
|
@import "tools/all";
|
|
|
|
|
@import "helpers/all";
|
|
|
|
|
|
|
|
|
|
@import "core/all";
|
|
|
|
|
@import "objects/all";
|
|
|
|
|
|
|
|
|
|
// section replacing @import 'components/all', specifying which components to include
|
|
|
|
|
@import 'components/skip-link/_skip-link';
|
|
|
|
|
@import 'components/header/_header';
|
|
|
|
|
@import 'components/footer/_footer';
|
2019-11-28 13:49:25 +00:00
|
|
|
@import 'components/back-link/_back-link';
|
2020-01-03 16:03:05 +00:00
|
|
|
@import 'components/button/_button';
|
2019-11-14 16:22:06 +00:00
|
|
|
@import 'components/details/_details';
|
2019-12-23 15:12:59 +00:00
|
|
|
@import 'components/radios/_radios';
|
2019-10-09 12:48:59 +01:00
|
|
|
|
|
|
|
|
@import "utilities/all";
|
|
|
|
|
@import "overrides/all";
|
2019-10-10 12:05:53 +01:00
|
|
|
|
|
|
|
|
// Styles extending those from GOV.UK Frontend
|
|
|
|
|
@import './extensions';
|
|
|
|
|
|
|
|
|
|
// Styles for GOV.UK Frontend components specific to this application
|
|
|
|
|
@import './overrides';
|