mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-31 13:27:58 +00:00
14 lines
273 B
SCSS
14 lines
273 B
SCSS
![]() |
/// Styles the comment-stream container which hosts each comment component
|
||
|
.comment-stream {
|
||
|
width: item-spacing(9) * 7;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
|
||
|
&__header {
|
||
|
padding: item-spacing(0 2);
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
}
|