mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
Align icon vertically
This commit is contained in:
parent
689f39842b
commit
d46aeabe5b
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ $icon-size: 24px;
|
|||
height: $icon-size;
|
||||
min-height: $icon-size;
|
||||
margin: auto;
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
fill: currentColor;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue