/**
 * GroupList Component Style for tingle
 * @author jiasong.js
 *
 * Copyright 2014-2015, Tingle Team, Alinw.
 * All rights reserved.
 */

@require '../node_modules/tingle-style/src/var'

._tGroupListHeader
  font-size 14px
  padding-left 15px
  padding-bottom 10px
  padding-top 10px

._tGroupList
  background-color #fff
  margin-bottom 10px
  border-top 1px solid #e6e6e6
  border-bottom 1px solid #e6e6e6

._tGroupListItem
  border-bottom 1px solid #e6e6e6
  &:last-child
    border-bottom none

.hairline
  ._tGroupList
    border-top-width 0.5px
    border-bottom-width 0.5px
  ._tGroupListItem
    border-bottom-width 0.5px
