mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
rename .inverse to .bg-inverse, add .bg-faded
This commit is contained in:
parent
a4e9a6845a
commit
d073a3beaa
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user