Commit d073a3be authored by Mark Otto's avatar Mark Otto

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

parent a4e9a684
...@@ -117,11 +117,15 @@ ...@@ -117,11 +117,15 @@
// Inverse // Inverse
// Todo: redo this as a proper class // Todo: redo this as a proper class
.inverse { .bg-inverse {
color: $gray-lighter; color: $gray-lighter;
background-color: $gray-dark; background-color: $gray-dark;
} }
.bg-faded {
background-color: $gray-lightest;
}
@include bg-variant('.bg-primary', $brand-primary); @include bg-variant('.bg-primary', $brand-primary);
@include bg-variant('.bg-success', $brand-success); @include bg-variant('.bg-success', $brand-success);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment