Replace specific list-view by generic (class-based) view

This commit is contained in:
Benoit Favreault
2015-06-12 11:35:52 -04:00
committed by Francis Lachapelle
parent 660af9abfd
commit 78da72f3cb
4 changed files with 14 additions and 9 deletions
@@ -1,10 +1,5 @@
/*! ContactUI.scss */
[id ="contactsList"] {
flex: 0 1 $listView-width;
min-width: ($listView-width - ($pitch * 2));
}
[id = "contactsList"] .sg-md-subheader {
transform: translateY(-100%); // Compensate the container top-margin
}