(fix)estilização da pagina >1920px
This commit is contained in:
parent
fab8056bf7
commit
8bc0e33116
@ -22,5 +22,13 @@
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@media (min-width: 1921px) {
|
||||||
|
[class*="html--slide-k"] {
|
||||||
|
padding: 0 360px 0 360px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -524,6 +524,7 @@
|
|||||||
},
|
},
|
||||||
"html#slider-layout#carousel":{
|
"html#slider-layout#carousel":{
|
||||||
"props": {
|
"props": {
|
||||||
|
"blockClass": "slide-k",
|
||||||
"testId":"product-summary-list"
|
"testId":"product-summary-list"
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -100,3 +100,9 @@
|
|||||||
.html--size-buy-button {
|
.html--size-buy-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 1921px) {
|
||||||
|
.flexRow--product-main {
|
||||||
|
padding: 0 360px 0 360px;
|
||||||
|
}
|
||||||
|
}
|
@ -19,6 +19,11 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media only screen and (min-width: 1921px) {
|
||||||
|
.container {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.container .productImagesGallerySlide {
|
.container .productImagesGallerySlide {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
@ -76,6 +76,11 @@
|
|||||||
border-top: 1px solid #BFBFBF;
|
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) {
|
@media only screen and (max-width: 1024px) {
|
||||||
.listItem--DescricaoTab :global(.vtex-button) {
|
.listItem--DescricaoTab :global(.vtex-button) {
|
||||||
|
@ -105,4 +105,10 @@ margin-left: 10px;
|
|||||||
.html--size-buy-button{
|
.html--size-buy-button{
|
||||||
width: 100%;}
|
width: 100%;}
|
||||||
|
|
||||||
|
.flexRow--product-main{
|
||||||
|
@include mq (xl, min) {
|
||||||
|
padding: 0 360px 0 360px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
.sliderLayoutContainer--carousel {
|
.sliderLayoutContainer--carousel {
|
||||||
margin-bottom: 64px;
|
margin-bottom: 64px;
|
||||||
padding: 0 40px 0 40px;
|
padding: 0 40px 0 40px;
|
||||||
|
|
||||||
.sliderLeftArrow--carousel {
|
.sliderLeftArrow--carousel {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
@include mq (md, max) {
|
@include mq (md, max) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@include mq (xl, min) {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.productImagesGallerySlide {
|
.productImagesGallerySlide {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
@ -76,6 +76,9 @@
|
|||||||
|
|
||||||
border-top: 1px solid $color-gray7;
|
border-top: 1px solid $color-gray7;
|
||||||
}
|
}
|
||||||
|
@include mq (xl, min) {
|
||||||
|
padding: 0 360px 0 360px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItem--DescricaoTab{
|
.listItem--DescricaoTab{
|
||||||
|
Loading…
Reference in New Issue
Block a user