From a645aafe8c87020151ac5e4eacc4f1796121c660 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 4 Mar 2018 00:45:28 +0300 Subject: [PATCH] change styles of username --- web/app/components/comment/__username/comment__username.scss | 3 ++- .../components/comment/_view/_admin/comment_view_admin.scss | 1 - web/app/components/comment/comment.jsx | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/app/components/comment/__username/comment__username.scss b/web/app/components/comment/__username/comment__username.scss index 1546489b..75f1b9ed 100644 --- a/web/app/components/comment/__username/comment__username.scss +++ b/web/app/components/comment/__username/comment__username.scss @@ -1,3 +1,4 @@ .comment__username { - color: #06c5c5; + color: #777; + font-weight: 700; } diff --git a/web/app/components/comment/_view/_admin/comment_view_admin.scss b/web/app/components/comment/_view/_admin/comment_view_admin.scss index 5ab3a17c..9d24f9da 100644 --- a/web/app/components/comment/_view/_admin/comment_view_admin.scss +++ b/web/app/components/comment/_view/_admin/comment_view_admin.scss @@ -1,6 +1,5 @@ .comment_view_admin { .comment__username { - font-weight: 700; color: #ff4700; }; } diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index 79af82b5..9df571cf 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -177,7 +177,6 @@ export default class Comment extends Component {
- {/* TODO: add link to user's profile in social if we have it */} {o.user.name}