|
@@ -287,6 +287,48 @@
|
|
|
text-indent: 10em;
|
|
|
}
|
|
|
|
|
|
+.wp-block-quote.is-style-testimonial-quote {
|
|
|
+ /* Needs .wp-block-quote class to override editor styles */
|
|
|
+ border: 0;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row-reverse;
|
|
|
+ gap: calc( var(--wp--custom--margin--horizontal) * 1.6);
|
|
|
+ margin: calc( var(--wp--custom--margin--vertical) * 1.78) 0;
|
|
|
+ padding-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 599px) {
|
|
|
+ .wp-block-quote.is-style-testimonial-quote {
|
|
|
+ flex-direction: column;
|
|
|
+ gap: calc( var(--wp--custom--margin--vertical) * 0.75);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote.is-style-testimonial-quote cite {
|
|
|
+ box-shadow: inset 0px 3px 0px 0px var(--wp--custom--color--primary);
|
|
|
+ display: inline-block;
|
|
|
+ flex: 1 0 0;
|
|
|
+ font-size: var(--wp--preset--font-size--normal);
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 500;
|
|
|
+ padding-top: calc( var(--wp--custom--margin--baseline) * 1.35);
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 599px) {
|
|
|
+ .wp-block-quote.is-style-testimonial-quote cite {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote.is-style-testimonial-quote p, .wp-block-quote.is-style-testimonial-quote div.block-editor-rich-text__editable {
|
|
|
+ flex: 0 0 66.66%;
|
|
|
+ font-size: calc( var(--wp--preset--font-size--huge) * 1.34);
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 115%;
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
.pre-footer h3 {
|
|
|
text-transform: uppercase;
|
|
|
}
|