mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 19:34:17 +00:00
added list avatar, make use of it
This commit is contained in:
committed by
Francis Lachapelle
parent
174accdb23
commit
47e7201eb6
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user