49 lines
742 B
SCSS
49 lines
742 B
SCSS
.container {
|
|
padding: 16px 40px;
|
|
margin: 0 auto;
|
|
max-width: 96rem;
|
|
align-items: center;
|
|
.homeLink {
|
|
.homeIcon {
|
|
display: none;
|
|
}
|
|
}
|
|
:global(.vtex-breadcrumb-1-x-link){
|
|
font-size: 14px;
|
|
}
|
|
.homeLink::before {
|
|
content: 'Home';
|
|
font-size: 16px;
|
|
color: #929292;
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
}
|
|
|
|
.homeLink:hover::before {
|
|
color: #0f3e99;
|
|
}
|
|
.arrow--1 {
|
|
.link {
|
|
font-size: 0;
|
|
}
|
|
.link::before {
|
|
content: 'Sapatos';
|
|
font-size: 14px;
|
|
color: #929292;
|
|
|
|
}
|
|
.link:hover::before {
|
|
color: #0f3e99;
|
|
}
|
|
}
|
|
}
|
|
.termArrow{
|
|
display: none;
|
|
}
|
|
.term{
|
|
display: none;
|
|
}
|