|
@@ -300,6 +300,11 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
width: 30px;
|
|
width: 30px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-quote[style*="text-align:right"]:before,
|
|
|
|
+.wp-block-quote[style*="text-align: right"]:before {
|
|
|
|
+ float: right;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-quote .wp-block-quote__citation {
|
|
.wp-block-quote .wp-block-quote__citation {
|
|
color: #555;
|
|
color: #555;
|
|
font-family: Lato, sans-serif;
|
|
font-family: Lato, sans-serif;
|
|
@@ -318,6 +323,11 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
float: right;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.rtl .wp-block-quote[style*="text-align:left"]:before,
|
|
|
|
+.rtl .wp-block-quote[style*="text-align: left"]:before {
|
|
|
|
+ float: left;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
|
|
/* Cover */
|
|
/* Cover */
|
|
|
|
|