mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Copies HTML and Sass from GOV.UK Pubishing components cookie-banner with changes to content and functionality to better suit Notify. Changes are: - adds a 'reject' button which the GOV.UK code doesn't have - adds Sass from the GOV.UK Frontend button component which the GOV.UK version used so is included here - removed click tracking from cookie banner
31 lines
934 B
SCSS
31 lines
934 B
SCSS
// 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
|
|
|
|
// 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';
|
|
@import 'components/back-link/_back-link';
|
|
@import 'components/button/_button';
|
|
@import 'components/details/_details';
|
|
|
|
@import "utilities/all";
|
|
@import "overrides/all";
|
|
|
|
// Styles extending those from GOV.UK Frontend
|
|
@import './extensions';
|
|
|
|
// Styles for GOV.UK Frontend components specific to this application
|
|
@import './overrides';
|