(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":{
|
||||
"props": {
|
||||
"blockClass": "slide-k",
|
||||
"testId":"product-summary-list"
|
||||
|
||||
},
|
||||
|
@ -99,4 +99,10 @@
|
||||
|
||||
.html--size-buy-button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1921px) {
|
||||
.flexRow--product-main {
|
||||
padding: 0 360px 0 360px;
|
||||
}
|
||||
}
|
@ -19,6 +19,11 @@
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1921px) {
|
||||
.container {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.container .productImagesGallerySlide {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
@ -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) {
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
.sliderLayoutContainer--carousel {
|
||||
margin-bottom: 64px;
|
||||
padding: 0 40px 0 40px;
|
||||
|
||||
.sliderLeftArrow--carousel {
|
||||
visibility: hidden;
|
||||
|
||||
|
@ -8,6 +8,9 @@
|
||||
@include mq (md, max) {
|
||||
padding: 0;
|
||||
}
|
||||
@include mq (xl, min) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.productImagesGallerySlide {
|
||||
width: 100% !important;
|
||||
@ -521,7 +524,7 @@
|
||||
font-size: 32px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.productDescriptionText {
|
||||
|
@ -76,6 +76,9 @@
|
||||
|
||||
border-top: 1px solid $color-gray7;
|
||||
}
|
||||
@include mq (xl, min) {
|
||||
padding: 0 360px 0 360px;
|
||||
}
|
||||
}
|
||||
|
||||
.listItem--DescricaoTab{
|
||||
|
Loading…
x
Reference in New Issue
Block a user