HoverCard: Style stats

merge-requests/155/head
Alex Gleason 4 years ago
parent e943dc8b4c
commit e02ff2bed3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -14,7 +14,7 @@
transition-property: opacity;
transition-duration: 0.2s;
transition-delay: 0.7s;
width: 300px;
width: 320px;
z-index: 998;
left: -10px;
padding-top: 20px;
@ -49,6 +49,24 @@
.user-panel-stats-item a strong {
text-decoration: none;
}
&__header {
height: 96px;
}
.user-panel-stats-item {
margin-right: 10px;
&__label,
&__value {
display: inline;
font-size: 15px;
}
&__value {
margin-right: 5px;
}
}
}
.relationship-tag {

Loading…
Cancel
Save