]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add is-spaced documentation in Navbar
authorMohit Inampudi <mi9.developer@gmail.com>
Tue, 2 Apr 2019 22:33:30 +0000 (18:33 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 3 Apr 2019 01:04:40 +0000 (02:04 +0100)
docs/documentation/components/navbar.html

index 8a2d17136c7b64566b1c35d4bd007f39012d6d33..25d8b9c6a0e2fd753d317bab6a89cd0925836a92 100644 (file)
@@ -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' %}