Skip to content

Commit

Permalink
feat(breadcrumb): matching the brand
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 14, 2020
1 parent 75ffee5 commit 8d9c6fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions scss/_breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
padding: $breadcrumb-padding-y $breadcrumb-padding-x;
margin-bottom: $breadcrumb-margin-bottom;
@include font-size($breadcrumb-font-size);
font-weight: $font-weight-bold; // Boosted mod
list-style: none;
background-color: $breadcrumb-bg;
@include border-radius($breadcrumb-border-radius);
Expand Down
9 changes: 2 additions & 7 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ $figure-caption-color: $gray-900 !default;

$breadcrumb-font-size: $font-size-sm !default;

$breadcrumb-padding-y: map-get($spacers, 2) !default;
$breadcrumb-padding-y: .5rem !default;
$breadcrumb-padding-x: 0 !default;
$breadcrumb-item-padding-x: map-get($spacers, 2) !default;

Expand All @@ -1236,12 +1236,7 @@ $breadcrumb-margin-bottom: 1rem !default;
$breadcrumb-bg: null !default;
$breadcrumb-divider-color: null !default;
$breadcrumb-active-color: null !default;
$breadcrumb-divider: $chevron-icon !default;
// Boosted mod
//$breadcrumb-divider-height: map-get($spacers, 2) !default;
//$breadcrumb-divider-width: subtract(map-get($spacers, 2), 1px) !default;
//$breadcrumb-line-height: $line-height-sm !default;
// End mod
$breadcrumb-divider: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14' width='7' height='10'><path d='M-.4 12l2 2 7-7-7-7-2 2 5 5z'/></svg>") !default;

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

Expand Down

0 comments on commit 8d9c6fa

Please sign in to comment.