mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Add is-spaced documentation in Navbar
This commit is contained in:
committed by
Jeremy Thomas
parent
5713a124a2
commit
26fba7296b
@@ -1280,5 +1280,24 @@ $(document).ready(function() {
|
|||||||
{% include examples/navbar-color.html color="white" light=true %}
|
{% include examples/navbar-color.html color="white" light=true %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include elements/variables.html type='component' %}
|
{% include elements/anchor.html name="Navbar Helper Classes" %}
|
||||||
|
|
||||||
|
<table class="table is-bordered">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th>Type</th>
|
||||||
|
<th>Name</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th rowspan="1">Spacing</th>
|
||||||
|
<td><code>is-spaced</code></td>
|
||||||
|
<td>Sets <strong>Top</strong> and <strong>Bottom</strong> paddings with <strong>1rem</strong>,
|
||||||
|
<br> <strong>Left</strong> and <strong>Right</strong> paddings with <strong>2rem</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
{% include elements/variables.html type='component' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user