FIX: Don't override user flair styles in topic map
This commit is contained in:
parent
916219f48e
commit
ec71091216
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue