mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 12:24:37 +08:00
0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
16 lines
238 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|