From 68e4d897ba9ecb1c82c7da9d532126c4847a9753 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Aug 2015 22:48:48 -0700 Subject: shoutout to outline buttons --- docs/components/buttons.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/components') diff --git a/docs/components/buttons.md b/docs/components/buttons.md index e0f6796b9..95e3a14c2 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -54,6 +54,19 @@ When using button classes on `` elements that are used to trigger in-page fun {% endexample %} +## Outline buttons + +In need of a button, but not the hefty background colors they bring? Add the `.btn-outline` modifier class to remove all background images and colors on any button. + +{% example html %} + + + + + +{% endexample %} + + ## Sizes Fancy larger or smaller buttons? Add `.btn-lg`, `.btn-sm`, or `.btn-xs` for additional sizes. -- cgit v1.2.3