Sha256: e1c9e560bd0f380b1c7d8ef0fcf35c5fb794501f458cf2bc6da0e8652e049cad
Contents?: true
Size: 1.74 KB
Versions: 3
Compression:
Stored size: 1.74 KB
Contents
// GOV.UK elements @import "elements/helpers"; // Helper functions and classes // Generic (normalize/reset.css) @import "elements/reset"; // Base (unclassed HTML elements) // These are predefined by govuk_template // If you're not using govuk_template, uncomment the line below. // @import "elements/govuk-template-base"; // Base styles set by GOV.UK template // Objects (unstyled design patterns) @import "elements/layout"; // Main content container. Grid layout - rows and column widths // Components (chunks of UI) @import "elements/elements-typography"; // Typography @import "elements/buttons"; // Buttons @import "elements/icons"; // Icons - numbered steps, calendar, search @import "elements/lists"; // Lists - numbered, bulleted @import "elements/tables"; // Tables - regular, numeric @import "elements/details"; // Details summary @import "elements/panels"; // Panels with a left grey border @import "elements/forms"; // Form - wrappers, inputs, labels @import "elements/forms/form-multiple-choice"; // Custom radio buttons and checkboxes @import "elements/forms/form-date"; // Date of birth pattern @import "elements/forms/form-validation"; // Errors and validation @import "elements/breadcrumbs"; // Breadcrumbs @import "elements/phase-banner"; // Alpha and beta banners and tags @import "elements/components"; // GOV.UK prefixed styles - blue highlighted box @import "elements/shame"; // Hacks and workarounds that will go away eventually
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
govuk-jekyll-theme-0.1.2 | _sass/govuk_elements/_elements.scss |
govuk-jekyll-theme-0.1.1 | _sass/govuk_elements/_elements.scss |
govuk-jekyll-theme-0.1.0 | _sass/govuk_elements/_elements.scss |