Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Johnson <19559137+WilliamJohnsonJr@users.noreply.github.com>2021-06-02 09:03:58 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2021-06-02 16:02:06 +0300
commit397d6bf1ab455393809ecb352f9a93f35a2f7708 (patch)
treea6cddc39ad3edb2e5f8fc6b83aaabaffc17308d6
parent49b0100e1bd95d98d3cbd25cd7bcc51e6c716858 (diff)
#3315 Add has-shadow to navbar documentation
-rw-r--r--docs/documentation/components/navbar.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html
index 0a9fd741..efae333b 100644
--- a/docs/documentation/components/navbar.html
+++ b/docs/documentation/components/navbar.html
@@ -1292,6 +1292,11 @@ $(document).ready(function() {
<br> <strong>Left</strong> and <strong>Right</strong> paddings with <strong>2rem</strong>
</td>
</tr>
+ <tr>
+ <th rowspan="1">Shading</th>
+ <td><code>has-shadow</code></td>
+ <td>Adds a small amount of box-shadow around the navbar</td>
+ </tr>
</tbody>
</table>