diff --git a/src/pages/_docs/avatars.md b/src/pages/_docs/avatars.md index d76c8aab1..9440355e5 100644 --- a/src/pages/_docs/avatars.md +++ b/src/pages/_docs/avatars.md @@ -108,7 +108,7 @@ Change the shape of an avatar with the default Bootstrap image classes. You can {% include ui/avatar.html person-id=18 shape="rounded" %} {% include ui/avatar.html person-id=19 shape="rounded-circle" %} {% include ui/avatar.html person-id=20 shape="rounded-0" %} -{% include ui/avatar.html person-id=21 shape="rounded-lg" %} +{% include ui/avatar.html person-id=21 shape="rounded-3" %} {% endcapture %} {% include example.html code=code centered=true %} diff --git a/src/pages/_docs/badges.md b/src/pages/_docs/badges.md index 028bf82bc..2d6b1f752 100644 --- a/src/pages/_docs/badges.md +++ b/src/pages/_docs/badges.md @@ -12,7 +12,7 @@ The default badges are square and come in the basic set of colors. {% capture code %} {% for color in site.colors %} -{{ color[0] }} +{{ color[1].title }} {% endfor %} {% endcapture %} {% include example.html code=code centered=true %} @@ -47,7 +47,7 @@ You can create a soft colour variant of a corresponding contextual badge variati {% capture code %} {% for color in site.colors %} -{{ color[0] }} +{{ color[1].title }} {% endfor %} {% endcapture %} {% include example.html code=code centered=true %} @@ -59,7 +59,7 @@ Place the badge within an `` element if you want it to perform the function o {% capture code %} {% for color in site.colors %} -{{ color[0] }} +{{ color[1].title }} {% endfor %} {% endcapture %} {% include example.html code=code centered=true %} @@ -77,19 +77,6 @@ Leave the HTML element empty if you want to create badges without any text. Empt {% include example.html code=code centered=true %} -## Badge avatars - -Create the `.badge-avatar` class to add an avatar that will make a badge more personalized. - -{% capture code %} -{% include ui/badge.html person-id=1 %} -{% include ui/badge.html person-id=2 %} -{% include ui/badge.html person-id=3 %} -{% include ui/badge.html person-id=4 %} -{% include ui/badge.html person-id=5 %} -{% endcapture %} -{% include example.html code=code %} - ## Button with badge Badges can be used as part of links or buttons to provide a counter. diff --git a/src/pages/_includes/cards/company-lookup.html b/src/pages/_includes/cards/company-lookup.html index d185c0deb..6607d8c99 100644 --- a/src/pages/_includes/cards/company-lookup.html +++ b/src/pages/_includes/cards/company-lookup.html @@ -6,7 +6,7 @@ style="background-image: url(https://logo.clearbit.com/amazon.com?size=100)">
{% include ui/trending.html value=include.growth %} diff --git a/src/pages/_includes/ui/progress-description.html b/src/pages/_includes/ui/progress-description.html index 738838377..86f6aabe2 100644 --- a/src/pages/_includes/ui/progress-description.html +++ b/src/pages/_includes/ui/progress-description.html @@ -3,11 +3,11 @@