style checkout page more

This commit is contained in:
2025-04-10 11:28:28 +05:00
parent 48e855dd07
commit ce3abd953f
3 changed files with 48 additions and 22 deletions

View File

@ -313,6 +313,39 @@
"fontSize": "var(--wp--preset--font-size--standard)",
"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": {
@ -325,20 +358,20 @@
"text": "var(--wp--preset--color--foreground)"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontStyle": "normal",
"fontWeight": "700",
"lineHeight": "1.0"
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--foreground)"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontStyle": "normal",
"fontWeight": "700",
"lineHeight": "1.0"
}
},
"link": {
":hover": {
"color": {