.rouvenfo-toolbar-button{
    background: #194569;
    color: white;
    border: 0px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px 0px 20px;
    
    &:hover{
        background: lighten(#194569, 10%);
    }
    
    i{
        margin-right: 10px;
    }
}
