.uif-link
  display inline-block
  font-size 12px
  line-height 20px
  transition color 0.2s ease
  span
    cursor pointer
    font-weight inherit
  &-default
    color $primary-color
    &:hover
      color #10161A
  &-label
    color #8A9BA8
    &:hover
      color #10161A
  &-ghost
    color rgba(255,255,255,0.4)
    &:hover
      color #FFF

.uif-link-group > .uif-link
  float left
  &:before
    content ''
    border-left 1px solid #DBDDE2
    height 14px
    margin 0 8px
  &:first-child:before
    display none
