Files
notifications-admin/app/assets/stylesheets/govuk_template/govuk-template.scss
Chris Hill-Scott c4df25c8db Add a non-JS template picker
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.
2015-12-11 09:49:38 +00:00

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";