discourse/plugins/chat/assets/stylesheets/mobile/chat-selection-manager.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

16 lines
238 B
SCSS

.chat-selection-management {
.chat-selection-management-buttons {
display: flex;
flex-direction: column;
width: 100%;
.cancel-btn {
margin-left: initial;
}
.btn {
margin-bottom: 0.25em;
}
}
}