|
@@ -343,47 +343,6 @@
|
|
|
--wp--custom--button--spacing--padding--bottom: 0.5em;
|
|
|
}
|
|
|
|
|
|
-.testimonial .wp-block-quote {
|
|
|
- border: 0;
|
|
|
- display: flex;
|
|
|
- flex-direction: row-reverse;
|
|
|
- gap: calc( var(--wp--custom--margin--horizontal) * 1.6);
|
|
|
- margin: 0;
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 599px) {
|
|
|
- .testimonial .wp-block-quote {
|
|
|
- flex-direction: column;
|
|
|
- gap: calc( var(--wp--custom--margin--vertical) * 0.75);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.testimonial .wp-block-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) {
|
|
|
- .testimonial .wp-block-quote cite {
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.testimonial .wp-block-quote p, .testimonial .wp-block-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;
|
|
|
-}
|
|
|
-
|
|
|
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;
|
|
|
border-top: 2px solid var(--wp--custom--color--primary);
|