estilização do mobile imagem descrição bottom

This commit is contained in:
Ueber James Santos 2023-02-08 21:31:45 -03:00
parent 8e3140712f
commit 73f4d2afd7
5 changed files with 48 additions and 1 deletions

View File

@ -19,6 +19,8 @@
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {
.flexRowContent--product-main { .flexRowContent--product-main {
display: block; display: block;
padding-left: 40px;
padding-right: 40px;
} }
.flexRowContent--product-main .stretchChildrenWidth { .flexRowContent--product-main .stretchChildrenWidth {
width: 100% !important; width: 100% !important;
@ -48,3 +50,13 @@
width: 780px; width: 780px;
} }
} }
@media only screen and (max-width: 1024px) {
.flexRowContent--description {
display: flex;
flex-direction: column;
}
.flexRowContent--description .stretchChildrenWidth {
width: 100% !important;
}
}

View File

@ -14,6 +14,11 @@
padding-left: 40px; padding-left: 40px;
padding-right: 40px; padding-right: 40px;
} }
@media only screen and (max-width: 1024px) {
.container {
padding: 0;
}
}
.container .productImagesGallerySlide { .container .productImagesGallerySlide {
width: 100% !important; width: 100% !important;
} }

View File

@ -12,8 +12,11 @@
@include mq (md, max) { @include mq (md, max) {
display: block; display: block;
padding-left: 40px;
padding-right: 40px;
.stretchChildrenWidth { .stretchChildrenWidth {
width: 100% !important; width: 100% !important;
} }
} }
@ -44,4 +47,17 @@ margin-left: 10px;
} }
} }
.flexRowContent--description{
@include mq (md, max) {
display: flex;
flex-direction: column;
.stretchChildrenWidth{
width: 100% !important;
}
}
}

View File

@ -4,6 +4,9 @@
max-width: 100%; max-width: 100%;
padding-left: 40px; padding-left: 40px;
padding-right: 40px; padding-right: 40px;
@include mq (md, max) {
padding: 0;
}
.productImagesGallerySlide { .productImagesGallerySlide {
width: 100% !important; width: 100% !important;
@ -380,6 +383,10 @@ padding-bottom: 15px;
line-height: 32px; line-height: 32px;
font-family: $font-open; font-family: $font-open;
padding-left: 32px; padding-left: 32px;
// @include mq (md, max) {
// padding-left: 0;
// padding-top: 16px;
// }
} }
.productDescriptionText { .productDescriptionText {
@ -398,6 +405,9 @@ padding-bottom: 15px;
} }
// @include mq (md, max) {
// padding-left: 0;}
} }
// tab-descrição-fim // tab-descrição-fim

View File

@ -53,6 +53,7 @@
.container { .container {
.contentContainer--DescricaoCont { .contentContainer--DescricaoCont {
padding-top: 32px; padding-top: 32px;
} }
} }
@ -73,3 +74,6 @@
} }
} }
} }