/**
 * CSS custom logo override screen.css
 * replace logo.png with VIF-Log.svg
 */

#horde-logo {
    float: left;
    /* width: 88px; */
    /* height: 34px; */
    /* background-image: url("graphics/logo.png"); */
    width: 230px;
    height: 45px;
    background-image: url("https://web.vif.com/images/roundcube_logo.svg");
    background-repeat: no-repeat;
}

