improves styles for budgets ballot
This commit is contained in:
@@ -1031,7 +1031,6 @@
|
||||
|
||||
.amount-spent {
|
||||
background: $success-bg;
|
||||
color: $success-color;
|
||||
font-weight: normal;
|
||||
padding: $line-height/2;
|
||||
|
||||
|
||||
@@ -1,22 +1,24 @@
|
||||
<div class="row ballot">
|
||||
<div class="expanded budget no-margin-top padding">
|
||||
<div class="row">
|
||||
<%= render 'shared/back_link' %>
|
||||
|
||||
<%= render 'shared/back_link' %>
|
||||
<h1 class="text-center"><%= t("budgets.ballots.show.title") %></h1>
|
||||
|
||||
<h1 class="text-center"><%= t("budgets.ballots.show.title") %></h1>
|
||||
|
||||
<div class="small-12 medium-8 column small-centered text-center">
|
||||
<h2>
|
||||
<%= t("budgets.ballots.show.voted_html",
|
||||
count: @ballot.investments.count) %>
|
||||
</h2>
|
||||
<p>
|
||||
<small>
|
||||
<%= t("budgets.ballots.show.voted_info_html") %>
|
||||
</small>
|
||||
</p>
|
||||
<div class="small-12 medium-8 column small-centered text-center">
|
||||
<h2>
|
||||
<%= t("budgets.ballots.show.voted_html",
|
||||
count: @ballot.investments.count) %>
|
||||
</h2>
|
||||
<p>
|
||||
<small>
|
||||
<%= t("budgets.ballots.show.voted_info_html") %>
|
||||
</small>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<div class="row ballot">
|
||||
<div class="margin-top">
|
||||
<% @ballot.groups.each do |group| %>
|
||||
<div id="<%= dom_id(group) %>"
|
||||
|
||||
Reference in New Issue
Block a user