Files
redline.com.pl/modules/dualpricedisplaypro/views/css/ps17/style.css
2024-11-11 18:46:54 +01:00

29 lines
593 B
CSS

@CHARSET "UTF-8";
.dualDisplayPro.productCatalog {
padding: 10px;
background-color: white;
display: block;
}
.dualDisplayPro, .dualDisplayPro span {
display: block;
}
.priceWrapper, .labelWrapper {
display: inline !important;
}
#dualDisplayProWrapperModel, .productDetailDualDisplayProWrapper {
display: none;
}
.addToCartModal, .addToCartModal span {
display: inline;
margin-bottom: 0px !important;
}
.priceWithTax, .priceWithoutTax {
display: block !important;
}
.dualDisplayPro .lineThrough {
text-decoration: line-through;
}
.dualDisplayPro.productDetail {
font-weight: 700;
}