product_list.less
345 Bytes
@import "product-filter";
#prodtctListPage{
.m-header{
.m-segment{
padding-top: 6px;
}
}
.m-list-view{
margin-top: 0;
}
.back-to-top{
position: fixed;
right: 15px;
bottom: 15px;
z-index: 1;
}
}
#product-filter-popup{
top: 0;
left: 45px;
right: 0;
margin: 0;
border-radius: 0;
background-color: #FFF;
width: auto;
}