mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-26 19:44:07 +03:00
btn-fab-mini is now btn-fab-sm for bootstrap consistency
This commit is contained in:
parent
4345c79604
commit
c82a180ecd
|
@ -85,6 +85,9 @@ group: material-design
|
|||
<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">
|
||||
<i class="material-icons">grade</i>
|
||||
</button>
|
||||
{% endexample %}
|
||||
|
||||
### Disabled
|
||||
|
@ -132,6 +135,9 @@ group: material-design
|
|||
<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">
|
||||
<i class="material-icons">grade</i>
|
||||
</button>
|
||||
</fieldset>
|
||||
{% endexample %}
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
|
||||
&.btn-fab-mini,
|
||||
&.btn-fab-sm,
|
||||
.btn-group-sm & {
|
||||
width: $mdb-btn-fab-size-mini;
|
||||
min-width: $mdb-btn-fab-size-mini;
|
||||
|
|
Loading…
Reference in New Issue
Block a user