mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 23:43:51 +08:00
19 lines
302 B
SCSS
19 lines
302 B
SCSS
|
.chat-channel-settings {
|
||
|
width: 50%;
|
||
|
min-width: 320px;
|
||
|
|
||
|
.chat-channel-settings__slug {
|
||
|
max-width: 250px;
|
||
|
@include ellipsis;
|
||
|
}
|
||
|
|
||
|
// category badge margin reset
|
||
|
.badge-wrapper.bullet {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.chat-retention-reminder-text {
|
||
|
color: var(--primary-medium);
|
||
|
}
|
||
|
}
|