2023-01-26 10:16:46 +00:00
|
|
|
.container {
|
|
|
|
padding: 0 40px;
|
2023-01-27 13:46:17 +00:00
|
|
|
margin-bottom: 16px;
|
2023-01-26 10:16:46 +00:00
|
|
|
|
|
|
|
.homeIcon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homeLink {
|
|
|
|
&::after {
|
|
|
|
content: "Home";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.link,
|
|
|
|
.term {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
|
2023-01-31 11:16:49 +00:00
|
|
|
.link,
|
2023-01-26 10:16:46 +00:00
|
|
|
.term {
|
2023-01-31 11:16:49 +00:00
|
|
|
color: #929292;
|
2023-01-26 10:16:46 +00:00
|
|
|
}
|
|
|
|
}
|