36 lines
546 B
CSS
36 lines
546 B
CSS
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
|
||
|
|
||
|
.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;
|
||
|
}
|