fix pinned comments colors

This commit is contained in:
igoradamenko
2018-05-06 23:53:20 +03:00
parent def6505e31
commit 8095496a0e
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
.root__pinned-comment {
border-bottom-color: #bdd8d8;
border-bottom-color: #e2efef;
&:last-child {
margin-bottom: 0;
@@ -4,5 +4,5 @@
margin-top: 24px;
padding: ($offset / 3) ($offset / 2);
border-radius: 2px;
background: #d8efef;
background: #edf6f7;
}