65 lines
No EOL
1.2 KiB
CSS
65 lines
No EOL
1.2 KiB
CSS
/**
|
|
* Plugin front end styles
|
|
*
|
|
* @package WooBuilder
|
|
* @version 1.0.0
|
|
*/
|
|
|
|
.single-product div.product .woobuilder-module .images {
|
|
width: 100%;
|
|
}
|
|
|
|
.single-product div.product .woobuilder-module form.cart .button {
|
|
float: left;
|
|
margin-left: 4.3em;
|
|
}
|
|
|
|
.woobuilder-module img.size-shop_single {
|
|
width: 100%;
|
|
}
|
|
|
|
.single-product .ppb-product.product {
|
|
overflow: visible;
|
|
}
|
|
|
|
/* Center cart *
|
|
.single-product div.product .woobuilder-module form.cart {
|
|
text-align: center;
|
|
}
|
|
|
|
.single-product div.product .woobuilder-module form.cart .quantity,
|
|
.single-product div.product .woobuilder-module form.cart input {
|
|
float: none;
|
|
display: inline-block
|
|
}
|
|
|
|
.single-product div.product .woobuilder-module form.cart .button {
|
|
float: none;
|
|
margin-left: 2em;
|
|
}
|
|
*/
|
|
/*
|
|
.woobuilder-module:after {
|
|
display: block;
|
|
content: '';
|
|
clear: both;
|
|
}
|
|
.woobuilder-module .variations td {
|
|
padding: 1em;
|
|
vertical-align: middle;
|
|
text-transform: capitalize;
|
|
}
|
|
.woobuilder-module .variations td:last-child {
|
|
text-align: right;
|
|
}
|
|
.woobuilder-module .variations td * {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.woobuilder-module .quantity {
|
|
float: left;
|
|
}
|
|
.woobuilder-module .single_add_to_cart_button {
|
|
float: right;
|
|
}
|
|
*/ |