.htabbar-icon{
    img{
        width: 20px;
        height: auto;
    }
}
.htabbar-selectedIcon{
    img{
        width: 20px;
        height: auto;
    }
}
.htabbar-smallIcon{
    img{
        width: 50px;
        height: auto;
    }
}
.htabbar-bigIcon{
    img{
        width: 100px;
        height: auto;
        position: absolute;
        left: -50px;
        top:-25px;
    }
}

.htabbar-title{
    font-weight: 600;
}