(fix)estilização da pagina >1920px

This commit is contained in:
Ueber James Santos 2023-02-10 15:54:39 -03:00
parent fab8056bf7
commit 8bc0e33116
9 changed files with 38 additions and 2 deletions

View File

@ -22,5 +22,13 @@
}
@media (min-width: 1921px) {
[class*="html--slide-k"] {
padding: 0 360px 0 360px;
}
}

View File

@ -524,6 +524,7 @@
},
"html#slider-layout#carousel":{
"props": {
"blockClass": "slide-k",
"testId":"product-summary-list"
},

View File

@ -100,3 +100,9 @@
.html--size-buy-button {
width: 100%;
}
@media only screen and (min-width: 1921px) {
.flexRow--product-main {
padding: 0 360px 0 360px;
}
}

View File

@ -19,6 +19,11 @@
padding: 0;
}
}
@media only screen and (min-width: 1921px) {
.container {
padding: 0;
}
}
.container .productImagesGallerySlide {
width: 100% !important;
}

View File

@ -76,6 +76,11 @@
border-top: 1px solid #BFBFBF;
}
}
@media only screen and (min-width: 1921px) {
.container--Descricao {
padding: 0 360px 0 360px;
}
}
@media only screen and (max-width: 1024px) {
.listItem--DescricaoTab :global(.vtex-button) {

View File

@ -105,4 +105,10 @@ margin-left: 10px;
.html--size-buy-button{
width: 100%;}
.flexRow--product-main{
@include mq (xl, min) {
padding: 0 360px 0 360px;
}
}

View File

@ -20,7 +20,6 @@
.sliderLayoutContainer--carousel {
margin-bottom: 64px;
padding: 0 40px 0 40px;
.sliderLeftArrow--carousel {
visibility: hidden;

View File

@ -8,6 +8,9 @@
@include mq (md, max) {
padding: 0;
}
@include mq (xl, min) {
padding: 0;
}
.productImagesGallerySlide {
width: 100% !important;

View File

@ -76,6 +76,9 @@
border-top: 1px solid $color-gray7;
}
@include mq (xl, min) {
padding: 0 360px 0 360px;
}
}
.listItem--DescricaoTab{