Commit 6b45c923 authored by Kevin Kirsche's avatar Kevin Kirsche

Add btn-info to buttons examples

Fix #17234
parent 0b585b2f
...@@ -26,6 +26,9 @@ Bootstrap includes six predefined button styles, each serving its own semantic p ...@@ -26,6 +26,9 @@ Bootstrap includes six predefined button styles, each serving its own semantic p
<!-- Indicates a successful or positive action --> <!-- Indicates a successful or positive action -->
<button type="button" class="btn btn-success">Success</button> <button type="button" class="btn btn-success">Success</button>
<!-- Contextual button for informational alert messages -->
<button type="button" class="btn btn-info">Info</button>
<!-- Indicates caution should be taken with this action --> <!-- Indicates caution should be taken with this action -->
<button type="button" class="btn btn-warning">Warning</button> <button type="button" class="btn btn-warning">Warning</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment