|
@@ -315,7 +315,13 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
|
|
|
.wp-block-quote:not(.is-large):not(.is-style-large),
|
|
|
.wp-block-quote.is-large,
|
|
|
-.wp-block-quote.is-style-large {
|
|
|
+.wp-block-quote.is-style-large,
|
|
|
+.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"],
|
|
|
+.rtl .wp-block-quote.is-large[style*="text-align:left"],
|
|
|
+.rtl .wp-block-quote.is-large[style*="text-align: left"],
|
|
|
+.rtl .wp-block-quote.is-style-large[style*="text-align:left"],
|
|
|
+.rtl .wp-block-quote.is-style-large[style*="text-align: left"] {
|
|
|
border: 0 solid #3e69dc;
|
|
|
border-left-width: 2px;
|
|
|
color: inherit;
|
|
@@ -348,6 +354,12 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
font-size: 26px
|
|
|
}
|
|
|
|
|
|
+.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"],
|
|
|
+.wp-block-quote.is-large[style*="text-align:right"],
|
|
|
+.wp-block-quote.is-large[style*="text-align: right"],
|
|
|
+.wp-block-quote.is-style-large[style*="text-align:right"],
|
|
|
+.wp-block-quote.is-style-large[style*="text-align:right"],
|
|
|
.rtl .wp-block-quote:not(.is-large):not(.is-style-large),
|
|
|
.rtl .wp-block-quote.is-large,
|
|
|
.rtl .wp-block-quote.is-style-large {
|
|
@@ -361,6 +373,17 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:center"],
|
|
|
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: center"],
|
|
|
+.wp-block-quote.is-large[style*="text-align:center"],
|
|
|
+.wp-block-quote.is-large[style*="text-align: center"],
|
|
|
+.wp-block-quote.is-style-large[style*="text-align:center"],
|
|
|
+.wp-block-quote.is-style-large[style*="text-align:center"] {
|
|
|
+ border: 0;
|
|
|
+ padding-left: 0;
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
@media (min-width: 768px) {
|
|
|
.wp-block-quote:not(.is-large):not(.is-style-large) p {
|
|
|
font-size: 25px;
|