nitro-react/src/components/friends/views/friends-list/myinfo/MyInfo.scss

17 lines
285 B
SCSS

.friends-myinfo {
> :first-child {
border-bottom: 1px dashed white;
}
.myinfo-avatar {
height: 60px;
width: 60px;
display: flex;
justify-content: center;
.avatar-image {
margin-top: -17px;
}
}
}