Skip to content

Commit 3b8a692

Browse files
committed
Add border on the bottom
1 parent e48be9b commit 3b8a692

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/bootstrap/_panels.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
.panel-footer {
5050
padding: $panel-footer-padding;
5151
background-color: $panel-footer-bg;
52-
border-top: 1px solid $panel-inner-border;
52+
border-top: 4px solid $panel-inner-border;
53+
border-color: $navbar-default-border;
5354
@include border-bottom-radius(($panel-border-radius - 1));
5455
}
5556

0 commit comments

Comments
 (0)