mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 18:56:16 +09:00
23 lines
382 B
SCSS
23 lines
382 B
SCSS
/* # WooCommerce Checkout
|
|
---------------------------------------------------------------------------------------------------- */
|
|
|
|
.woocommerce-cart,
|
|
.woocommerce-checkout,
|
|
#add_payment_method {
|
|
|
|
#payment {
|
|
|
|
ul.payment_methods li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
div.form-row {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
table.cart td.actions .coupon input.input-text {
|
|
width: auto;
|
|
}
|
|
}
|