Files
new.anwisystems.com/enterprise/assets/sass/components/slider/_featured-slider.scss
T

37 lines
536 B
SCSS
Raw Normal View History

2024-03-08 17:28:57 +05:30
/********************************
# featured section
********************************/
.featured-init {
.product-thumbnail {
img {
max-width: 120px;
}
}
.product-desc {
padding: 0 15px;
}
}
.featured-init2 {
.product-thumbnail {
img {
max-width: 120px;
@include max-screen(480, 767) {
max-width: 100px;
}
}
}
}
.featured-init {
.product-thumbnail {
width: auto;
}
}
/********************************
# featured section End
********************************/