2023-01-23 11:34:58 +00:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin-left: 40px;
|
2023-01-28 20:53:21 +00:00
|
|
|
padding: 0 0 16px;
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 71.858%;
|
|
|
|
}
|
2023-01-23 11:34:58 +00:00
|
|
|
.homeLink {
|
2023-02-02 17:13:11 +00:00
|
|
|
padding-right: 6px;
|
|
|
|
padding-left: 0;
|
2023-01-23 11:34:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.homeLink::before {
|
|
|
|
content: "Home";
|
2023-01-28 13:49:06 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2023-02-02 17:13:11 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: $gray;
|
2023-01-23 11:34:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.homeIcon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-02-02 17:13:11 +00:00
|
|
|
.arrow {
|
|
|
|
padding: 0 6px;
|
|
|
|
.link {
|
|
|
|
padding: 0 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.term {
|
|
|
|
padding: 0 6px;
|
|
|
|
}
|
|
|
|
|
2023-01-23 11:34:58 +00:00
|
|
|
.link,
|
|
|
|
.term {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-02-02 17:13:11 +00:00
|
|
|
color: $gray;
|
2023-01-28 20:53:21 +00:00
|
|
|
}
|
2023-01-23 11:34:58 +00:00
|
|
|
}
|