29 lines
395 B
SCSS
29 lines
395 B
SCSS
|
.homeLink {
|
||
|
.homeIcon {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
&::before {
|
||
|
content: "Home";
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
|
||
|
color: #929292;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.link--1,
|
||
|
.link--2,
|
||
|
.link--3 {
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
|
||
|
color: #929292;
|
||
|
}
|