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