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; bottom: -2px;
right: 0; right: 0;
} }
.fa { .d-icon {
font-size: $font-0; font-size: $font-down-2;
} }
} }
.topic-avatar .poster-avatar-extra { .topic-avatar .poster-avatar-extra {

View File

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