style woocommerce buttons
This commit is contained in:
@ -715,5 +715,15 @@ body {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-button:not(.is-link) {
|
||||
background-color: var(wp--preset--color--foreground);
|
||||
color: var(--wp--preset--color--background);
|
||||
text-transform: uppercase;
|
||||
transition: all 0.125s ease-in-out;
|
||||
}
|
||||
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wc-block-components-button:not(.is-link):hover {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=custom.css.map */
|
||||
|
||||
Reference in New Issue
Block a user