mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(card): updated card test to make it more obvious the first two buttons are left aligned
This commit is contained in:
@@ -55,21 +55,21 @@
|
||||
<p>Hello. I am a paragraph.</p>
|
||||
</ion-card-content>
|
||||
|
||||
<ion-row center no-padding>
|
||||
<ion-col width-75>
|
||||
<button clear small danger class="activated">
|
||||
<ion-row no-padding>
|
||||
<ion-col>
|
||||
<button clear small>
|
||||
<icon star></icon>
|
||||
Favorite.activated
|
||||
Favorite
|
||||
</button>
|
||||
<button clear small danger>
|
||||
<button clear small>
|
||||
<icon musical-notes></icon>
|
||||
Listen
|
||||
</button>
|
||||
</ion-col>
|
||||
<ion-col text-right>
|
||||
<button clear small>
|
||||
<button clear small danger class="activated">
|
||||
<icon share></icon>
|
||||
Share
|
||||
Share.activated
|
||||
</button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
Reference in New Issue
Block a user