mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 16:30:14 +08:00
8 lines
164 B
SCSS
Vendored
8 lines
164 B
SCSS
Vendored
.chat-composer-separator {
|
|
width: 1px;
|
|
margin: 10px 0.25rem;
|
|
box-sizing: border-box;
|
|
background: var(--primary-low-mid);
|
|
height: 30px;
|
|
display: flex;
|
|
}
|