2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1 -1
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 {