2018-06-08 17:49:31 +08:00
|
|
|
.latest-topic-list,
|
|
|
|
.top-topic-list {
|
2017-08-14 00:13:02 +08:00
|
|
|
@extend .topic-list-icons;
|
|
|
|
|
|
|
|
.table-heading {
|
|
|
|
padding: 12px 5px;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-med-or-secondary-high);
|
2017-08-14 00:13:02 +08:00
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.no-topics,
|
|
|
|
.more-topics {
|
2017-08-14 00:13:02 +08:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2021-01-28 06:27:54 +08:00
|
|
|
|
|
|
|
.posts-map {
|
2022-10-12 21:31:59 +08:00
|
|
|
font-size: var(--font-up-1);
|
2021-01-28 06:27:54 +08:00
|
|
|
font-weight: bold;
|
2021-04-21 06:38:13 +08:00
|
|
|
color: var(--primary-medium);
|
2021-01-28 06:27:54 +08:00
|
|
|
}
|
2017-08-14 00:13:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.latest-topic-list-item {
|
|
|
|
padding: 1em;
|
2020-08-04 10:57:10 +08:00
|
|
|
border-bottom: 1px solid var(--primary-low);
|
2017-08-14 00:13:02 +08:00
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.topic-poster {
|
2020-03-24 03:43:25 +08:00
|
|
|
position: relative;
|
2017-08-14 00:13:02 +08:00
|
|
|
width: 60px;
|
2020-03-24 03:43:25 +08:00
|
|
|
.avatar-flair {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 10px;
|
|
|
|
}
|
2017-08-14 00:13:02 +08:00
|
|
|
}
|
|
|
|
.main-link {
|
|
|
|
@extend .topic-list-main-link;
|
2018-02-28 02:10:28 +08:00
|
|
|
flex: 0 1 auto;
|
|
|
|
max-width: 65%;
|
2022-10-12 21:31:59 +08:00
|
|
|
font-size: var(--font-0);
|
2018-02-28 02:10:28 +08:00
|
|
|
.badge-wrapper {
|
|
|
|
max-width: 100%;
|
|
|
|
.badge-category-bg {
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-08-14 00:13:02 +08:00
|
|
|
|
|
|
|
.top-row {
|
|
|
|
margin-bottom: 0.1em;
|
2022-10-12 21:31:59 +08:00
|
|
|
font-size: var(--font-up-1);
|
2017-12-23 10:22:12 +08:00
|
|
|
}
|
2017-08-14 00:13:02 +08:00
|
|
|
}
|
|
|
|
.topic-stats {
|
2019-01-22 02:40:55 +08:00
|
|
|
flex: 1 0 0px;
|
2017-08-14 00:13:02 +08:00
|
|
|
text-align: right;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-med-or-secondary-high);
|
2017-08-14 00:13:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-last-activity a {
|
2021-01-28 06:27:54 +08:00
|
|
|
color: var(--primary-low-mid-or-secondary-high);
|
2017-08-14 00:13:02 +08:00
|
|
|
}
|
|
|
|
}
|