Add styles for destructive links

This colour is used in a few places so worth
making into its own block and classes.

Note: this establishes a
`app/assets/stylesheets/local` folder for any Sass
files whose names clash with files from vendored
libraries.

`_typography.scss` already exists in GOV.UK
Elements Sass.

This will no longer be needed when GOV.UK Elements
is gone and GOV.UK Frontend is at version 3, where
all its folders are in a `govuk` folder.
This commit is contained in:
Tom Byers
2020-02-25 10:52:02 +00:00
parent 34e1eee364
commit 61afbe7a8f
3 changed files with 90 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ $path: '/static/images/';
@import './govuk-frontend/all';
// Specific to this application
@import 'local/typography';
@import 'grids';
@import 'components/cookie-message';
@import 'components/site-footer';