feat: Finaliza projeto e @media
This commit is contained in:
parent
faa3fcd436
commit
f4e6e7f195
@ -179,12 +179,6 @@ button[class*="vtex-numeric-stepperminus-button numeric-stepperminus-button br2
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="vtex-store-components-3-x-productImageTag--main"] {
|
|
||||||
width: 904px;
|
|
||||||
height: 904px;
|
|
||||||
max-height: 900px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
[class*="pix-container"] {
|
[class*="pix-container"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@ -218,6 +212,27 @@ button[class*="vtex-numeric-stepperminus-button numeric-stepperminus-button br2
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
.html--botaoadc-quantidade {
|
.html--botaoadc-quantidade {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px){
|
||||||
|
|
||||||
|
[class*="vtex-tab-layout-0-x-listItem"]{
|
||||||
|
border: none;
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="vtex-tab-layout-0-x-listItemActive"] {
|
||||||
|
border: none;
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,13 +8,14 @@
|
|||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
.flexRowContent--btn-product {
|
.flexRowContent--btn-product {
|
||||||
margin: 0;
|
margin: 0 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexRow--btn-product {
|
.flexRow--btn-product {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 10px;
|
|
||||||
}
|
}
|
||||||
.flexRow--btn-product :global(.vtex-button) {
|
.flexRow--btn-product :global(.vtex-button) {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
@ -198,6 +198,13 @@
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 1024px) {
|
||||||
|
.productDescriptionContainer {
|
||||||
|
width: 100%;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.carouselGaleryThumbs {
|
.carouselGaleryThumbs {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
@ -304,3 +311,9 @@
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1023px) {
|
||||||
|
.content--imagem-descricao {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
@ -9,12 +9,18 @@
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
.flexRowContent--btn-product {
|
.flexRowContent--btn-product {
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexRow--btn-product {
|
.flexRow--btn-product {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 10px;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
:global(.vtex-button) {
|
:global(.vtex-button) {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
@ -36,3 +42,5 @@
|
|||||||
.flexRowContent--container-main {
|
.flexRowContent--container-main {
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -221,6 +221,12 @@
|
|||||||
.productDescriptionContainer {
|
.productDescriptionContainer {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px) {
|
||||||
|
width: 100%;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.carouselGaleryThumbs {
|
.carouselGaleryThumbs {
|
||||||
@ -350,3 +356,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.content--imagem-descricao {
|
||||||
|
@media screen and (max-width: 1023px) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.listContainer {
|
.listContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
@ -16,7 +15,20 @@
|
|||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
|
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// .productImageTag--main {
|
||||||
|
// @media screen and (max-width: 1024px){
|
||||||
|
// max-height: 1000px !important;
|
||||||
|
// width: 100%;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .swiper-slide {
|
||||||
|
// @media screen and (max-width: 1024px) {
|
||||||
|
// display: none;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
Loading…
Reference in New Issue
Block a user