Skip to content
Snippets Groups Projects
Commit 75007156 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2402061 by emma.maria, Katiemouse, er.pushpinderrana: Reusable heading...

Issue #2402061 by emma.maria, Katiemouse, er.pushpinderrana: Reusable heading classes should be "heading-*" not "header-*"
parent 6b2866fc
No related branches found
No related tags found
No related merge requests found
......@@ -30,43 +30,48 @@ summary,
font-weight: bold;
text-transform: uppercase;
}
/**
* Reusable heading classes are included to help modules change the styling of
* headings on a page without affecting accessibility.
*/
h1,
h2,
h3,
h4,
h5,
h6,
.header-a,
.header-b,
.header-c,
.header-d,
.header-e,
.header-f {
.heading-a,
.heading-b,
.heading-c,
.heading-d,
.heading-e,
.heading-f {
font-weight: bold;
margin: 10px 0;
}
h1,
.header-a {
.heading-a {
font-size: 1.538em;
}
h2,
.header-b {
.heading-b {
font-size: 1.385em;
}
h3,
.header-c {
.heading-c {
font-size: 1.231em;
}
h4,
.header-d {
.heading-d {
font-size: 1.154em;
}
h5,
.header-e {
.heading-e {
font-size: 1.077em;
}
h6,
.header-f {
.heading-f {
font-size: 1.077em;
}
p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment