.navbar-nav.mobile-nav li {
    display: block;

    &::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        margin-top: 4px;
        margin-right: 8px;
    }

    &.help::before {
        background-image: url("/src/img/icons/help-black.svg");
    }

    &.messages::before {
        background-image: url("/src/img/icons/messages-black.svg");
    }

    &.logout::before {
        background-image: url("/src/img/icons/logout-black.svg");
    }

    &.preferences::before {
        background-image: url("/src/img/icons/preferences-black.svg");
    }

    &.uisettings::before {
        background: url("/src/img/icons/settings-black.svg") no-repeat center center;
    }
    
    &.clients::before {
        background: url("/src/img/icons/clients-dropdown-black.svg") no-repeat center center;
    }

    &.account::before {
        background: url("/src/img/icons/person-black.svg") no-repeat center center;
    }
}
