discourse/plugins/chat/assets/stylesheets/common/chat-composer-separator.scss
Jordan Vidrine 8ec1f6f404
Revert "UX: chat composer (#23267)" (#23273)
This reverts commit 3bcbb2444ac7bfddc2d6ef40d6d6d48a6af6c79f.
2023-08-25 13:49:41 -05:00

9 lines
164 B
SCSS

.chat-composer-separator {
width: 1px;
margin: 10px 0.25rem;
box-sizing: border-box;
background: var(--primary-low-mid);
height: 30px;
display: flex;
}