forked from M3-Academy/challenge-vtex-io
27 lines
450 B
SCSS
27 lines
450 B
SCSS
.container {
|
|
margin-left: 40px;
|
|
.homeIcon {
|
|
display: none;
|
|
}
|
|
.Link,
|
|
.term {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
.homeLink {
|
|
&::after {
|
|
content: "Home";
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
}
|
|
}
|