HoverCard: Style stats

This commit is contained in:
Alex Gleason 2020-08-02 23:01:38 -05:00
parent e943dc8b4c
commit e02ff2bed3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 19 additions and 1 deletions

View File

@ -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 {