mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Merge pull request #20130 from jeradrutnam/context-bg-fix
Contextual background-inverse text color fix
This commit is contained in:
commit
7d2295ffaf
1 changed files with 2 additions and 4 deletions
|
|
@ -2,10 +2,6 @@
|
|||
// Contextual backgrounds
|
||||
//
|
||||
|
||||
.bg-inverse {
|
||||
background-color: $brand-inverse;
|
||||
}
|
||||
|
||||
.bg-faded {
|
||||
background-color: $gray-lightest;
|
||||
}
|
||||
|
|
@ -19,3 +15,5 @@
|
|||
@include bg-variant('.bg-warning', $brand-warning);
|
||||
|
||||
@include bg-variant('.bg-danger', $brand-danger);
|
||||
|
||||
@include bg-variant('.bg-inverse', $brand-inverse);
|
||||
|
|
|
|||
Loading…
Reference in a new issue