summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/less/panels.less
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/less/panels.less')
-rw-r--r--bower_components/bootstrap/less/panels.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/bower_components/bootstrap/less/panels.less b/bower_components/bootstrap/less/panels.less
index 04eb2b39..425eb5e6 100644
--- a/bower_components/bootstrap/less/panels.less
+++ b/bower_components/bootstrap/less/panels.less
@@ -76,6 +76,7 @@
.border-top-radius((@panel-border-radius - 1));
}
}
+
// Add border bottom radius for last one
&:last-child {
.list-group-item:last-child {
@@ -84,6 +85,11 @@
}
}
}
+ > .panel-heading + .panel-collapse > .list-group {
+ .list-group-item:first-child {
+ .border-top-radius(0);
+ }
+ }
}
// Collapse space between when there's no additional content.
.panel-heading + .list-group {