36 lines
567 B
SCSS
36 lines
567 B
SCSS
|
.container {
|
||
|
align-items: center;
|
||
|
|
||
|
.homeLink {
|
||
|
padding: 0;
|
||
|
|
||
|
.homeIcon {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
.homeLink::before {
|
||
|
content: "Home";
|
||
|
font-family: "Open Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
color: #929292;
|
||
|
|
||
|
}
|
||
|
.arrow--1 {
|
||
|
.link {
|
||
|
font-size: 0;
|
||
|
}
|
||
|
.link::before {
|
||
|
content: "Sapatos";
|
||
|
font-family: "Open Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
color: #929292;
|
||
|
}
|
||
|
}
|
||
|
}
|