Ensure the My Account text size matches other texts in the footer. (https://github.com/woocommerce/woocommerce-blocks/pull/10614)

This commit is contained in:
Patricia Hillebrandt 2023-08-17 17:04:56 +02:00 committed by GitHub
parent 748015b675
commit 4290a948a6
4 changed files with 8 additions and 8 deletions

View File

@ -22,11 +22,11 @@
<!-- /wp:spacer -->
<!-- wp:heading {"level":5} -->
<h5>Join the community</h5>
<h5><?php esc_html_e( 'Join the community', 'woo-gutenberg-products-block' ); ?></h5>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Learn about new products and discounts!</p>
<p><?php esc_html_e( 'Learn about new products and discounts!', 'woo-gutenberg-products-block' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:spacer {"height":"20px"} -->
@ -58,7 +58,7 @@
<!-- wp:column {"verticalAlignment":"top","width":"20%","style":{"spacing":{"blockGap":"16px"}}} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:20%">
<!-- wp:woocommerce/customer-account {"displayStyle":"text_only"} /-->
<!-- wp:woocommerce/customer-account {"displayStyle":"text_only","fontSize":"small"} /-->
</div>
<!-- /wp:column -->
</div>

View File

@ -22,11 +22,11 @@
<!-- /wp:spacer -->
<!-- wp:heading {"level":5} -->
<h5>Join the community</h5>
<h5><?php esc_html_e( 'Join the community', 'woo-gutenberg-products-block' ); ?></h5>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Learn about new products and discounts!</p>
<p><?php esc_html_e( 'Learn about new products and discounts!', 'woo-gutenberg-products-block' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:spacer {"height":"20px"} -->
@ -59,7 +59,7 @@
<!-- wp:column {"verticalAlignment":"top","width":"20%","style":{"spacing":{"blockGap":"16px"}}} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:20%">
<!-- wp:woocommerce/customer-account {"displayStyle":"text_only"} /-->
<!-- wp:woocommerce/customer-account {"displayStyle":"text_only","fontSize":"small"} /-->
</div>
<!-- /wp:column -->
</div>

View File

@ -16,7 +16,7 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"32px"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"center"}} -->
<div class="wp-block-group">
<!-- wp:site-logo /-->
<!-- wp:woocommerce/customer-account /-->
<!-- wp:woocommerce/customer-account {"fontSize":"small"} /-->
<!-- wp:navigation -->
<!-- /wp:navigation -->
</div>

View File

@ -16,7 +16,7 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"32px"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"center"}} -->
<div class="wp-block-group">
<!-- wp:site-logo /-->
<!-- wp:woocommerce/customer-account /-->
<!-- wp:woocommerce/customer-account {"fontSize":"small"} /-->
<!-- wp:navigation -->
<!-- /wp:navigation -->
</div>