mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 18:43:44 +08:00
8ec1f6f404
This reverts commit 3bcbb2444a
.
9 lines
164 B
SCSS
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;
|
|
}
|