From f4c337b2558c9b0c838ee664db77551cd7f95b39 Mon Sep 17 00:00:00 2001
From: Fedor Katurov <gotham48@gmail.com>
Date: Tue, 22 Oct 2019 11:53:53 +0700
Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D1=83=D1=84=D1=82=D0=B3=D0=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/bars/SubmitBar/styles.scss    |  2 +-
 src/components/node/NodeComments/styles.scss | 21 +++++---------------
 src/styles/colors.scss                       |  2 +-
 3 files changed, 7 insertions(+), 18 deletions(-)

diff --git a/src/components/bars/SubmitBar/styles.scss b/src/components/bars/SubmitBar/styles.scss
index 83b9ce01..9d6cd3dd 100644
--- a/src/components/bars/SubmitBar/styles.scss
+++ b/src/components/bars/SubmitBar/styles.scss
@@ -16,7 +16,7 @@
 }
 
 .button {
-  background: $red_gradient;
+  background: $red;
   width: $bar_height;
   height: $bar_height;
   border-radius: $bar_height / 2;
diff --git a/src/components/node/NodeComments/styles.scss b/src/components/node/NodeComments/styles.scss
index 2aa67d98..401c1465 100644
--- a/src/components/node/NodeComments/styles.scss
+++ b/src/components/node/NodeComments/styles.scss
@@ -1,20 +1,9 @@
 .wrap {
   & > div {
-    margin: $gap 0 0 0;
+    margin: 0 0 $gap 0;
+
+    &:last-child {
+      margin: 0;
+    }
   }
-
-  // display: flex;
-  // flex-direction: column !important;
-
-  // & > div {
-  //   margin: ($gap / 2) 0;
-
-  //   &:last-child {
-  //     margin-top: 0;
-  //   }
-
-  //   &:first-child {
-  //     margin-bottom: 0;
-  //   }
-  // }
 }
diff --git a/src/styles/colors.scss b/src/styles/colors.scss
index 6fc6b561..588e0d1a 100644
--- a/src/styles/colors.scss
+++ b/src/styles/colors.scss
@@ -1,5 +1,5 @@
 // $red: #ff3344;
-$red: #da6972;
+$red: #ff6553;
 $yellow: #ffd60f;
 $dark_blue: #3c75ff;
 $blue: #3ca1ff;