(fix) Alignment in bottomSheet

pull/91/head
Francis Lachapelle 2015-07-08 14:31:25 -04:00
parent 9bdc365bf0
commit 5a2eb67cb7
1 changed files with 4 additions and 9 deletions

View File

@ -8,15 +8,10 @@ md-bottom-sheet.md-default-theme {
}
md-bottom-sheet {
&.md-list {
md-list-item {
.md-list-item-content {
flex-direction: row; // fix for md bug
flex-grow: 1;
md-icon {
margin-right: $bottom-sheet-icon-after-margin;
}
}
md-list-item {
md-icon {
margin-right: $bottom-sheet-icon-after-margin;
vertical-align: text-bottom;
}
}
}