Initial commit: Sale packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:49 +02:00
commit 14e3d26998
6469 changed files with 2479670 additions and 0 deletions

View file

@ -0,0 +1,65 @@
.o_product_feature_panel {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index:10;
border: 2px solid;
.o_product_panel {
position: relative;
.o_product_panel_header {
margin: 0 10px 0 10px;
cursor: pointer;
.o_product_icon {
margin-right: 5px;
}
.o_product_text {
text-transform: uppercase;
vertical-align: middle;
font-size: 16px;
}
.o_product_circle {
vertical-align: 6px;
padding: 0 3px;
line-height: 14px;
}
}
.o_product_panel_content {
display: none !important;
}
}
}
.oe_website_sale {
.product_summary > *{
display: block;
margin: 15px 0 15px 0;
}
.table-comparator {
.o_product_comparison_collpase {
margin-right: 8px;
}
}
div.css_not_available .o_add_compare_dyn {
display: none;
}
.o_comparelist_remove {
@include o-position-absolute($top: 0, $right: 0.5rem);
}
.o_ws_compare_image {
vertical-align: middle;
}
}
// Specifications
#product_full_spec {
border-top: 1px solid map-get($grays, '400');
.o_add_compare_dyn {
font-size: 1.1rem;
}
}