10 lines
147 B
SCSS
10 lines
147 B
SCSS
.root__pinned-comment {
|
|
border-bottom-color: #e2efef;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
border-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
}
|