Skip to content
Snippets Groups Projects
Unverified Commit 43cc114f authored by NGPixel's avatar NGPixel
Browse files

fix: visualeditor font sizes not working in rendered version

parent 79bdd440
Branches
Tags 2.5.264
No related merge requests found
......@@ -228,6 +228,19 @@ .v-main .contents {
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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment