Skip to content

Commit

Permalink
Merge pull request #84 from lightspeedwp/1.2.0/woo-header-template-part
Browse files Browse the repository at this point in the history
1.2.0 - WooCommerce - Distraction Free header
  • Loading branch information
krugazul authored Dec 11, 2023
2 parents d182cf3 + 7770c1e commit c4a8381
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ vendor
wp-content
package.json
.DS_Store
templates/.DS_Store
templates/.DS_Store
.DS_Store
8 changes: 5 additions & 3 deletions parts/checkout-header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- wp:group {"tagName":"header","style":{"spacing":{"padding":{"top":"var:preset|spacing|x-small","bottom":"var:preset|spacing|x-small","left":"0","right":"0"},"margin":{"top":"0","bottom":"0"},"blockGap":"0"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"},"metadata":{"name":"Checkout Header"}} -->
<header class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--x-small);padding-right:0;padding-bottom:var(--wp--preset--spacing--x-small);padding-left:0"><!-- wp:site-logo {"width":150} /--></header>
<!-- /wp:group -->
<!-- wp:group {"tagName":"header","layout":{"type":"constrained"},"metadata":{"name":"Checkout Header"}} -->
<header class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"var:preset|spacing|40"}}},"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-group alignwide" style="padding-bottom:var(--wp--preset--spacing--40)"><!-- wp:site-logo /--></div>
<!-- /wp:group --></header>
<!-- /wp:group -->

0 comments on commit c4a8381

Please sign in to comment.