list updates

This commit is contained in:
Adam Bradley
2015-08-20 13:03:17 -05:00
parent c878289ed4
commit f367f53aca
11 changed files with 87 additions and 35 deletions

View File

@@ -43,8 +43,18 @@ $item-ios-forward-icon-color: $item-ios-border-color !default;
border-top: 1px solid $item-ios-border-color;
}
&:last-child {
&:first-of-type {
&:before {
left: 0;
}
}
&:last-of-type {
margin-bottom: -1px;
&:after {
left: 0;
}
}
}

View File

@@ -92,6 +92,10 @@ $item-md-forward-icon-color: $item-md-border-color !default;
margin-top: $item-md-padding-media-top;
}
.item[actions] .item-content {
margin: 8px;
}
.badge {
margin-right: $item-md-padding-right;
}

View File

@@ -5,3 +5,5 @@ import {App} from 'ionic/ionic';
templateUrl: 'main.html'
})
class E2EApp {}
document.body.style.background='#eee';