discourse/plugins/chat/assets/stylesheets/common/chat-composer-inline-button.scss
Roman Rizzi 0a5f548635
DEV: Move discourse-chat to the core repo. (#18776)
As part of this move, we are also renaming `discourse-chat` to `chat`.
2022-11-02 10:41:30 -03:00

10 lines
154 B
SCSS

.chat-composer-inline-button {
border-radius: 6px;
width: 32px;
height: 32px;
& + .chat-composer-inline-button {
margin-left: 0.25rem;
}
}