Skip to content

Commit

Permalink
Add border on the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Jan 27, 2024
1 parent e48be9b commit 3b8a692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/bootstrap/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
.panel-footer {
padding: $panel-footer-padding;
background-color: $panel-footer-bg;
border-top: 1px solid $panel-inner-border;
border-top: 4px solid $panel-inner-border;
border-color: $navbar-default-border;
@include border-bottom-radius(($panel-border-radius - 1));
}

Expand Down

0 comments on commit 3b8a692

Please sign in to comment.