discourse/plugins/chat/assets/stylesheets/common/chat-channel-settings.scss
chapoi 1b022457ad
UX: chat leave info (#24645)
* UX: add info-warning to leave button

* Scope to groupchat

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2023-11-30 10:13:37 +01:00

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;
}
}