mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 00:25:38 +08:00
16 lines
264 B
SCSS
16 lines
264 B
SCSS
|
.chat-section {
|
||
|
border-bottom: 1px solid var(--primary-low);
|
||
|
padding: 1rem;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
flex-shrink: 0;
|
||
|
box-sizing: border-box;
|
||
|
|
||
|
&__text {
|
||
|
align-items: baseline;
|
||
|
display: flex;
|
||
|
flex: 1 1 0;
|
||
|
min-width: 0;
|
||
|
}
|
||
|
}
|