feat(main): adiciona estilo à thumbnail image active
This commit is contained in:
parent
237742b407
commit
24d03fab83
@ -44,4 +44,8 @@
|
||||
aspect-ratio: 1/1;
|
||||
border-radius: 8px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.carouselGaleryThumbs .productImagesThumb.productImagesThumbActive .carouselThumbBorder {
|
||||
border-radius: 8px;
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
|
||||
}
|
@ -43,8 +43,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
// @include mq(lg, max) {
|
||||
// background-color: magenta;
|
||||
// }
|
||||
&.productImagesThumbActive {
|
||||
.carouselThumbBorder {
|
||||
border-radius: 8px;
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
rgba(0, 0, 0, 0.33),
|
||||
rgba(0, 0, 0, 0.33)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user