Skip to content

Commit

Permalink
fix: visualeditor font sizes not working in rendered version
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Dec 25, 2021
1 parent 79bdd44 commit 43cc114
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/themes/default/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,19 @@
margin: 0 1px -4px;
}

.text-huge {
font-size: 1.8em;
}
.text-big {
font-size: 1.4em;
}
.text-small {
font-size: .85em;
}
.text-tiny {
font-size: .7em;
}

blockquote {
padding: 0 1rem 1rem 1rem;
background-color: mc('blue-grey', '50');
Expand Down

0 comments on commit 43cc114

Please sign in to comment.