diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index d7198a0b4..ffb7f07f9 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2047,9 +2047,11 @@ table { width: 100%; } +.annotation-summary, .budget-investment-info, .debate-info, .debate-meta, +.debate-summary, .investment-project-info, .legislation-comments, .proposal-info, diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 74658a167..68557d2b5 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -966,10 +966,6 @@ } } - .comments-count { - @include has-fa-icon(comments, regular); - } - .question-title:not(:only-child) { margin-bottom: $line-height / 2; }