mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 19:35:20 +08:00
1b022457ad
* UX: add info-warning to leave button * Scope to groupchat Co-authored-by: Jarek Radosz <jradosz@gmail.com>
26 lines
438 B
SCSS
26 lines
438 B
SCSS
.chat-channel-settings {
|
|
width: 100%;
|
|
|
|
.chat-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(.chat-channel-settings__leave-info) {
|
|
gap: 0.25rem;
|
|
}
|
|
}
|