Skip to content

Commit

Permalink
Merge pull request #833 from tabler/dev-fix-rounded-pill
Browse files Browse the repository at this point in the history
fix rounded-pill class
  • Loading branch information
brylocode committed Apr 13, 2021
2 parents 303ace1 + f16d451 commit f061239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ $border-width-wide: 2px !default;
$border-radius-sm: 2px !default;
$border-radius: 4px !default;
$border-radius-lg: 8px !default;
$border-radius-pill: 50% !default;
$border-radius-pill: 100rem !default;

// Avatars
$avatar-size: 2.5rem !default;
Expand Down

0 comments on commit f061239

Please sign in to comment.