mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-18 20:50:38 +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">
|
<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">
|
||||||
|
<i class="material-icons">grade</i>
|
||||||
|
</button>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
### Disabled
|
### Disabled
|
||||||
|
@ -132,6 +135,9 @@ group: material-design
|
||||||
<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">
|
||||||
|
<i class="material-icons">grade</i>
|
||||||
|
</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.btn-fab-mini,
|
&.btn-fab-sm,
|
||||||
.btn-group-sm & {
|
.btn-group-sm & {
|
||||||
width: $mdb-btn-fab-size-mini;
|
width: $mdb-btn-fab-size-mini;
|
||||||
min-width: $mdb-btn-fab-size-mini;
|
min-width: $mdb-btn-fab-size-mini;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user