first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
/**
* Ocean WP integration styles
*/
@import "woocommerce";
.entry-content .jet-woo-builder {
.product_meta {
> span {
display: block;
}
}
.woocommerce-tabs li {
margin: 0;
}
.tabs > li {
&:after,
&:before {
display: none;
}
a {
width: 100%;
display: block;
}
}
.woocommerce-tabs ul.tabs.wc-tabs,
.woocommerce-tabs ul.tabs.wc-tabs li a {
border: none;
}
.woocommerce-variation-price .price {
display: block;
}
.woocommerce-tabs .panel.wc-tab {
margin: 0;
}
.price .amount{
color: inherit;
}
.single_add_to_cart_button{
vertical-align: top;
}
form .input-text.qty{
max-width: calc( 100% - 74px );
}
}
.woocommerce div.product .jet-single-images__wrap .woocommerce-product-gallery .flex-control-thumbs li{
clear: unset!important;
}
// TODO: Do this when will work on OceanWP compatibility
//.elementor-jet-woo-builder-products-ordering {
// .woocommerce-ordering {
// select{
// -webkit-appearance: inherit!important;
// width: 100%!important;
// position: relative!important;
// opacity: 1!important;
// height: auto!important;
// }
//
// .theme-select.orderby.theme-selectOpen{
// display: none!important;
// }
// }
//}

View File

@@ -0,0 +1,21 @@
/* Product Button styles */
.add_to_cart_button {
&.button {
float: none;
display: inline-block;
background-color: transparent;
color: #848494;
padding: 5px 12px;
border: 3px double #e4e4e4;
font-size: 12px;
line-height: 1.5;
border-radius: 0;
text-transform: none;
&:hover {
background-color: transparent;
color: #13aff0;
border-color: #13aff0;
}
}
}