|
@@ -307,8 +307,12 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
|
|
|
/* Quote */
|
|
|
|
|
|
-.editor-styles-wrapper .wp-block-quote,
|
|
|
-.wp-block-quote:not(.is-large):not(.is-style-large) {
|
|
|
+.wp-block-quote,
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large),
|
|
|
+.rtl .wp-block-quote[style*="text-align:left"],
|
|
|
+.rtl .wp-block-quote[style*="text-align: left"],
|
|
|
+.rtl .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:left"],
|
|
|
+.rtl .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: left"] {
|
|
|
border: 0;
|
|
|
padding-left: 64px;
|
|
|
position: relative;
|
|
@@ -327,6 +331,19 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
transform: scaleX(-1);
|
|
|
}
|
|
|
|
|
|
+.wp-block-quote[style*="text-align:right"],
|
|
|
+.wp-block-quote[style*="text-align: right"],
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"] {
|
|
|
+ padding: 0 64px 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote[style*="text-align:right"]:before,
|
|
|
+.wp-block-quote[style*="text-align: right"]:before {
|
|
|
+ left: auto;
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
+
|
|
|
.edit-post-visual-editor .editor-block-list__block .wp-block-quote p {
|
|
|
color: #999;
|
|
|
}
|
|
@@ -354,6 +371,12 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
right: 0;
|
|
|
}
|
|
|
|
|
|
+.rtl .wp-block-quote[style*="text-align:left"]:before,
|
|
|
+.rtl .wp-block-quote[style*="text-align: left"]:before {
|
|
|
+ left: 0;
|
|
|
+ right: auto;
|
|
|
+}
|
|
|
+
|
|
|
.rtl .wp-block-quote .wp-block-quote__citation {
|
|
|
text-align: left;
|
|
|
}
|