Skip to content

Commit 7f24de7

Browse files
committed
Added missing CKEditor styles for blockquote.impact
1 parent 05f9170 commit 7f24de7

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

css/ckeditor/ckeditor5.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ckeditor/ckeditor5.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/ckeditor/ckeditor5.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
padding: 3px 0 3px 20px;
393393
border-left: 1px solid #e6e6e6;
394394
}
395-
blockquote.offset {
395+
blockquote.offset, blockquote.impact {
396396
font-family: $cwd-font-family-serif-alt;
397397
font-size: 20px;
398398
line-height: 1.45;
@@ -404,11 +404,11 @@
404404
padding: 15px 30px;
405405
clear: both;
406406
}
407-
blockquote.offset p {
407+
blockquote.offset p, blockquote.impact p {
408408
font-size: 20px;
409409
line-height: 1.45;
410410
}
411-
blockquote footer, blockquote.offset footer {
411+
blockquote footer, blockquote.offset footer, blockquote.impact footer {
412412
background: none;
413413
padding: 0;
414414
}

0 commit comments

Comments
 (0)