add navbar-nav-not-expanded class

pull/3867/head
REJack 2021-07-29 22:04:58 +02:00
parent 68bac2b677
commit 1098533bcd
1 changed files with 14 additions and 0 deletions

View File

@ -98,6 +98,20 @@
@include navbar-variant($color, $value);
}
.navbar-nav-not-expanded {
flex-direction: row;
.dropdown-menu {
position: absolute;
}
.nav-link {
padding-right: $navbar-nav-link-padding-x;
padding-left: $navbar-nav-link-padding-x;
}
}
@include dark-mode () {
.nav-pills .nav-link {
color: $gray-400;