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