19 lines
364 B
SCSS
Vendored
19 lines
364 B
SCSS
Vendored
.nav-slider{
|
|
position: relative;
|
|
.nav-link{
|
|
&.active {
|
|
background-color: inherit;
|
|
}
|
|
}
|
|
.nav-item {
|
|
z-index: 3;
|
|
}
|
|
.nav-slider-thumb {
|
|
z-index: 1 !important;
|
|
.nav-link {
|
|
width: 100%;
|
|
color: var(--bs-primary) !important;
|
|
background: $component-active-bg;
|
|
}
|
|
}
|
|
} |