forked from M3-Academy/challenge-vtex-io
feature/productPurchase #19
@ -13,10 +13,21 @@
|
||||
margin: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
.carouselContainer .productImageTag {
|
||||
.productImageTag {
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
.productImagesGallerySlide {
|
||||
.productImageTag {
|
||||
width: 800px;
|
||||
}
|
||||
}
|
||||
*/
|
||||
.productImagesThumb {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.productBrand {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
@ -2,12 +2,20 @@
|
||||
max-width: 100%;
|
||||
margin: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
.carouselContainer {
|
||||
.productImageTag {
|
||||
max-height: none !important;
|
||||
}
|
||||
/*
|
||||
.productImagesGallerySlide {
|
||||
.productImageTag {
|
||||
max-height: none !important;
|
||||
width: 800px;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
.productImagesThumb {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.productBrand {
|
||||
display: flex;
|
||||
@ -246,3 +254,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user