mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-12-03 06:53:45 +03:00
fix: vertical alignment of FAB icons
This commit is contained in:
parent
7a35f9c271
commit
1e3a0aea09
|
@ -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