mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
20 lines
286 B
CSS
20 lines
286 B
CSS
.button.button-icon.input-button {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 5px;
|
|
color: #bbb;
|
|
}
|
|
.item img {
|
|
height: 60px;
|
|
width: 60px;
|
|
float: left;
|
|
margin-top: 20px;
|
|
margin-right: 10px;
|
|
}
|
|
.list .my-item.item {
|
|
left: 0;
|
|
right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|