discourse/plugins/chat/assets/stylesheets/common/chat-modal-move-message-to-channel.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

11 lines
165 B
SCSS

.chat-modal-move-message-to-channel {
&__channel-chooser {
width: 100%;
.category-chat-badge {
.d-icon {
color: inherit;
}
}
}
}