.uif-link
  display inline-block
  font-size 12px
  line-height 20px
  color $text-btn-color
  font-weight bold
  span
    cursor pointer
    font-weight inherit
    &:hover
      color $secondary-color

.uif-link-group > .uif-link
  float left
  &:before
    content ''
    border-left 1px solid #DBDDE2
    height 14px
    margin 0 4px
  &:first-child:before
    display none
