#3315 Add has-shadow to navbar documentation

This commit is contained in:
Will Johnson 2021-06-02 02:03:58 -04:00 committed by Jeremy Thomas
parent 49b0100e1b
commit 397d6bf1ab

View File

@ -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>