Commit 80d1b6b1 authored by ggam's avatar ggam
Browse files

Made panel-variant apply styles only to first child

parent aa2c152d
1 merge request!9498Made panel-variant apply styles only to first child
Showing with 2 additions and 2 deletions
+2 -2
......@@ -331,7 +331,7 @@
// -------------------------
.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {
border-color: @border;
.panel-heading {
& > .panel-heading {
color: @heading-text-color;
background-color: @heading-bg-color;
border-color: @heading-border;
......@@ -339,7 +339,7 @@
border-top-color: @border;
}
}
.panel-footer {
& > .panel-footer {
+ .panel-collapse .panel-body {
border-bottom-color: @border;
}
......
Supports Markdown
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