mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 07:35:47 +08:00
12 lines
178 B
SCSS
Vendored
12 lines
178 B
SCSS
Vendored
.chat__thread-title {
|
|
display: flex;
|
|
|
|
&__name,
|
|
&__name:visited {
|
|
color: var(--primary);
|
|
}
|
|
|
|
.chat-thread-list-item-unread-indicator {
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|