diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index e7b4623df..7fb3bb31d 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -740,6 +740,31 @@ margin-top: $line-height*1.5; } +.budget-investment-show { + + .label-budget-investment { + background: none; + clear: both; + color: $budget; + 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; + } + + .icon-budget { + color: $budget; + font-size: $small-font-size; + line-height: $line-height; + margin-left: rem-calc(6); + top: 0; + } +} + // 05. Featured // ------------ diff --git a/app/views/budgets/investments/_investment_show.html.erb b/app/views/budgets/investments/_investment_show.html.erb index dd1fd615f..c2ba6e209 100644 --- a/app/views/budgets/investments/_investment_show.html.erb +++ b/app/views/budgets/investments/_investment_show.html.erb @@ -90,6 +90,13 @@ <% end %> + <% else %> +