Skip to content

Commit

Permalink
feat: change styles according to new badge component design (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuraAlba committed Mar 3, 2021
1 parent 1f38b51 commit 4ca4db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Badge/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

$badge-font-size: 75% !default;
$badge-font-weight: $font-weight-bold !default;
$badge-padding-y: .25em !default;
$badge-padding-x: .4em !default;
$badge-border-radius: $border-radius !default;
$badge-padding-y: .125rem !default;
$badge-padding-x: .5rem !default;
$badge-border-radius: .25rem !default;

$badge-transition: none !default;
$badge-focus-width: $input-btn-focus-width !default;
Expand Down

0 comments on commit 4ca4db6

Please sign in to comment.