mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 21:08:24 -04:00
25 lines
816 B
SCSS
25 lines
816 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";
|
|
|
|
// Edited version of govuk_elements repo
|
|
// https://github.com/alphagov/govuk_elements
|
|
@import "../govuk_elements/main";
|
|
|
|
/* local styleguide includes */
|
|
@import "styleguide/colours";
|
|
@import "styleguide/conditionals2";
|
|
|
|
// basic styles for HTML5 and other elements
|
|
@import "basic";
|
|
@import "accessibility";
|
|
@import "header";
|
|
@import "footer";
|
|
|
|
|