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;