done with buttons review

This commit is contained in:
Kevin Ross 2015-12-21 10:28:56 -06:00
parent c82a180ecd
commit 6bbfecf7aa
2 changed files with 22 additions and 19 deletions

View File

@ -114,31 +114,27 @@ group: material-design
</fieldset> </fieldset>
{% endexample %} {% endexample %}
### Mini ### Sizes
Using `btn-fab-sm` on the button, or using `btn-group-sm` on the enclosing element of a `btn-fab` renders a small variation.
{% example html %} {% example html %}
<fieldset class="btn-group-sm"> <span class="btn-group-lg">
<button type="button" class="btn btn-primary btn-fab">
<i class="material-icons">grade</i>
</button>
<button type="button" class="btn btn-secondary btn-fab">
<i class="material-icons">grade</i>
</button>
<button type="button" class="btn btn-success btn-fab">
<i class="material-icons">grade</i>
</button>
<button type="button" class="btn btn-info btn-fab">
<i class="material-icons">grade</i>
</button>
<button type="button" class="btn btn-warning btn-fab">
<i class="material-icons">grade</i>
</button>
<button type="button" class="btn btn-danger btn-fab"> <button type="button" class="btn btn-danger btn-fab">
<i class="material-icons">grade</i> <i class="material-icons">grade</i>
</button> </button>
<button type="button" class="btn btn-danger btn-fab active"> </span>
<button type="button" class="btn btn-danger btn-fab">
<i class="material-icons">grade</i>
</button>
<button type="button" class="btn btn-danger btn-fab btn-fab-sm">
<i class="material-icons">grade</i>
</button>
<span class="btn-group-sm">
<button type="button" class="btn btn-danger btn-fab">
<i class="material-icons">grade</i> <i class="material-icons">grade</i>
</button> </button>
</fieldset> </span>
{% endexample %} {% endexample %}

View File

@ -18,6 +18,13 @@
@include undo-bs-tab-focus(); @include undo-bs-tab-focus();
// kill focus outline on firefox
//button::-moz-focus-inner {
// border: 0;
//}
//-- //--
// Colors // Colors