From 7bf29b99dc17e5384e2e17d81343110eac151b67 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Fri, 2 Feb 2018 19:32:32 +0200 Subject: [PATCH] change accent color --- .../components/comment/__username/comment__username.scss | 2 +- .../comment/__vote/_selected/comment__vote_selected.scss | 2 +- web/app/components/comment/__vote/comment__vote.scss | 2 +- web/app/components/input/__button/input__button.scss | 9 ++++----- web/app/components/input/__field/input__field.scss | 2 +- web/app/components/input/input.jsx | 2 +- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/web/app/components/comment/__username/comment__username.scss b/web/app/components/comment/__username/comment__username.scss index 8b641b32..b1bb71a5 100644 --- a/web/app/components/comment/__username/comment__username.scss +++ b/web/app/components/comment/__username/comment__username.scss @@ -1,4 +1,4 @@ .comment__username { text-decoration: none; - color: #19f; + color: #06c5c5; } diff --git a/web/app/components/comment/__vote/_selected/comment__vote_selected.scss b/web/app/components/comment/__vote/_selected/comment__vote_selected.scss index dd261a87..c501ce38 100644 --- a/web/app/components/comment/__vote/_selected/comment__vote_selected.scss +++ b/web/app/components/comment/__vote/_selected/comment__vote_selected.scss @@ -1,4 +1,4 @@ .comment__vote_selected { - border-top-color: #19f; + border-top-color: #00aaaa; cursor: default; } diff --git a/web/app/components/comment/__vote/comment__vote.scss b/web/app/components/comment/__vote/comment__vote.scss index 75e663a5..cca58823 100644 --- a/web/app/components/comment/__vote/comment__vote.scss +++ b/web/app/components/comment/__vote/comment__vote.scss @@ -8,6 +8,6 @@ cursor: pointer; &:hover { - border-top-color: #19f; + border-top-color: #00aaaa; } } diff --git a/web/app/components/input/__button/input__button.scss b/web/app/components/input/__button/input__button.scss index 37ae9fca..6e0cb7bc 100644 --- a/web/app/components/input/__button/input__button.scss +++ b/web/app/components/input/__button/input__button.scss @@ -3,12 +3,11 @@ .input__button { display: none; position: absolute; - top: 0; - right: 0; - bottom: 0; + top: -1px; + right: -1px; + bottom: -1px; box-sizing: border-box; width: $buttonWidth; - height: 100%; padding: 0 10px; font-size: 16px; border: 0; @@ -18,6 +17,6 @@ cursor: pointer; &:hover { - background: #00ffff; + background: #06c5c5; } } diff --git a/web/app/components/input/__field/input__field.scss b/web/app/components/input/__field/input__field.scss index 9290a1e8..b71e6122 100644 --- a/web/app/components/input/__field/input__field.scss +++ b/web/app/components/input/__field/input__field.scss @@ -20,7 +20,7 @@ resize: none; &:focus { - box-shadow: 0 0 0 1px #aaa; + box-shadow: 0 0 0 1px #06c5c5; outline: none; } diff --git a/web/app/components/input/input.jsx b/web/app/components/input/input.jsx index 575d6299..5e001a99 100644 --- a/web/app/components/input/input.jsx +++ b/web/app/components/input/input.jsx @@ -41,7 +41,7 @@ export default class Input extends Component { ref={r => (this.fieldNode = r)} required > - {props.children} + {props.children}