Created by: Mevrael
Fixes: #17532 (closed): Dropdowns in navbar navs? from #18467 (closed)
- Padding in navbar removed to allow bg color on :hover on nav-item. Margin in nav-item now can be used instead.
- Added padding and margin to navbar nav-items configurable via 4 new variables:
- $navbar-item-padding-y: 0.5rem;
- $navbar-item-padding-x: 1rem;
- $navbar-item-margin-y: 0;
- $navbar-item-margin-x: 0;
- Fixed navbar-brand to position correctly
- Added dropdown support in navbar.
- Added example navbar-dropdown with bg-inverse, right align and fixed navbar.
- Added two new classes for body to add calculated margin if fixed navbar used:
.body-navbar-top-spacer
.body-navbar-bottom-spacer