discourse/plugins/chat/assets/stylesheets/common/chat-modal-edit-channel-description.scss
Joffrey JAFFEUX 9830c40386
DEV: makes chat modals use the new <DModal /> component (#22495)
This commit also standardize the naming pattern of modals: `<Chat::Modal::FooBar />` and changes css class accordingly.

Co-authored-by: David Taylor <david@taylorhq.com>
2023-07-10 13:43:33 +02:00

21 lines
410 B
SCSS

.chat-modal-edit-channel-description {
.exceeded-word-count {
.chat-modal-edit-channel-description__description-input {
outline: 1px solid var(--danger);
border: 1px solid var(--danger);
}
}
&__description-input {
display: flex;
margin: 0;
min-height: 200px;
}
&__description {
display: flex;
padding-bottom: 0.75rem;
color: var(--primary-medium);
}
}