28 lines
358 B
CSS
28 lines
358 B
CSS
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
font-weight: 400;
|
|
color: #929292 !important;
|
|
padding: 0 40px;
|
|
}
|
|
|
|
.homeIcon {
|
|
display: none;
|
|
}
|
|
|
|
.homeLink::before {
|
|
content: "Home";
|
|
display: flex;
|
|
color: #929292 !important;
|
|
}
|
|
|
|
.arrow--1 {
|
|
display: none;
|
|
}
|
|
|
|
.link--2 {
|
|
color: #929292 !important;
|
|
}
|