2023-09-18 16:33:22 +00:00
|
|
|
.navigationHeader {
|
|
|
|
@include font-size(1.8rem);
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation {
|
|
|
|
@include font-size(1.4rem);
|
|
|
|
|
2023-11-13 14:43:08 +00:00
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-right: 2.4rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2023-09-18 16:33:22 +00:00
|
|
|
.active {
|
|
|
|
a {
|
2023-11-13 14:43:08 +00:00
|
|
|
border-bottom: 2px solid;
|
2023-09-18 16:33:22 +00:00
|
|
|
cursor: inherit;
|
2023-11-13 14:43:08 +00:00
|
|
|
font-weight: bold;
|
|
|
|
pointer-events: none;
|
|
|
|
text-decoration: none;
|
2023-09-18 16:33:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|