diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index ba819ec3b..de9588d65 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -16,14 +16,13 @@ @mixin votes { border-top: 1px solid $border; margin-top: $line-height; - padding: $line-height 0; + padding: $line-height/2 0; position: relative; @include breakpoint(medium) { border-left: 1px solid $border; border-top: 0; margin-top: 0; - padding-top: $line-height*2; } .icon-like, .icon-unlike { @@ -511,38 +510,9 @@ padding-bottom: rem-calc(12); } - .label-debate, .label-proposal, .label-investment-project, .label-budget-investment { - background: none; - clear: both; - display: block; - font-size: rem-calc(12); - font-weight: bold; - line-height: $line-height; - padding-bottom: 0; - padding-left: 0; - padding-top: 0; - text-transform: uppercase; - } - - .label-debate { - color: $debates; - } - - .label-proposal { - color: $proposals-dark; - } - - .label-investment-project { - color: $budget; - } - - .label-budget-investment { - color: $budget; - } - h3 { font-weight: bold; - margin: 0; + margin-top: $line-height/2; a { color: $text; diff --git a/app/views/budgets/investments/_investment.html.erb b/app/views/budgets/investments/_investment.html.erb index 3155853cd..f65b9cfe5 100644 --- a/app/views/budgets/investments/_investment.html.erb +++ b/app/views/budgets/investments/_investment.html.erb @@ -6,8 +6,6 @@
diff --git a/app/views/debates/_debate.html.erb b/app/views/debates/_debate.html.erb index d084a0241..03c53979d 100644 --- a/app/views/debates/_debate.html.erb +++ b/app/views/debates/_debate.html.erb @@ -5,8 +5,6 @@
diff --git a/app/views/proposals/_proposal.html.erb b/app/views/proposals/_proposal.html.erb index 735e8bcec..dba8b3772 100644 --- a/app/views/proposals/_proposal.html.erb +++ b/app/views/proposals/_proposal.html.erb @@ -8,8 +8,6 @@