MOBILE-3320 core: Fix headings css rules
parent
ec2e4962cc
commit
cbc32b085b
|
@ -284,7 +284,7 @@ core-format-text {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
core-format-text,
|
core-format-text .core-format-text-content,
|
||||||
core-rich-text-editor .core-rte-editor {
|
core-rich-text-editor .core-rte-editor {
|
||||||
@include core-headings();
|
@include core-headings();
|
||||||
|
|
||||||
|
|
|
@ -148,22 +148,22 @@
|
||||||
|
|
||||||
@mixin core-headings() {
|
@mixin core-headings() {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 3rem;
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
h2, .item-heading {
|
h2, .item-heading {
|
||||||
font-size: 2.8rem;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 2.6rem;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 2.2rem;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 1.8rem;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 1.4rem;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue