diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index e790c8b02..c72b981c7 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -921,6 +921,14 @@ color: white; } + .callout.warning { + font-size: $base-font-size; + + a { + color: $color-warning; + } + } + &.welcome { background: $budget image-url('spending_proposals_bg.jpg'); background-position: 50% 50%; diff --git a/app/views/budgets/investments/_header.html.erb b/app/views/budgets/investments/_header.html.erb index e88a4691c..b315f4ac1 100644 --- a/app/views/budgets/investments/_header.html.erb +++ b/app/views/budgets/investments/_header.html.erb @@ -35,13 +35,15 @@ <% else %>
- <%= t("budgets.investments.header.different_heading_assigned_html", - heading_link: link_to( - @assigned_heading.name, - budget_investments_path(@budget, heading: @assigned_heading)) - ) %> -
+