customize cart page
This commit is contained in:
@ -649,6 +649,10 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wc-block-components-notice-banner a,
|
||||
.woocommerce-error a {
|
||||
color: black;
|
||||
}
|
||||
.wc-block-components-notice-banner.is-error, .wc-block-components-notice-banner.is-info, .wc-block-components-notice-banner.is-success, .wc-block-components-notice-banner.is-warning,
|
||||
.woocommerce-error.is-error,
|
||||
.woocommerce-error.is-info,
|
||||
@ -836,7 +840,9 @@ body {
|
||||
border-color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
|
||||
.woocommerce table.shop_table tbody th,
|
||||
.woocommerce table.shop_table tfoot td,
|
||||
.woocommerce table.shop_table tfoot th {
|
||||
border-color: var(--wp--preset--color--foreground);
|
||||
}
|
||||
|
||||
@ -886,4 +892,13 @@ body {
|
||||
padding: 3rem;
|
||||
}
|
||||
|
||||
.is-large.wc-block-cart .wc-block-cart-items {
|
||||
border: 1px solid;
|
||||
border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
border-color: rgba(250, 247, 239, 0.368627451);
|
||||
padding-block: 1rem;
|
||||
padding-inline: 1rem;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=custom.css.map */
|
||||
|
||||
Reference in New Issue
Block a user