development #24

Merged
SavioCarvalhoMoraes merged 50 commits from development into master 2023-02-10 18:25:07 +00:00
6 changed files with 31 additions and 15 deletions
Showing only changes of commit e6c7d5004f - Show all commits

View File

@ -48,4 +48,8 @@
display: flex;
flex-direction: column;
}
.flexRowContent .stretchChildrenWidth {
width: 100% !important;
padding: 0;
}
}

View File

@ -29,4 +29,10 @@
font-size: 14px;
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
.product-identifier--productReference {
justify-content: flex-start;
}
}

View File

@ -17,13 +17,6 @@
max-height: none !important;
}
/*
.productImagesGallerySlide {
.productImageTag {
width: 800px;
}
}
*/
.productImagesThumb {
width: 100%;
max-width: 90px;
@ -386,4 +379,10 @@
display: flex;
flex-direction: column;
}
.productBrand {
justify-content: flex-start;
}
.product-identifier--productReference {
justify-content: none;
}
}

View File

@ -41,5 +41,9 @@
.flexRowContent {
display: flex;
flex-direction: column;
.stretchChildrenWidth {
width: 100% !important;
padding: 0;
}
}
}

View File

@ -17,3 +17,8 @@
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
.product-identifier--productReference {
justify-content: flex-start;
}
}

View File

@ -1,18 +1,10 @@
.container {
max-width: 100%;
//margin: 0 40px 0 40px !important;
padding: 0 40px 0 40px;
}
.productImageTag {
max-height: none !important;
}
/*
.productImagesGallerySlide {
.productImageTag {
width: 800px;
}
}
*/
.productImagesThumb {
width: 100%;
@ -379,4 +371,10 @@
display: flex;
flex-direction: column;
}
.productBrand {
justify-content: flex-start;
}
.product-identifier--productReference {
justify-content: none;
}
}