style checkout page more
This commit is contained in:
@ -1,10 +1,3 @@
|
|||||||
<!-- wp:group {"tagName":"header","area":"header","metadata":{"name":"Checkout Header"},"layout":{"type":"constrained"}} -->
|
<!-- wp:group {"style":{"spacing":{"padding":{"left":"3rem","right":"6rem"}}},"fontSize":"tiny","fontFamily":"jura","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||||
<header class="wp-block-group">
|
<div class="wp-block-group has-jura-font-family has-tiny-font-size" style="padding-right:6rem;padding-left:3rem"><!-- wp:site-logo {"shouldSyncIcon":false} /--></div>
|
||||||
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"var:preset|spacing|20","top":"var:preset|spacing|20"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
|
|
||||||
<div class="wp-block-group alignwide"
|
|
||||||
style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)">
|
|
||||||
<!-- wp:site-title {"level":0} /-->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
</header>
|
|
||||||
<!-- /wp:group -->
|
<!-- /wp:group -->
|
||||||
@ -1,9 +1,9 @@
|
|||||||
<!-- wp:template-part {"slug":"checkout-header","tagName":"header"} /-->
|
<!-- wp:template-part {"slug":"checkout-header","tagName":"header"} /-->
|
||||||
|
|
||||||
<!-- wp:woocommerce/page-content-wrapper {"page":"checkout"} -->
|
<!-- wp:woocommerce/page-content-wrapper {"page":"checkout"} -->
|
||||||
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
||||||
<main class="wp-block-group">
|
<main class="wp-block-group"><!-- wp:woocommerce/store-notices /-->
|
||||||
<!-- wp:woocommerce/store-notices /-->
|
|
||||||
<!-- wp:post-content {"align":"wide"} /-->
|
<!-- wp:post-content {"align":"wide"} /--></main>
|
||||||
</main>
|
|
||||||
<!-- /wp:group -->
|
<!-- /wp:group -->
|
||||||
<!-- /wp:woocommerce/page-content-wrapper -->
|
<!-- /wp:woocommerce/page-content-wrapper -->
|
||||||
43
theme.json
43
theme.json
@ -313,6 +313,39 @@
|
|||||||
"fontSize": "var(--wp--preset--font-size--standard)",
|
"fontSize": "var(--wp--preset--font-size--standard)",
|
||||||
"fontWeight": "300"
|
"fontWeight": "300"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"woocommerce/mini-cart-checkout-button-block": {
|
||||||
|
"color": {
|
||||||
|
"background": "var(--wp--preset--color--background)",
|
||||||
|
"text": "var(--wp--preset--color--foreground)"
|
||||||
|
},
|
||||||
|
"elements": {
|
||||||
|
"link": {
|
||||||
|
"color": {
|
||||||
|
"text": "var(--wp--preset--color--foreground)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variations": {
|
||||||
|
"outline": {
|
||||||
|
"color": {
|
||||||
|
"background": "var(--wp--preset--color--background)",
|
||||||
|
"text": "var(--wp--preset--color--foreground)"
|
||||||
|
},
|
||||||
|
"elements": {
|
||||||
|
"link": {
|
||||||
|
"color": {
|
||||||
|
"text": "var(--wp--preset--color--foreground)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"woocommerce/order-confirmation-billing-address": {
|
||||||
|
"border": {
|
||||||
|
"radius": "12px"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
@ -325,11 +358,6 @@
|
|||||||
"text": "var(--wp--preset--color--foreground)"
|
"text": "var(--wp--preset--color--foreground)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"heading": {
|
|
||||||
"color": {
|
|
||||||
"text": "var(--wp--preset--color--foreground)"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"h2": {
|
"h2": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontFamily": "var(--wp--preset--font-family--eb-garamond)",
|
"fontFamily": "var(--wp--preset--font-family--eb-garamond)",
|
||||||
@ -339,6 +367,11 @@
|
|||||||
"lineHeight": "1.0"
|
"lineHeight": "1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"heading": {
|
||||||
|
"color": {
|
||||||
|
"text": "var(--wp--preset--color--foreground)"
|
||||||
|
}
|
||||||
|
},
|
||||||
"link": {
|
"link": {
|
||||||
":hover": {
|
":hover": {
|
||||||
"color": {
|
"color": {
|
||||||
|
|||||||
Reference in New Issue
Block a user