VelcisRibeiro
.UserCard-avatar .Avatar {
width: 96px;
height: 96px;
border-radius: 96px;
font-size: 48px;
line-height: 96px;
border: 4px solid #fff;
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.35);
box-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
.Avatar, .UserCard-profile .Dropdown-toggle {
border-radius: .3rem !important;
}
.Avatar {
display: inline-block;
box-sizing: content-box;
color: #fff;
text-align: center;
vertical-align: top;
background-color: #e8eaf2;
font-weight: normal;
width: 48px;
height: 48px;
border-radius: 48px;
font-size: 24px;
line-height: 48px;
}