mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 10:46:17 +09:00
41 lines
653 B
SCSS
41 lines
653 B
SCSS
/* # WooCommerce Product
|
|
---------------------------------------------------------------------------------------------------- */
|
|
|
|
.woocommerce {
|
|
|
|
div.product {
|
|
|
|
p.price,
|
|
span.price {
|
|
color: #0073e5;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
form.cart {
|
|
|
|
.button {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.variations {
|
|
table-layout: fixed;
|
|
}
|
|
}
|
|
}
|
|
|
|
.woocommerce-variation-price {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
@include breakpoint( xs ) {
|
|
|
|
.woocommerce ul.products li.product .button,
|
|
.woocommerce .woocommerce-ordering,
|
|
.woocommerce-page ul.products li.product .button,
|
|
.woocommerce-page .woocommerce-ordering {
|
|
width: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|