.uif-tabs
  &-header
    position relative
    &:before
      content ''
      border-bottom 2px solid $primary-color
      position absolute
      left 0
      bottom 0
      right 0
  .uif-tabs-slot
    float left
    margin-right 4px
  .uif-tabs-button
    float left
    margin-right 4px
    border-bottom-left-radius 0
    border-bottom-right-radius 0
    font-size 14px
    font-weight normal
    padding 7px 23px 8px
    uif-btn-set($primary-color, #EBF1F5, #DAE5ED)
    &:hover
      uif-btn-set(#394B59, #EBF1F5, $primary-color)
    &.active
      uif-btn-set(#FFF, $primary-color, $primary-color)
