development #20

Merged
SavioCarvalhoMoraes merged 8 commits from development into feature/newsletter 2023-02-10 14:03:17 +00:00
2 changed files with 26 additions and 4 deletions
Showing only changes of commit 02fa36c226 - Show all commits

View File

@ -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;

View File

@ -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) {
}