diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index ffb7f07f9..4fd3010a4 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2080,6 +2080,18 @@ table { } } +.comment-header { + + .comments-count { + @include has-fa-icon(comment, solid); + + &::before { + margin-right: 0.3rem; + color: #838383; + } + } +} + // 16. Flags // --------- diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 68557d2b5..2592c59e3 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -603,20 +603,10 @@ } .comment-header { - color: #838383; padding-bottom: rem-calc(8); margin-bottom: rem-calc(16); border-bottom: 1px solid $border; - .comment-number { - color: $text; - display: inline-block; - } - - .icon-comment { - margin-right: rem-calc(8); - } - a .icon-expand { color: #838383; font-size: $small-font-size; diff --git a/app/views/legislation/annotations/_comment_header.html.erb b/app/views/legislation/annotations/_comment_header.html.erb index 12a386206..c3ee785ec 100644 --- a/app/views/legislation/annotations/_comment_header.html.erb +++ b/app/views/legislation/annotations/_comment_header.html.erb @@ -1,9 +1,6 @@ - - -