2023-01-23 23:31:22 +00:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 19px;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #929292 !important;
|
2023-02-04 02:15:51 +00:00
|
|
|
padding: 0 40px;
|
2023-01-23 23:31:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.homeIcon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homeLink::before {
|
|
|
|
content: "Home";
|
|
|
|
display: flex;
|
|
|
|
color: #929292 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow--1 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--2 {
|
|
|
|
color: #929292 !important;
|
|
|
|
}
|