1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +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 {
.doc-title {
margin: 50px 0 10px;
font-size: 2rem;
font-size: 2.2rem;
font-weight: bold;
}

View file

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

View file

@ -1,14 +1,15 @@
.wysiwyg {
font-size: 17px;
line-height: 25px;
// line-height: 30px;
color: $color-off-black;
table {
border: 1px solid $color-border !important;
th {
padding: 5px 7px !important;
border: 1px solid $color-border !important;
background-color: $color-off-white;
}
td {
@ -48,16 +49,19 @@
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
font-size: 1.8rem;
h6 {
font-weight: bold;
margin: 16px 0;
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 {
background-color: $color-off-white;
padding: 10px;