forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat: adiciona css prateleira e newsletter 1024px' (#25) from feature/adiciona-css-prateleira-newsletter-1024px into development
Reviewed-on: #25
This commit is contained in:
commit
5ce7bb1ced
@ -262,6 +262,18 @@
|
|||||||
"blocks": ["product-summary.shelf#shelfProducts"],
|
"blocks": ["product-summary.shelf#shelfProducts"],
|
||||||
"children": ["slider-layout#demo-products"]
|
"children": ["slider-layout#demo-products"]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"slider-layout#demo-products": {
|
||||||
|
"props": {
|
||||||
|
"blockClass": "shelf",
|
||||||
|
"itemsPerPage": {
|
||||||
|
"desktop": 4,
|
||||||
|
"tablet": 3,
|
||||||
|
"phone": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"newsletter#pageProduct": {
|
"newsletter#pageProduct": {
|
||||||
"props": {
|
"props": {
|
||||||
"blockClass": "pageProduct",
|
"blockClass": "pageProduct",
|
||||||
|
@ -119,6 +119,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
.flexRowContent--product-container {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.flexRowContent--product-container .flexRowContent {
|
.flexRowContent--product-container .flexRowContent {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
.carouselGaleryThumbs {
|
.carouselGaleryThumbs {
|
||||||
max-height: 90px;
|
max-height: 90px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.productImageTag--main {
|
.productImageTag--main {
|
||||||
@ -464,10 +465,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
.container {
|
||||||
|
padding: 0 40px;
|
||||||
|
}
|
||||||
.productBrand--quickview {
|
.productBrand--quickview {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
}
|
}
|
||||||
|
.container--pageProduct {
|
||||||
|
width: 96%;
|
||||||
|
}
|
||||||
.form .content {
|
.form .content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -112,6 +112,7 @@
|
|||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.flexRowContent--product-container {
|
.flexRowContent--product-container {
|
||||||
|
width: 100%;
|
||||||
.flexRowContent {
|
.flexRowContent {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
.carouselGaleryThumbs {
|
.carouselGaleryThumbs {
|
||||||
max-height: 90px;
|
max-height: 90px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.productImageTag--main {
|
.productImageTag--main {
|
||||||
@ -476,11 +477,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
.container {
|
||||||
|
padding: 0 40px;
|
||||||
|
}
|
||||||
.productBrand--quickview {
|
.productBrand--quickview {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container--pageProduct {
|
||||||
|
width: 96%;
|
||||||
|
}
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
.content {
|
.content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user