Repository URL to install this package:
|
Version:
1.8.76 ▾
|
jsarnowski/blocksy-companion-pro
/
premium
/
extensions
/
woocommerce-extra
/
static
/
sass
/
wishlist
/
wishlist-table.scss
|
|---|
.wishlist-product-actions {
width: 300px;
.product_type_variable {
width: 100%;
}
}
// common styles
.shop_table.wishlist-table {
--table-padding: 1.3em 0.7em;
.ct-cart-actions > * {
margin-bottom: 0;
}
.single_add_to_cart_button ~ .added_to_cart {
display: none;
}
.button,
.quantity {
--buttonMinHeight: 40px;
}
.stock {
@include media-breakpoint-up (md) {
text-align: end;
}
&.in-stock {
display: none;
}
&:last-child {
margin-bottom: 0;
}
}
}
@include media-breakpoint-down (md) {
.wishlist-product-actions,
.wishlist-product-remove,
.wishlist-table .quantity {
display: none;
}
}