Merge pull request 'feat: alterado a adicionado o breadcrumb.' (#1) from feature/breadcrumb into development

Reviewed-on: #1
This commit is contained in:
Luiz Felipe Silva 2023-02-10 10:32:08 +00:00
commit 26e92e6ccb
2 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,20 @@
/*
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 */
:global(.vtex-breadcrumb-1-x-container) {
background-color: black;
}
:global(.vtex-breadcrumb-1-x-container--m3-product-breadcrumb) {
color: red;
}
.product-breadcrumb, .homeLink {
background-color: blue;
}

View File

@ -0,0 +1,54 @@
/*
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 {
display: flex;
}
.homeLink::after {
content: "Home";
}
.homeLink,
.link--1,
.link--2 {
text-transform: capitalize;
font-family: Open Sans;
font-size: 14px;
font-weight: 400;
line-height: 19px;
color: #929292;
}
.homeLink::after,
.link--1::after,
.link--2::after {
text-transform: capitalize;
font-family: Open Sans;
font-size: 14px;
font-weight: 400;
line-height: 19px;
color: #929292;
color: #929292;
}
.homeIcon,
.term {
display: none;
}
.link--1 {
font-size: 0;
}
.link--1::after {
content: "Sapatos";
}
.caretIcon:last-child {
display: none;
}