24 lines
316 B
SCSS
24 lines
316 B
SCSS
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.homeLink {
|
|
.homeIcon {
|
|
display: none;
|
|
}
|
|
}
|
|
.homeLink::before {
|
|
content: "Home";
|
|
font-size: 16px;
|
|
}
|
|
.arrow--1 {
|
|
.link {
|
|
font-size: 0;
|
|
}
|
|
.link::before {
|
|
content: "Sapatos";
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
}
|