docs(demos): add action items to map demo

This commit is contained in:
Drew Rygh
2015-10-27 11:19:50 -05:00
parent 24264c459e
commit 043c52cbee
2 changed files with 21 additions and 0 deletions

View File

@@ -227,4 +227,16 @@ body.ios img#ios-only {
z-index: 9999;
}
.item-bold {
font-weight: bold;
}
.item-subtle {
color: #656565;
margin-left: -3px !important;
}
.item-subtle:before {
content: '•';
padding-right: 5px;
}

View File

@@ -23,6 +23,15 @@
<h2>Institute of Fine Cocktails</h2>
<p>14 S. Hop Avenue, Madison, WI 53703</p>
</ion-item>
<ion-item actions>
<span item-left class="item-bold">18 min</span>
<span item-left class="item-subtle">2.6m</span>
<span item-left class="item-subtle">2:16PM</span>
<button primary clear item-right>
<icon navigate></icon>
Start
</button>
</ion-item>
</ion-card>