Commit 6585c589 authored by Mark Otto's avatar Mark Otto
Browse files

spacing

parent 6ecb5d6c
Showing with 3 additions and 0 deletions
+3 -0
......@@ -389,10 +389,12 @@
// -------------------------
.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border;) {
border-color: @border;
& > .panel-heading {
color: @heading-text-color;
background-color: @heading-bg-color;
border-color: @heading-border;
+ .panel-collapse .panel-body {
border-top-color: @border;
}
......@@ -410,6 +412,7 @@
background-color: @background;
border-color: @border;
color: @text-color;
hr {
border-top-color: darken(@border, 5%);
}
......
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