+ The Bulma tag is a small but versatile element. It's very useful as a way to attach information to a block or other component. Its size makes it also easy to display in numbers, making it appropriate for long lists of items. +
+diff --git a/docs/documentation/elements/tag.html b/docs/documentation/elements/tag.html index 592142aa..378533f4 100644 --- a/docs/documentation/elements/tag.html +++ b/docs/documentation/elements/tag.html @@ -33,6 +33,15 @@ meta: Danger {% endcapture %} +{% capture tags_light_colors %} +Primary +Link +Info +Success +Warning +Danger +{% endcapture %} + {% capture sizes %} Normal Medium @@ -133,7 +142,7 @@ meta:
+ The Bulma tag is a small but versatile element. It's very useful as a way to attach information to a block or other component. Its size makes it also easy to display in numbers, making it appropriate for long lists of items. +
++ You can now choose the light version of a color. +
++ + Primary + +
++ + Link + +
++ + Info + +
++ + Success + +
++ + Warning + +
+ + Danger + +The .container class can be used in any context, but mostly as a direct child of either:
The container class can be used in any context, but mostly as a direct child of either:
.navbar.hero.section.footernavbarherosectionfooterThe containers width for each breakpoint is the result @@ -76,7 +76,8 @@ breadcrumb: {% highlight html %}{{ container_example }}{% endhighlight %} -
If you don't want to have a maximum width but want to keep the 32px margin on the left and
right sides, add the is-fluid modifier:
- With the two modifiers .is-widescreen and .is-fullhd, you can have a fullwidth container until those specific breakpoints.
+ With the two modifiers is-widescreen and is-fullhd, you can have a fullwidth container until those specific breakpoints.
+ The Bulma footer is a simple container, with lots of bottom padding, making it great as the last element of any webpage. +
+