rename .inverse to .bg-inverse, add .bg-faded

This commit is contained in:
Mark Otto 2015-08-18 00:45:32 -07:00
parent a4e9a6845a
commit d073a3beaa
1 changed files with 5 additions and 1 deletions

View File

@ -117,11 +117,15 @@
// Inverse
// Todo: redo this as a proper class
.inverse {
.bg-inverse {
color: $gray-lighter;
background-color: $gray-dark;
}
.bg-faded {
background-color: $gray-lightest;
}
@include bg-variant('.bg-primary', $brand-primary);
@include bg-variant('.bg-success', $brand-success);