27 lines
415 B
SCSS
27 lines
415 B
SCSS
.newsletter {
|
|
background: red;
|
|
}
|
|
|
|
.productImageTag--main {
|
|
max-height: max-content !important;
|
|
}
|
|
|
|
.carouselGaleryThumbs {
|
|
margin-top: 16px;
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
margin-bottom: 32px;
|
|
display: block;
|
|
}
|
|
|
|
.productImagesThumbActive,
|
|
.productImagesThumb {
|
|
margin: 0 16px 0 0;
|
|
|
|
width: 90px !important;
|
|
height: 90px;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
}
|
|
}
|