feat: breadcrumb alterado, ajustes no responsivo

This commit is contained in:
Ramon Dias Ferreira 2023-02-10 23:32:55 -03:00
parent c117e3be4c
commit 0b41e3deae
5 changed files with 89 additions and 0 deletions

View File

@ -10,3 +10,9 @@
} }
@media screen and (max-width: 375px) {
[class*="html--cart-button"] {
flex-direction: column;
}
}

View File

@ -0,0 +1,36 @@
/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.container {
padding: 0 40px;
}
.homeLink .homeIcon {
display: none;
}
.homeLink::before {
content: "Home";
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
.link--1,
.link--2,
.link--3 {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}

View File

@ -123,6 +123,11 @@
right: 0px; right: 0px;
} }
} }
@media screen and (max-width: 600px) {
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
position: inherit;
}
}
.shareContainer { .shareContainer {
display: none; display: none;
@ -270,6 +275,10 @@
color: #B9B9B9; color: #B9B9B9;
} }
.productImageTag--produto-carrossel--main {
max-height: inherit !important;
}
.productImageTag--description-imagem { .productImageTag--description-imagem {
max-height: 100% !important; max-height: 100% !important;
} }

View File

@ -0,0 +1,32 @@
.container{
padding: 0 40px;
}
.homeLink {
.homeIcon {
display: none;
}
&::before {
content: "Home";
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
.link--1,
.link--2,
.link--3 {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}

View File

@ -98,6 +98,9 @@
@media screen and (max-width: 1024px) { @media screen and (max-width: 1024px) {
right: 0px; right: 0px;
} }
@media screen and (max-width: 600px) {
position: inherit;
}
} }
.shareContainer { .shareContainer {
@ -231,6 +234,9 @@
color: #B9B9B9; color: #B9B9B9;
} }
.productImageTag--produto-carrossel--main{
max-height: inherit !important;
}
.productImageTag--description-imagem{ .productImageTag--description-imagem{