mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 00:35:18 +08: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;
|
||
|
}
|
||
|
}
|