mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 20:00:59 +00: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…
Reference in a new issue