.djangocms-admin-style .icon-logo::before {
    content: "";
    position: relative;
    background: url('../../assets/images/xn-logo-inverted.svg');
    width: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.djangocms-admin-style.login .icon-logo::before {
    content: "";
    position: relative;
    background: url('../../assets/images/xn-logo-inverted.svg');
    width: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}