mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 12:08:25 -04:00
Main thing that was missing was including the main CSS file in the template. There are a few hacky bits here, like moving the whole of toolkit inside the stylesheets directory. Would arguably be cleaner using something that isn’t Flask Assets, but that’s something for later.
29 lines
802 B
SCSS
29 lines
802 B
SCSS
// GOV.UK front end toolkit
|
|
// Sass mixins and variables
|
|
// https://github.com/alphagov/govuk_frontend_toolkit/tree/master/stylesheets
|
|
|
|
|
|
@import "../govuk_frontend_toolkit/stylesheets/design-patterns/alpha-beta";
|
|
@import "../govuk_frontend_toolkit/stylesheets/design-patterns/buttons";
|
|
|
|
// GOV.UK elements
|
|
@import "elements/helpers";
|
|
@import "elements/reset";
|
|
@import "elements/elements-typography";
|
|
@import "elements/layout";
|
|
|
|
@import "elements/forms";
|
|
@import "elements/forms/form-block-labels";
|
|
@import "elements/forms/form-date";
|
|
@import "elements/forms/form-validation";
|
|
|
|
@import "elements/tables";
|
|
@import "elements/lists";
|
|
@import "elements/details";
|
|
@import "elements/panels";
|
|
@import "elements/buttons";
|
|
@import "elements/icons";
|
|
|
|
@import "elements/components";
|
|
@import "elements/breadcrumb";
|