2023-01-26 01:36:07 +00:00
|
|
|
.container {
|
|
|
|
// background: green;
|
|
|
|
padding: 0 40px 16px;
|
|
|
|
|
2023-02-10 22:12:29 +00:00
|
|
|
.link {
|
2023-01-26 01:36:07 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
|
|
|
|
padding: 2px 12px;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
padding: 0;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homeLink {
|
|
|
|
position: relative;
|
|
|
|
// background-color: yellow;
|
|
|
|
|
|
|
|
.homeIcon {
|
|
|
|
visibility: hidden;
|
|
|
|
width: 37.35px;
|
|
|
|
height: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "Home";
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
}
|
2023-02-10 22:12:29 +00:00
|
|
|
|
|
|
|
.termArrow,
|
|
|
|
.term {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-01-26 01:36:07 +00:00
|
|
|
}
|