9 lines
161 B
SCSS
9 lines
161 B
SCSS
@import 'common/variables';
|
|
|
|
.root__pinned-comments {
|
|
margin-top: 24px;
|
|
padding: ($offset / 3) ($offset / 2);
|
|
border-radius: 2px;
|
|
background: #edf6f7;
|
|
}
|