diff options
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index b76ace1e2..5df63b917 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1230,6 +1230,11 @@ For example, <code>section</code> should be wrapped as inline. <td>Indicates a successful or positive action</td> </tr> <tr> + <td><a class="btn warning" href="#">Warning</a></td> + <td><code>.warning</code></td> + <td>Indicates caution should be taken with this action</td> + </tr> + <tr> <td><a class="btn danger" href="#">Danger</a></td> <td><code>.danger</code></td> <td>Indicates a dangerous or potentially negative action</td> |
