1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-21 04:52:21 +04:00

Merge pull request #833 from tabler/dev-fix-rounded-pill

fix rounded-pill class
This commit is contained in:
Wojciech Wichary
2021-04-13 14:40:00 +02:00
committed by GitHub
+1 -1
View File
@@ -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;