Browse Source
fix: visualeditor font sizes not working in rendered version
pull/4824/head
2.5.264
NGPixel
2 years ago
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63
1 changed files with
13 additions and
0 deletions
-
client/themes/default/scss/app.scss
|
|
@ -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'); |
|
|
|