forked from M3-Academy/challenge-vtex-io
26 lines
325 B
SCSS
26 lines
325 B
SCSS
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-left: 40px;
|
|
.homeLink {
|
|
padding: 0;
|
|
}
|
|
|
|
.homeLink::before {
|
|
content: "Home";
|
|
}
|
|
|
|
.homeIcon {
|
|
display: none;
|
|
}
|
|
|
|
.link,
|
|
.term {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
}
|