mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 21:36:11 +08:00
13 lines
198 B
SCSS
13 lines
198 B
SCSS
.chat-channel-settings {
|
|
width: 100%;
|
|
|
|
.chat-channel-settings__slug {
|
|
max-width: 250px;
|
|
@include ellipsis;
|
|
}
|
|
|
|
.chat-retention-reminder-text {
|
|
color: var(--primary-medium);
|
|
}
|
|
}
|