mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 09:49:09 +08:00
15 lines
247 B
SCSS
Vendored
15 lines
247 B
SCSS
Vendored
.related-topics {
|
|
margin: 4.5em 0 1em;
|
|
}
|
|
|
|
.more-topics__container {
|
|
h3 .d-icon {
|
|
margin-right: 0.25em;
|
|
color: var(--primary-high);
|
|
font-size: var(--font-down-1);
|
|
}
|
|
|
|
.nav-pills .d-icon {
|
|
font-size: var(--font-down-1);
|
|
}
|
|
}
|