mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 18:08:33 +08:00
26 lines
429 B
SCSS
26 lines
429 B
SCSS
.c-channel-settings {
|
|
width: 100%;
|
|
|
|
.c-channel-settings__slug {
|
|
max-width: 250px;
|
|
@include ellipsis;
|
|
}
|
|
|
|
.chat-retention-reminder-text {
|
|
color: var(--primary-medium);
|
|
}
|
|
|
|
&__leave-info {
|
|
font-size: var(--font-down-1-rem);
|
|
color: var(--primary-medium);
|
|
|
|
.d-icon {
|
|
color: var(--danger);
|
|
}
|
|
}
|
|
|
|
.chat-form__section-content:has(.c-channel-settings__leave-info) {
|
|
gap: 0.25rem;
|
|
}
|
|
}
|