50 lines
605 B
SCSS
50 lines
605 B
SCSS
.container {
|
|
display: flex;
|
|
}
|
|
|
|
.homeLink {
|
|
&::after {
|
|
content: "Home";
|
|
}
|
|
}
|
|
|
|
.homeLink,
|
|
.link--1,
|
|
.link--2 {
|
|
text-transform: capitalize;
|
|
font-family: Open Sans;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
|
|
&::after {
|
|
text-transform: capitalize;
|
|
font-family: Open Sans;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
color: #929292;
|
|
}
|
|
}
|
|
|
|
.homeIcon,
|
|
.term {
|
|
display: none;
|
|
}
|
|
|
|
.link--1 {
|
|
font-size: 0;
|
|
|
|
&::after {
|
|
content: "Sapatos";
|
|
}
|
|
}
|
|
|
|
.caretIcon {
|
|
&:last-child {
|
|
display: none;
|
|
}
|
|
}
|