Merge pull request #192 from neutrico/develop

Fix navbar-inverse background hard coded to indigo
This commit is contained in:
Fez Vrasta 2014-11-10 15:01:48 +01:00
commit 531487f299
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@
.variations(~"", background-color, @primary);
&-inverse {
background-color: @indigo;
background-color: @navbar-inverse-bg;
}
&-material-white {
background-color: #FFF;

View File

@ -158,7 +158,7 @@
}
.navbar-inverse {
background-color: $indigo;
background-color: $navbar-inverse-bg;
}
.navbar-white {