mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 03:28:26 -04:00
We could do something with Javascript to only show the selected template. For now this is something that works without Javascript. This means we can put off getting the build and testing pipeline for Javascript set up, which is a bigger and more unknown piece of work.
19 lines
692 B
SCSS
19 lines
692 B
SCSS
/* govuk_frontend_toolkit includes */
|
|
@import "../govuk_frontend_toolkit/stylesheets/colours";
|
|
@import "../govuk_frontend_toolkit/stylesheets/conditionals";
|
|
@import "../govuk_frontend_toolkit/stylesheets/css3";
|
|
@import "../govuk_frontend_toolkit/stylesheets/device-pixels";
|
|
@import "../govuk_frontend_toolkit/stylesheets/typography";
|
|
@import "../govuk_frontend_toolkit/stylesheets/grid_layout";
|
|
@import "../govuk_frontend_toolkit/stylesheets/design-patterns/_buttons";
|
|
|
|
/* local styleguide includes */
|
|
@import "styleguide/colours";
|
|
@import "styleguide/conditionals2";
|
|
|
|
// basic styles for HTML5 and other elements
|
|
@import "basic";
|
|
@import "accessibility";
|
|
@import "header";
|
|
@import "footer";
|