mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #13687 from smmoosavi/patch-1
Color Contrast for panel heading
This commit is contained in:
commit
4fd4681221
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
+ .panel-collapse > .panel-body {
|
||||
border-top-color: @border;
|
||||
}
|
||||
.badge {
|
||||
color: @heading-bg-color;
|
||||
background-color: @heading-text-color;
|
||||
}
|
||||
}
|
||||
& > .panel-footer {
|
||||
+ .panel-collapse > .panel-body {
|
||||
|
|
Loading…
Add table
Reference in a new issue