mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
update vert alignment of button icon, closes #155
This commit is contained in:
@ -121,8 +121,10 @@
|
||||
line-height: $button-bar-button-height - $button-border-width - 1;
|
||||
|
||||
.icon {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
font-size: $button-bar-button-icon-size;
|
||||
line-height: $button-bar-button-height - $button-border-width - 2;
|
||||
line-height: $button-bar-button-height - $button-border-width - 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user