added list avatar, make use of it

This commit is contained in:
Ludovic Marcotte
2015-04-23 11:02:11 -04:00
committed by Francis Lachapelle
parent 174accdb23
commit 47e7201eb6
4 changed files with 24 additions and 6 deletions
@@ -92,7 +92,12 @@
}
}
.sg-avatar {
@extend .md-tile-left;
@extend .md-tile-left-card;
margin-right: 0;
margin-left: 0;
}
.sg-list-avatar {
@extend .md-tile-left-list;
margin-right: 0;
margin-left: 0;
}
@@ -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";
}