Skip to content

Commit

Permalink
Allow customization of breadcrumb border radius (#25807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahjorth authored and XhmikosR committed Mar 12, 2018
1 parent 50220ac commit 6d7d91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
margin-bottom: $breadcrumb-margin-bottom;
list-style: none;
background-color: $breadcrumb-bg;
@include border-radius($border-radius);
@include border-radius($breadcrumb-border-radius);
}

.breadcrumb-item {
Expand Down
2 changes: 2 additions & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,8 @@ $breadcrumb-divider-color: $gray-600 !default;
$breadcrumb-active-color: $gray-600 !default;
$breadcrumb-divider: "/" !default;

$breadcrumb-border-radius: $border-radius !default;


// Carousel

Expand Down

0 comments on commit 6d7d91e

Please sign in to comment.