File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/user-profile/user-profile.scss
.imageUserProfile {
display: block !important;
margin: 10px auto !important;
border-radius: 50%;
width: 90px;
height: 90px;
max-width: 90px;
max-height: 90px;
border: 1px solid lightgray;
}
.textImageUserProfile {
font-weight: bold;
}
.notEdit {
pointer-events: none;
opacity: 0.6;
}
.item {
position: relative;
padding-top: 20px;
display: inline-block;
}
.notify-badge {
position: absolute;
right: -7px;
top: 90px;
text-align: center;
border-radius: 30px 30px 30px 30px;
padding: 4px;
font-size: 20px;
background: lightgray;
}