From 56432a51aa1a4293ed48f9651af5f8bde24641e5 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 13 Feb 2020 22:38:45 +0100 Subject: [PATCH] button fixes --- pages/_docs/buttons.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md index 72628df3a..28abb384a 100644 --- a/pages/_docs/buttons.md +++ b/pages/_docs/buttons.md @@ -46,7 +46,6 @@ Make buttons look inactive by adding the disabled boolean attribute to any `.btn {% endcapture %} {% include example.html code=code wrapper="btn-list" centered=true %} - ### Color variations The classic button, in different colors. @@ -58,6 +57,17 @@ The classic button, in different colors. {% endcapture %} {% include example.html code=code wrapper="btn-list" centered=true %} +### Ghost Buttons + +Use `.btn-ghost-*` class for ghost buttons. + +{% capture code %} +{% for button in site.button-variants %} +{{ button[1].title }} +{% endfor %} +{% endcapture %} +{% include example.html code=code wrapper="btn-list" centered=true %} + ### Square buttons Add `.btn-square` to button to remove border-radius.