forked from M3-Academy/challenge-vtex-io
development #24
@ -48,4 +48,8 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.flexRowContent .stretchChildrenWidth {
|
||||
width: 100% !important;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
@ -41,5 +41,9 @@
|
||||
.flexRowContent {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.stretchChildrenWidth {
|
||||
width: 100% !important;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user