Explorar el Código

Merge branch t/ckeditor5-theme-lark/119

Internal: Added content styles (moved from the theme package were they landed by mistake). See ckeditor/ckeditor5-theme-lark#119.
Piotrek Koszuliński hace 8 años
padre
commit
a164213577
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      packages/ckeditor5-block-quote/theme/blockquote.css

+ 5 - 1
packages/ckeditor5-block-quote/theme/blockquote.css

@@ -3,7 +3,11 @@
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 
-blockquote {
+.ck-content blockquote {
 	/* See #12 */
 	/* See #12 */
 	overflow: hidden;
 	overflow: hidden;
+	padding-left: 1.5em;
+	margin-left: 0;
+	font-style: italic;
+	border-left: solid 5px hsl(0, 0%, 80%);
 }
 }