66 lines
1.4 KiB
SCSS
66 lines
1.4 KiB
SCSS
.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;
|
|
@include 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 {
|
|
@include font-size(1.1rem);
|
|
}
|
|
}
|