docs(demos): update card demo

This commit is contained in:
Drew Rygh
2015-10-13 13:27:28 -05:00
parent 3f2888d2a2
commit 7bddb6df88
8 changed files with 31 additions and 56 deletions

View File

@@ -116,17 +116,9 @@ scroll-content {
background-color: #fff;
border-bottom: 0;
}
#demo-card-left {
font-size: 14px;
margin-top: -90px;
margin-left: 10px;
float: left;
.demo-card {
height: 0;
}
#demo-card-right {
font-size: 14px;
margin-top: -90px;
float: right;
margin-right: 10px;
.demo-card button {
font-size: 1.3rem;
}

View File

@@ -4,56 +4,39 @@
</ion-navbar>
<ion-content class="has-header components-demo">
<ion-card>
<ion-card-header primary>
Menu
</ion-card-header>
<ion-card>
<ion-card-content>
<a ion-item href="#">
<icon home item-left></icon>
Home
</a>
<div>
<img src="img/nin-live.png"/>
</div>
<a ion-item href="#">
<icon people item-left></icon>
Friends
</a>
<ion-card-content>
<h2 class="card-title">
Nine Inch Nails Live
</h2>
<p>
The most popular industrial group ever, and largely responsible for bringing the music to a mass audience.
</p>
</ion-card-content>
<button ion-item>
<icon musical-notes item-left></icon>
Music
</button>
<ion-item actions class="demo-card">
<button clear item-left danger>
<icon star></icon>
Favorite
</button>
<button clear item danger>
<icon musical-notes></icon>
Listen
</button>
<button clear item-right danger>
<icon share-alt></icon>
Share
</button>
</ion-item>
<button ion-item>
<icon mail item-left></icon>
Mail
</button>
</ion-card-content>
</ion-card>
</ion-card>
<ion-card>
<ion-item>
<icon football item-left></icon>
Schedule
<button outline item-right>Open</button>
</ion-item>
</ion-card>
<ion-card>
<ion-item>
<icon trophy item-left></icon>
Trophies
<button outline item-right>View</button>
</ion-item>
</ion-card>
</ion-content>

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 B

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB