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