2019-07-24 19:03:39 +02:00
|
|
|
.bd-navbar {
|
2020-02-13 13:45:33 +01:00
|
|
|
padding: .625rem 0;
|
2019-07-24 19:03:39 +02:00
|
|
|
background-color: $bd-purple-bright;
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
.navbar-nav-scroll {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: .25rem;
|
|
|
|
|
|
|
|
.navbar-nav {
|
2020-02-13 13:45:33 +01:00
|
|
|
padding: .5rem 0;
|
|
|
|
margin: -.5rem 0;
|
2019-07-24 19:03:39 +02:00
|
|
|
overflow-x: auto;
|
|
|
|
white-space: nowrap;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
.nav-link {
|
2019-07-24 19:06:58 +02:00
|
|
|
color: rgba($white, .85);
|
2019-07-24 19:03:39 +02:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
font-weight: 600;
|
2020-02-13 13:45:33 +01:00
|
|
|
color: $white;
|
2019-07-24 19:03:39 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav-svg {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
}
|