UX: make desktop category page topics match mobile (#11857)
This commit is contained in:
parent
afbaedef7d
commit
d71468a66a
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
.value {
|
.value {
|
||||||
font-size: $font-up-1;
|
font-size: $font-up-1;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.unit {
|
.unit {
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
|
|
|
@ -11,6 +11,11 @@
|
||||||
.more-topics {
|
.more-topics {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.posts-map {
|
||||||
|
font-size: $font-up-1;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.latest-topic-list-item {
|
.latest-topic-list-item {
|
||||||
|
@ -53,6 +58,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-last-activity a {
|
.topic-last-activity a {
|
||||||
color: var(--primary-med-or-secondary-high);
|
color: var(--primary-low-mid-or-secondary-high);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue