From 9330c4a947f023a4524b3e884be1d11ccef09cd7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 5 Aug 2015 00:45:41 -0700 Subject: Run just as fast as I can To the middle of nowhere To the middle of my frustrated fears And I swear you're just like a pill Instead of makin' me better, You keep makin' me ill You keep makin' me ill adds .label-pill to replace .badge --- docs/components/label.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/components') diff --git a/docs/components/label.md b/docs/components/label.md index e3c03bb93..e5937fcd6 100644 --- a/docs/components/label.md +++ b/docs/components/label.md @@ -30,3 +30,16 @@ Add any of the below mentioned modifier classes to change the appearance of a la Warning Danger {% endexample %} + +### Pill labels + +Use the `.label-pill` modifier class to increase the rounded corners. Useful if you miss the badges from v3. + +{% example html %} +Default +Primary +Success +Info +Warning +Danger +{% endexample %} -- cgit v1.2.3