mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
done with buttons review
This commit is contained in:
parent
c82a180ecd
commit
6bbfecf7aa
|
@ -114,31 +114,27 @@ group: material-design
|
|||
</fieldset>
|
||||
{% 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 %}
|
||||
<fieldset class="btn-group-sm">
|
||||
<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>
|
||||
<span class="btn-group-lg">
|
||||
<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 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>
|
||||
</button>
|
||||
</fieldset>
|
||||
</span>
|
||||
{% endexample %}
|
||||
|
||||
|
||||
|
|
|
@ -18,6 +18,13 @@
|
|||
|
||||
@include undo-bs-tab-focus();
|
||||
|
||||
// kill focus outline on firefox
|
||||
//button::-moz-focus-inner {
|
||||
// border: 0;
|
||||
//}
|
||||
|
||||
|
||||
|
||||
//--
|
||||
// Colors
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user