|
@@ -318,6 +318,26 @@
|
|
text-indent: 5em;
|
|
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.5) 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: 600;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.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--medium);
|
|
|
|
+ line-height: 1.4em;
|
|
|
|
+ margin-bottom: calc( var(--wp--custom--margin--baseline) * 0.68);
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-quote.is-style-testimonial-quote {
|
|
.wp-block-quote.is-style-testimonial-quote {
|
|
/* Needs .wp-block-quote class to override editor styles */
|
|
/* Needs .wp-block-quote class to override editor styles */
|
|
border: 0;
|
|
border: 0;
|
|
@@ -374,6 +394,14 @@
|
|
--wp--custom--button--spacing--padding--bottom: 0.5em;
|
|
--wp--custom--button--spacing--padding--bottom: 0.5em;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.paragraph-with-quote h4 {
|
|
|
|
+ margin: 0 0 calc( var(--wp--custom--margin--vertical) * 0.89) 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.paragraph-with-quote div:nth-child(2) p {
|
|
|
|
+ margin: calc( var(--wp--custom--margin--baseline) * 1.55) 0 0 0;
|
|
|
|
+}
|
|
|
|
+
|
|
h1.is-style-skatepark-heading-border, h2.is-style-skatepark-heading-border, h3.is-style-skatepark-heading-border, h4.is-style-skatepark-heading-border, h5.is-style-skatepark-heading-border, h6.is-style-skatepark-heading-border {
|
|
h1.is-style-skatepark-heading-border, h2.is-style-skatepark-heading-border, h3.is-style-skatepark-heading-border, h4.is-style-skatepark-heading-border, h5.is-style-skatepark-heading-border, h6.is-style-skatepark-heading-border {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
border-top: 2px solid var(--wp--custom--color--primary);
|
|
border-top: 2px solid var(--wp--custom--color--primary);
|