mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 16:24:17 +08:00
9830c40386
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>
21 lines
410 B
SCSS
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);
|
|
}
|
|
}
|