Commit 4fd46812 authored by Mark Otto's avatar Mark Otto

Merge pull request #13687 from smmoosavi/patch-1

Color Contrast for panel heading
parents 57bd8f94 67a332c9
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
+ .panel-collapse > .panel-body { + .panel-collapse > .panel-body {
border-top-color: @border; border-top-color: @border;
} }
.badge {
color: @heading-bg-color;
background-color: @heading-text-color;
}
} }
& > .panel-footer { & > .panel-footer {
+ .panel-collapse > .panel-body { + .panel-collapse > .panel-body {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment