added list avatar, make use of it

This commit is contained in:
Ludovic Marcotte
2015-06-12 11:47:45 -04:00
committed by Francis Lachapelle
parent 174accdb23
commit 47e7201eb6
4 changed files with 24 additions and 6 deletions
@@ -71,8 +71,15 @@ div.md-tile-left {
// Avatar placeholder
// ------------------------------------
.md-tile-left:before {
content: "\f251";
font-family: 'Material Design Iconic Font';
font-size: 40px;
color: rgba(0, 0, 0, 0.26);
}
.md-tile-left-card:before {
@extend .md-tile-left;
content: "\f251";
}
.md-tile-left-list:before {
@extend .md-tile-left;
content: "\f2d4";
}