mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-13 07:25:02 -05:00
Restore .btn-info
This commit is contained in:
5
docs/templates/pages/css.mustache
vendored
5
docs/templates/pages/css.mustache
vendored
@@ -1676,6 +1676,11 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
||||
<td><code>btn btn-success</code></td>
|
||||
<td>Indicates a successful or positive action</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><button type="button" class="btn btn-info">Info</button></td>
|
||||
<td><code>btn btn-info</code></td>
|
||||
<td>Contextual button for informational alert messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><button type="button" class="btn btn-warning">Warning</button></td>
|
||||
<td><code>btn btn-warning</code></td>
|
||||
|
||||
Reference in New Issue
Block a user