﻿.logo-container .logo-image {
    background-color: var(--primary);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
    margin-left: 16px;
    width: 180px;
    height: 30px;
    mask-image: url("../images/anet.svg");
    -webkit-mask-image: url("../images/anet.svg");
}

@media (max-width: 359.98px) {
    .logo-container .logo-image {
        width: 28px;
        height: 28px;
        mask-image: url("../images/anet.svg");
        -webkit-mask-image: url("../images/anet.svg");
    }
}
