From 8095496a0e4ed5a1cddd5597921f5b5f9a2234c5 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 6 May 2018 23:53:20 +0300 Subject: [PATCH] fix pinned comments colors --- .../components/root/__pinned-comment/root__pinned-comment.scss | 2 +- .../root/__pinned-comments/root__pinned-comments.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/root/__pinned-comment/root__pinned-comment.scss b/web/app/components/root/__pinned-comment/root__pinned-comment.scss index 64166ed2..79eca1f8 100644 --- a/web/app/components/root/__pinned-comment/root__pinned-comment.scss +++ b/web/app/components/root/__pinned-comment/root__pinned-comment.scss @@ -1,5 +1,5 @@ .root__pinned-comment { - border-bottom-color: #bdd8d8; + border-bottom-color: #e2efef; &:last-child { margin-bottom: 0; diff --git a/web/app/components/root/__pinned-comments/root__pinned-comments.scss b/web/app/components/root/__pinned-comments/root__pinned-comments.scss index 089cebd5..cc4c1604 100644 --- a/web/app/components/root/__pinned-comments/root__pinned-comments.scss +++ b/web/app/components/root/__pinned-comments/root__pinned-comments.scss @@ -4,5 +4,5 @@ margin-top: 24px; padding: ($offset / 3) ($offset / 2); border-radius: 2px; - background: #d8efef; + background: #edf6f7; }