1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Badges add Sass variable to configure $badge-border-radius (#24213)

This commit is contained in:
Patrick Yeo
2017-10-02 21:11:11 -07:00
committed by Mark Otto
parent bd858f0ceb
commit ac69547314
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
text-align: center;
white-space: nowrap;
vertical-align: baseline;
@include border-radius();
@include border-radius($badge-border-radius);
// Empty badges collapse automatically
&:empty {