
.avatar {
    height: 30px;
    width: 30px;
}

.sidebar-dropdown .sidebar-link:before {
    content: "";
    display: inline-block;
    left: -14px;
    position: relative;
    transform: translateX(0);
    transition: all .1s ease;
}