From 6a116b0f524ccba79a6c05e13b7494cbdb4769e6 Mon Sep 17 00:00:00 2001 From: Dawid Harat Date: Sun, 8 Dec 2019 20:55:44 +0100 Subject: [PATCH] buttons.md, svg changed to jekyll elements --- pages/_docs/buttons.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md index d4ee80f3e..24e409c08 100644 --- a/pages/_docs/buttons.md +++ b/pages/_docs/buttons.md @@ -113,31 +113,31 @@ Create block level buttons—those that span the full width of a parent—by add Basic buttons are traditional buttons with borders and background with an extra commponent like an icon. You can place it either on the left or the right which ever you want with different color opitons. -Icons can be found [**here** {% include_cached ui/icon.html icon="search" class="icon-sm2" %}](/docs/icons.html#icons) +Icons can be found [**here** {% include_cached ui/icon.html icon="search" class="icon-sm" %}](/docs/icons.html#icons) {% example html wrapper=btn-list %} {% endexample %} @@ -171,25 +171,25 @@ Icon only button. Add `.btn-icon` class to remove unnecessary padding from butto {% example html wrapper=btn-list %} {% endexample %} @@ -200,7 +200,7 @@ Wrap the dropdown’s toggle (your button or link) and the dropdown menu within {% example html wrapper=btn-list %}