-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge v3 back into master
- Loading branch information
Showing
159 changed files
with
2,892 additions
and
1,427 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
.app-prose-scope { | ||
|
||
h1 { | ||
@extend %govuk-heading-xl; | ||
} | ||
|
||
h2 { | ||
@extend %govuk-heading-l; | ||
} | ||
|
||
h3 { | ||
@extend %govuk-heading-m; | ||
} | ||
|
||
h4 { | ||
@extend %govuk-heading-s; | ||
} | ||
|
||
p { | ||
@extend %govuk-body-m; | ||
} | ||
|
||
strong, | ||
b { | ||
@include govuk-typography-weight-bold; | ||
} | ||
|
||
ul, | ||
ol { | ||
@extend %govuk-list; | ||
} | ||
|
||
ol { | ||
@extend %govuk-list--number; | ||
} | ||
|
||
ul { | ||
@extend %govuk-list--bullet; | ||
} | ||
|
||
a { | ||
@extend %govuk-link; | ||
} | ||
|
||
hr { | ||
@extend %govuk-section-break; | ||
@extend %govuk-section-break--visible; | ||
@extend %govuk-section-break--xl; | ||
} | ||
|
||
pre + h2 { | ||
padding-top: govuk-spacing(4); | ||
} | ||
|
||
pre + h3, | ||
pre + h4 { | ||
padding-top: govuk-spacing(2); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.