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:
parent
a4e9a6845a
commit
d073a3beaa
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user