mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 07:59:49 -04:00
Created routes and forms for registration, sign in, and registration from an invite. Also tidied up assets folder, removed copy of fronted toolkit.
28 lines
890 B
SCSS
28 lines
890 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";
|
|
|
|
// Extra CSS for this application
|
|
@import "../app";
|
|
|
|
|