aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-18 00:45:32 -0700
committerMark Otto <[email protected]>2015-08-18 00:45:32 -0700
commitd073a3beaa056d73e5ab6833a05accb8d5a068b1 (patch)
treebb334bca9958cd22f27d62ce3b712aae073cfabb
parenta4e9a6845a977e28a9dfa6fc0d2571314ce44e06 (diff)
downloadbootstrap-d073a3beaa056d73e5ab6833a05accb8d5a068b1.tar.xz
bootstrap-d073a3beaa056d73e5ab6833a05accb8d5a068b1.zip
rename .inverse to .bg-inverse, add .bg-faded
-rw-r--r--scss/_utilities.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss
index ecb0c544d..12e29626e 100644
--- a/scss/_utilities.scss
+++ b/scss/_utilities.scss
@@ -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);