
/* Override the default purple gradient with black when cover image exists */
.profile-wid-bg.has-cover::before {
    background: #000 !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)) !important;
    background: linear-gradient(to top, #000, #000) !important;
    opacity: 0.2 !important;
}

/* When change cover button is alone (no cover image), give it proper border radius */
.profile-wid-bg:not(.has-cover) .btn-group .btn:only-child {
    border-radius: 0.375rem !important;
}

/*# sourceMappingURL=custom.min.css.map */
