FIX: Don't override user flair styles in topic map

This commit is contained in:
Kris 2019-01-21 12:37:49 -05:00
parent 916219f48e
commit ec71091216
2 changed files with 6 additions and 5 deletions

View File

@ -479,8 +479,8 @@ aside.quote {
bottom: -2px;
right: 0;
}
.fa {
font-size: $font-0;
.d-icon {
font-size: $font-down-2;
}
}
.topic-avatar .poster-avatar-extra {

View File

@ -356,16 +356,17 @@ nav.post-controls {
text-align: center;
}
}
a,
.number {
line-height: $line-height-large;
color: $primary-high;
}
.number,
.d-icon {
color: dark-light-choose($primary-high, $secondary-low);
font-size: $font-up-2;
line-height: $line-height-medium;
}
button .d-icon {
color: $primary-high;
}
.avatar a {
float: left;
}