35 lines
449 B
SCSS
35 lines
449 B
SCSS
|
.container {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
padding: 0 40px;
|
||
|
}
|
||
|
|
||
|
.homeLink::after {
|
||
|
content: "Home";
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.homeIcon,
|
||
|
.termArrow,
|
||
|
.term {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.link--1 {
|
||
|
font-size: 0;
|
||
|
height: 23px;
|
||
|
}
|
||
|
|
||
|
.link--1::after {
|
||
|
content: "Sapatos";
|
||
|
font-size: 14px;
|
||
|
padding-left: 0.25rem;
|
||
|
padding-right: 0.25rem;
|
||
|
}
|
||
|
|
||
|
:global(.vtex-breadcrumb-1-x-container) {
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
}
|