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

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

13 lines
198 B
SCSS
Raw Normal View History

.chat-channel-settings {
width: 100%;
.chat-channel-settings__slug {
max-width: 250px;
@include ellipsis;
}
.chat-retention-reminder-text {
color: var(--primary-medium);
}
}