mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-09 07:33:30 +00:00
16 lines
247 B
SCSS
16 lines
247 B
SCSS
.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);
|
|
}
|
|
}
|