mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 16:43:43 +08:00
13 lines
178 B
SCSS
13 lines
178 B
SCSS
.chat__thread-title {
|
|
display: flex;
|
|
|
|
&__name,
|
|
&__name:visited {
|
|
color: var(--primary);
|
|
}
|
|
|
|
.chat-thread-list-item-unread-indicator {
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|