mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
update vert alignment of button icon, closes #155
This commit is contained in:
@ -180,7 +180,7 @@
|
||||
|
||||
<header class="bar bar-light">
|
||||
<a class="button">
|
||||
<i class="icon ion-home"></i>
|
||||
<i class="icon ion-arrow-left-c"></i>
|
||||
</a>
|
||||
<div class="button-bar">
|
||||
<a class="button">Success</a>
|
||||
@ -192,6 +192,20 @@
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<header class="bar bar-assertive">
|
||||
<a class="button button-icon">
|
||||
<i class="icon ion-arrow-left-c"></i>
|
||||
</a>
|
||||
<div class="button-bar">
|
||||
<a class="button">Success</a>
|
||||
<a class="button">Warning</a>
|
||||
<a class="button">Danger</a>
|
||||
</div>
|
||||
<a class="button button-clear">
|
||||
title
|
||||
</a>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user