mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(demos): add action items to map demo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user