mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
item button updates
This commit is contained in:
@@ -72,6 +72,7 @@ $item-ios-note-color: #999 !default;
|
||||
margin: 0 $item-ios-padding-right 0 $item-ios-padding-left;
|
||||
padding: 2px 6px;
|
||||
min-height: 26px;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.badge {
|
||||
|
||||
@@ -86,6 +86,14 @@ button.item.item {
|
||||
|
||||
.item icon {
|
||||
font-size: 2.4rem;
|
||||
|
||||
&[large] {
|
||||
font-size: 3.2rem;
|
||||
}
|
||||
|
||||
&[small] {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
.list .item button.icon-only,
|
||||
|
||||
@@ -25,16 +25,23 @@
|
||||
|
||||
<a class="item" href="#">
|
||||
<div class="item-content">
|
||||
Link with right side icon
|
||||
Link with right side default icon
|
||||
</div>
|
||||
<icon name="ion-ios-information-outline"></icon>
|
||||
</a>
|
||||
|
||||
<a class="item" href="#">
|
||||
<div class="item-content">
|
||||
Link with right side icon
|
||||
Link with right side large icon
|
||||
</div>
|
||||
<icon name="ion-ios-information-outline"></icon>
|
||||
<icon large name="ion-ios-information-outline"></icon>
|
||||
</a>
|
||||
|
||||
<a class="item" href="#">
|
||||
<div class="item-content">
|
||||
Link with right side small icon
|
||||
</div>
|
||||
<icon small name="ion-ios-information-outline"></icon>
|
||||
</a>
|
||||
|
||||
<button class="item">
|
||||
|
||||
@@ -21,7 +21,7 @@ exports.config = {
|
||||
platform_index: 0,
|
||||
platform_count: 1,
|
||||
width: 400,
|
||||
height: 760
|
||||
height: 800
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user