// .k-tabs
    // font-size 14px 
    // .k-tab
        // min-width 150px
        // border solid $disabled-border-color 
        // border-width 1px 1px 0 0
        // background $bg-color
        // &:not(.k-disabled):hover
            // color $primary-color
        // &:first-of-type
            // border-left-width 1px
        // &.k-active
            // background #fff
            // &:before
                // content ''
                // display block
                // position absolute
                // left -1px 
                // right -1px
                // top -1px
                // border-top 4px solid $primary-color
    // // vertical
    // &.k-vertical
        // .k-tab
            // border-width 0 0 1px 1px
            // &:first-of-type
                // border-top-width 1px
            // &.k-active
                // &:before
                    // border-left 4px solid $primary-color
                    // right auto
                    // bottom -1px
