ajustes na imagem do produto

This commit is contained in:
Emerson Fully 2023-02-09 20:08:49 -03:00
parent 516545c356
commit 7581931249
5 changed files with 51 additions and 11 deletions

View File

@ -112,4 +112,19 @@
background-color: white;
border-bottom: 4px solid black;
color: black;
}
@media screen and (max-width: 1024px) {
[class*="vtex-tab-layout-0-x-listItem"] button {
border: none;
width: 100%;
display: flex;
}
[class*="vtex-tab-layout-0-x-listItemActive"] button {
width: 100%;
display: flex;
border: none;
}
}

View File

@ -26,12 +26,14 @@
position: relative;
}
.flexRow--btn-product {
width: 100%;
max-width: 400px;
position: absolute;
top: 366px;
left: 158px;
@media screen and (min-width: 769px) {
.flexRow--btn-product {
width: 100%;
max-width: 400px;
position: absolute;
top: 366px;
left: 158px;
}
}
.flexRow--btn-product :global(.vtex-button) {
background-color: black;

View File

@ -249,6 +249,11 @@
margin-right: 16px;
width: 50%;
}
@media screen and (max-width: 1024px) {
.content--imagem-descricao {
width: 100%;
}
}
.productDescriptionContainer {
width: 50%;
@ -352,4 +357,10 @@
.sellingPrice {
font-weight: bolder;
}
@media screen and (max-width: 1024px) {
.productImageTag--imagem-descricao--main {
max-height: 1100px !important;
}
}

View File

@ -17,11 +17,13 @@
}
.flexRow--btn-product {
width: 100%;
max-width: 400px;
position: absolute;
top: 366px;
left: 158px;
@media screen and (min-width: 769px) {
width: 100%;
max-width: 400px;
position: absolute;
top: 366px;
left: 158px;
}
:global(.vtex-button) {
background-color: black;

View File

@ -278,6 +278,10 @@
.content--imagem-descricao {
margin-right: 16px;
width: 50%;
@media screen and (max-width: 1024px) {
width: 100%;
}
}
.productDescriptionContainer {
@ -398,3 +402,9 @@
.sellingPrice {
font-weight: bolder;
}
.productImageTag--imagem-descricao--main {
@media screen and (max-width: 1024px) {
max-height: 1100px !important;
}
}