mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-22 19:54:22 +01:00
Contextual background-inverse text color fix
This commit is contained in:
parent
ac1ea8c26c
commit
26731b3378
@ -2,10 +2,6 @@
|
|||||||
// Contextual backgrounds
|
// Contextual backgrounds
|
||||||
//
|
//
|
||||||
|
|
||||||
.bg-inverse {
|
|
||||||
background-color: $brand-inverse;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-faded {
|
.bg-faded {
|
||||||
background-color: $gray-lightest;
|
background-color: $gray-lightest;
|
||||||
}
|
}
|
||||||
@ -19,3 +15,5 @@
|
|||||||
@include bg-variant('.bg-warning', $brand-warning);
|
@include bg-variant('.bg-warning', $brand-warning);
|
||||||
|
|
||||||
@include bg-variant('.bg-danger', $brand-danger);
|
@include bg-variant('.bg-danger', $brand-danger);
|
||||||
|
|
||||||
|
@include bg-variant('.bg-inverse', $brand-inverse);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user