mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 02:44:29 -07:00
Add more color documentation, Add light buttons to docs
This commit is contained in:
@@ -41,10 +41,22 @@ meta:
|
||||
<progress class="progress is-large is-info" max="100">60%</progress>
|
||||
{% endcapture %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
The Bulma progress bar is a simple CSS class that styles the native <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress" target="_blank"><code><progress></code> HTML element</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include elements/snippet.html content=progress %}
|
||||
|
||||
{% include elements/anchor.html name="Colors" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
The progress bar element is available in all the <strong>different colors</strong> defined by the <a href="{{ site.data.links.by_id.customize-variables.path }}"><code>$colors</code> Sass map</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include elements/snippet.html content=progress_colors %}
|
||||
|
||||
{% include elements/anchor.html name="Sizes" %}
|
||||
|
||||
Reference in New Issue
Block a user