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