2023-01-26 07:16:46 -03:00
|
|
|
.container {
|
2023-02-02 20:03:37 -03:00
|
|
|
width: 94.4444%;
|
2023-02-02 20:13:30 -03:00
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0 0 16px 0;
|
2023-01-26 07:16:46 -03:00
|
|
|
|
2023-02-07 15:41:49 -03:00
|
|
|
@media screen and (min-width: 1920px) {
|
2023-02-08 01:00:20 -03:00
|
|
|
width: 71.875%;
|
2023-02-07 15:41:49 -03:00
|
|
|
}
|
2023-02-10 01:24:39 -03:00
|
|
|
@media screen and ((min-width: 769px) and (max-width: 1024px)) {
|
2023-02-07 15:41:49 -03:00
|
|
|
width: 92.1875%;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
width: 79%;
|
|
|
|
}
|
|
|
|
|
2023-01-26 07:16:46 -03: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 08:16:49 -03:00
|
|
|
color: #929292;
|
2023-02-10 20:07:42 -03:00
|
|
|
cursor: pointer;
|
2023-02-08 18:28:49 -03:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
color: #929292;
|
|
|
|
}
|
2023-01-26 07:16:46 -03:00
|
|
|
}
|
|
|
|
}
|