0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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

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);