Skip to content

Commit

Permalink
feat(tooltips): Orange branded 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 14, 2020
1 parent 7217297 commit 090ad2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scss/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// So reset our font and text properties to avoid inheriting weird values.
@include reset-text();
@include font-size($tooltip-font-size);
font-weight: $tooltip-font-weight; // Boosted mod
// Allow breaking very long words so they don't overflow the tooltip's bounds
word-wrap: break-word;
opacity: 0;
Expand Down
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ $card-group-margin: $grid-gutter-width / 2 !default;
// Tooltips

$tooltip-font-size: $font-size-sm !default;
//$tooltip-font-weight: $font-weight-bold !default; // Boosted mod
$tooltip-font-weight: $font-weight-bold !default; // Boosted mod
$tooltip-max-width: $spacer * 10 !default;
$tooltip-color: $black !default;
$tooltip-bg: $gray-400 !default;
Expand Down

0 comments on commit 090ad2a

Please sign in to comment.