mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 05:37:01 +03:00
done with buttons review
This commit is contained in:
parent
c82a180ecd
commit
6bbfecf7aa
|
@ -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 %}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user