mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 05:07:01 +03:00
fix: vertical alignment of FAB icons
This commit is contained in:
parent
23f8f00f84
commit
f83d22e23b
|
@ -80,13 +80,14 @@
|
||||||
&.bmd-btn-icon {
|
&.bmd-btn-icon {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: $bmd-btn-fab-font-size;
|
font-size: $bmd-btn-fab-font-size;
|
||||||
line-height: normal;
|
line-height: 0;
|
||||||
|
|
||||||
.btn-group-lg &,
|
.btn-group-lg &,
|
||||||
.btn-group-sm &,
|
.btn-group-sm &,
|
||||||
& {
|
& {
|
||||||
padding: 0; // need specificity
|
padding: 0; // need specificity
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user