mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Add is-spaced documentation in Navbar
This commit is contained in:
parent
5713a124a2
commit
26fba7296b
@ -1280,5 +1280,24 @@ $(document).ready(function() {
|
||||
{% include examples/navbar-color.html color="white" light=true %}
|
||||
</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' %}
|
||||
|
Loading…
Reference in New Issue
Block a user