Browse Source

Styles for pullquotes in the editor.

Caroline Moore 6 years ago
parent
commit
1c4ad6eb34
1 changed files with 8 additions and 10 deletions
  1. 8 10
      scratchpad/editor-blocks.css

+ 8 - 10
scratchpad/editor-blocks.css

@@ -641,13 +641,11 @@
 
 .edit-post-visual-editor .editor-block-list__block .wp-block-pullquote blockquote p:not(.wp-block-cover-text) {
 	font-size: 28px;
-	line-height: 45px;
 }
 
 .edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignleft blockquote p:not(.wp-block-cover-text),
 .edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignright blockquote p:not(.wp-block-cover-text) {
-	font-size: 18px;
-	line-height: 34px;
+	font-size: 22px;
 }
 
 .wp-block-pullquote blockquote:before {
@@ -656,14 +654,14 @@
 
 .wp-block-pullquote {
 	border-left: 0;
-	border-bottom: 4px solid #f35029;
-	border-top: 4px solid #f35029;
-	font-family: "Libre Baskerville", Georgia, serif;
-	font-style: italic;
+	border-bottom: 2px solid #bdcbcc;
+	border-top: 5px solid #bdcbcc;
 	font-size: 28px;
-	line-height: 45px;
+	font-style: italic;
+	line-height: 1.6;
 	margin: 0 0 1.5em;
 	padding: 1.5em;
+	color: #aaa;
 }
 
 .wp-block-pullquote blockquote {
@@ -677,12 +675,12 @@
 
 .wp-block-pullquote.alignleft,
 .wp-block-pullquote.alignright {
-	font-size: 18px;
+	font-size: 22px;
 }
 
 .wp-block-pullquote.alignleft cite,
 .wp-block-pullquote.alignright cite {
-	font-size: 16px;
+	font-size: 18px;
 }
 
 .wp-block-pullquote.alignleft blockquote,