|
@@ -318,6 +318,25 @@
|
|
|
text-indent: 5em;
|
|
|
}
|
|
|
|
|
|
+.wp-block-quote.is-style-side-quote {
|
|
|
+ /* Needs .wp-block-quote class to override editor styles */
|
|
|
+ border: 0;
|
|
|
+ box-shadow: inset 0px 3px 0px 0px var(--wp--custom--color--primary);
|
|
|
+ margin: calc( var(--wp--custom--margin--vertical) * 1.11) 0;
|
|
|
+ padding: calc( var(--wp--custom--margin--baseline) * 1.35) 0 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote.is-style-side-quote cite {
|
|
|
+ font-size: var(--wp--preset--font-size--normal);
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote.is-style-side-quote p, .wp-block-quote.is-style-side-quote div.block-editor-rich-text__editable {
|
|
|
+ font-size: var(--wp--preset--font-size--large);
|
|
|
+ margin-bottom: calc( var(--wp--custom--margin--baseline) * 0.68);
|
|
|
+}
|
|
|
+
|
|
|
.pre-footer h3 {
|
|
|
text-transform: uppercase;
|
|
|
}
|