|
@@ -359,13 +359,19 @@ blockquote p:last-child {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote,
|
|
|
-.wp-block-quote:not(.is-large):not(.is-style-large) {
|
|
|
+.wp-block-quote:not(.is-large):not(.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"] {
|
|
|
border-left: 4px solid #d63031;
|
|
|
+ border-right: 0;
|
|
|
padding-left: 26px;
|
|
|
+ padding-right: 26px;
|
|
|
}
|
|
|
|
|
|
.rtl .wp-block-quote,
|
|
|
-.rtl .wp-block-quote:not(.is-large):not(.is-style-large) {
|
|
|
+.rtl .wp-block-quote:not(.is-large):not(.is-style-large),
|
|
|
+.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"] {
|
|
|
border-left: none;
|
|
|
border-right: 4px solid #d63031;
|
|
|
}
|