test(card): updated card test to make it more obvious the first two buttons are left aligned

This commit is contained in:
Brandy Carney
2016-01-05 17:15:40 -05:00
parent f137d52ce6
commit fc059bfe30

View File

@@ -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>