diff --git a/app/assets/stylesheets/_consul_settings.scss b/app/assets/stylesheets/_consul_settings.scss index 0844f861f..9522befd0 100644 --- a/app/assets/stylesheets/_consul_settings.scss +++ b/app/assets/stylesheets/_consul_settings.scss @@ -42,6 +42,9 @@ $proposals-dark: #794500; $budget: #7e328a; $budget-hover: #7571bf; +$budget-investment-image: #ffa42d; +$budget-investment-image-hover: #794500; + $highlight: #e7f2fc; $highlight-soft: #f3f8fd; $light: #f5f7fa; diff --git a/app/assets/stylesheets/icons.scss b/app/assets/stylesheets/icons.scss index 5e92ee460..a1420fa12 100644 --- a/app/assets/stylesheets/icons.scss +++ b/app/assets/stylesheets/icons.scss @@ -196,6 +196,9 @@ .icon-budget::before { content: '\53'; } +.icon-budget-investment-image::before { + content: '\68'; +} .icon-notification::before { content: '\6e'; diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 3d90ee128..6665d8508 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -251,12 +251,14 @@ .spending-proposal-form, .document-form, .topic-new, -.topic-form { +.topic-form, +.budget-investment-image-form { .icon-debates, .icon-proposals, .icon-budget, - .icon-documents { + .icon-documents, + .icon-budget-investment-image { font-size: rem-calc(50); line-height: $line-height; opacity: 0.5; @@ -274,6 +276,10 @@ .icon-budget { color: $budget; } + + .icon-budget-investment-image { + color: $budget-investment-image; + } } .recommendations { @@ -309,6 +315,13 @@ } } +.budget-investment-image-form { + + .recommendations li::before { + color: $budget-investment-image; + } +} + // 03. Show participation // ---------------------- diff --git a/app/views/budgets/investments/edit_image.html.erb b/app/views/budgets/investments/edit_image.html.erb index d277e5090..a13023e1c 100644 --- a/app/views/budgets/investments/edit_image.html.erb +++ b/app/views/budgets/investments/edit_image.html.erb @@ -1,10 +1,19 @@ -