2023-01-31 21:26:49 +00:00
|
|
|
.container {
|
|
|
|
padding-left: 40px;
|
2023-01-25 21:23:17 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
2023-01-31 21:26:49 +00:00
|
|
|
.homeLink {
|
|
|
|
.homeIcon {
|
2023-01-25 21:23:17 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2023-01-31 21:26:49 +00:00
|
|
|
.homeLink::before {
|
|
|
|
content: 'Home';
|
2023-01-25 21:23:17 +00:00
|
|
|
font-size: 16px;
|
2023-01-31 21:26:49 +00:00
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homeLink:hover::before {
|
|
|
|
color: #0f3e99;
|
2023-01-25 21:23:17 +00:00
|
|
|
}
|
|
|
|
.arrow--1 {
|
2023-01-31 21:26:49 +00:00
|
|
|
.link {
|
|
|
|
font-size: 0;
|
2023-01-25 21:23:17 +00:00
|
|
|
}
|
2023-01-31 21:26:49 +00:00
|
|
|
.link::before {
|
|
|
|
content: 'Sapatos';
|
2023-01-25 21:23:17 +00:00
|
|
|
font-size: 16px;
|
2023-01-31 21:26:49 +00:00
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.link:hover::before {
|
|
|
|
color: #0f3e99;
|
2023-01-25 21:23:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|