mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 04:23:44 +08:00
15 lines
235 B
SCSS
15 lines
235 B
SCSS
|
.chat-composer-button {
|
||
|
box-sizing: border-box;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
|
||
|
&__btn {
|
||
|
box-sizing: border-box;
|
||
|
width: 50px;
|
||
|
border: 0;
|
||
|
height: 100%;
|
||
|
background: none;
|
||
|
}
|
||
|
}
|