1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Differentiate H1-H6 heading styles

This commit is contained in:
Harvey Kandola 2018-03-20 19:38:27 +00:00
parent 297ce94546
commit c5acaae677
4 changed files with 676 additions and 672 deletions

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
> .document-heading { > .document-heading {
.doc-title { .doc-title {
margin: 50px 0 10px; margin: 50px 0 10px;
font-size: 2rem; font-size: 2.2rem;
font-weight: bold; font-weight: bold;
} }

View file

@ -29,7 +29,7 @@
> .page-title { > .page-title {
display: inline-block; display: inline-block;
font-size: 1.8rem; font-size: 2.0rem;
font-weight: bold; font-weight: bold;
margin: 16px 0; margin: 16px 0;
color: $color-dark; color: $color-dark;
@ -69,4 +69,4 @@
.section-divider { .section-divider {
margin-top: 70px; margin-top: 70px;
} }

View file

@ -1,14 +1,15 @@
.wysiwyg { .wysiwyg {
font-size: 17px; font-size: 17px;
line-height: 25px; line-height: 25px;
// line-height: 30px;
color: $color-off-black; color: $color-off-black;
table { table {
border: 1px solid $color-border !important; border: 1px solid $color-border !important;
th { th {
padding: 5px 7px !important;
border: 1px solid $color-border !important; border: 1px solid $color-border !important;
background-color: $color-off-white;
} }
td { td {
@ -48,16 +49,19 @@
h3, h3,
h4, h4,
h5, h5,
h6, h6 {
h7,
h8,
h9 {
font-size: 1.8rem;
font-weight: bold; font-weight: bold;
margin: 16px 0; margin: 16px 0;
color: $color-dark; color: $color-dark;
} }
h1 { font-size: 2.0rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.3rem; }
h6 { font-size: 1.1rem; }
pre { pre {
background-color: $color-off-white; background-color: $color-off-white;
padding: 10px; padding: 10px;