/* === Contacts === */
.contacts-list {
  .list-group:first-child ul {
    .hairline-remove(top);
  }
  .list-group:last-child ul {
    .hairline-remove(bottom);
  }
}
& when (@includeIosTheme) {
  @import url('./contacts-list-ios.less');
}
& when (@includeMdTheme) {
  @import url('./contacts-list-md.less');
}
