discourse-translator/assets/stylesheets/common/post.scss
Krzysztof Kotlarek d0dbaa458b
FEATURE: translate topic (#130)
Currently, only posts are being translated. When a post is the first post, we should include information about the topic.

Meta https://meta.discourse.org/t/feature-request-topic-title-translation/144714
2023-12-29 08:15:36 +11:00

13 lines
204 B
SCSS

.topic-attribution {
font-weight: bold;
margin-bottom: 1em;
margin-top: 1em;
}
.post-attribution {
color: #8899a6;
font-size: 12px;
}
button.translated {
color: var(--tertiary) !important;
}