Improved the UI of the bottom sheet content

This commit is contained in:
Ludovic Marcotte
2015-06-12 11:58:59 -04:00
committed by Francis Lachapelle
parent f515543e33
commit 41bc68946d
2 changed files with 105 additions and 99 deletions
@@ -32,6 +32,10 @@ md-list {
text-overflow: ellipsis;
white-space: nowrap;
}
.sg-inline-list-icon-label {
text-transform: uppercase;
}
}
// Add some padding to the first icon in a list item
@@ -90,4 +94,4 @@ div.md-tile-left {
.md-tile-left-list:before {
@extend .md-tile-left;
content: "\f2d4";
}
}