mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 15:56:31 +08:00
19 lines
237 B
SCSS
19 lines
237 B
SCSS
.chat-channel-name {
|
|
@include ellipsis;
|
|
color: var(--primary);
|
|
|
|
.has-unread & {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&__label {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.emoji {
|
|
height: 1em;
|
|
width: 1em;
|
|
vertical-align: baseline;
|
|
}
|
|
}
|