mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
10 lines
154 B
SCSS
10 lines
154 B
SCSS
.chat-composer-inline-button {
|
|
border-radius: 6px;
|
|
width: 32px;
|
|
height: 32px;
|
|
|
|
& + .chat-composer-inline-button {
|
|
margin-left: 0.25rem;
|
|
}
|
|
}
|