@import "../variables";

.user-card__dropdown {
    box-shadow: none !important;
    .dropdown-menu {
        height: auto;
        a,
        button {
            color: $font-color-primary;
        }
    }
    .dropdown-item.active,
    .dropdown-item:active {
        background-color: transparent;
    }
    .btn {
        padding: 0 0.5rem;
    }
}
