discourse/plugins/chat/assets/stylesheets/common/chat-channel-name.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
244 B
SCSS
Raw Normal View History

.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;
}
}