Navbar-variant

A LESS mixin to change the color of your Bootstrap navbar.



Download navbar-variant.less

Install with bower:

$> bower install navbar-variant

Demo



Position

Color




Get the code

LESS file

@import "navbar-variant.less";

.navbar-blue {
  .navbar-variant(blue, white);
}

HTML file

<nav class="navbar-blue">
  ...
</nav>







Made with by db0 Browse my other projects