ajustes na imagem do produto
This commit is contained in:
parent
516545c356
commit
7581931249
@ -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;
|
||||
}
|
||||
}
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user