2023-01-24 00:00:28 +00:00
|
|
|
.container {
|
|
|
|
background-color: $color-white;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
margin-left: 40px;
|
|
|
|
@media (min-width: 2500px) {
|
|
|
|
margin-left: 360px;
|
|
|
|
}
|
|
|
|
.homeIcon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.homeLink::after {
|
|
|
|
content: "Home";
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.arrow {
|
|
|
|
.link{
|
|
|
|
font-size: 0;
|
2023-01-21 18:14:33 +00:00
|
|
|
}
|
2023-01-24 00:00:28 +00:00
|
|
|
.link--1::after {
|
|
|
|
content: "Sapatos";
|
2023-01-21 18:14:33 +00:00
|
|
|
display: inline-block;
|
2023-01-24 00:00:28 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-01-21 18:14:33 +00:00
|
|
|
}
|
2023-01-24 00:00:28 +00:00
|
|
|
.link--2::after {
|
|
|
|
content: "Sandálias";
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.termArrow{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.term{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|