Skip to content

Commit

Permalink
Merge pull request #581 from alphagov/add-lists
Browse files Browse the repository at this point in the history
Add lists & section break to admin layout
  • Loading branch information
tijmenb committed Oct 15, 2018
2 parents c9ecc91 + ebbe103 commit 6c9fbf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
// .govuk-link
@import "govuk-frontend/core/links";

// .govuk-list
@import "govuk-frontend/core/lists";

// .govuk-section-break
@import "govuk-frontend/core/section-break";

// .govuk-heading
@import "govuk-frontend/core/typography";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ body: |
- [Typography classes](https://design-system.service.gov.uk/styles/typography/) like `.govuk-link`, `.govuk-heading`
- [Layout grid classes](https://design-system.service.gov.uk/styles/layout/) like `.govuk-grid-column-two-thirds`
- [Spacing classes](https://design-system.service.gov.uk/styles/spacing/) like `.govuk-!-margin-bottom-3`
- [List classes](https://design-system.service.gov.uk/styles/typography/#lists) like `.govuk-list` and `.govuk-list--bullet`
- [Section break classes](https://design-system.service.gov.uk/styles/typography/#section-break) like `.govuk-section-break`
- The `.govuk-visually-hidden` class to hide things
Be *very* careful when using one of these classes, prefer to use a component
Expand Down

0 comments on commit 6c9fbf5

Please sign in to comment.