mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
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;
|
|
}
|