Adds more styles to budget pages
This commit is contained in:
@@ -1076,6 +1076,33 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
||||
&.button {
|
||||
background: white;
|
||||
color: $brand;
|
||||
margin-bottom: rem-calc(3);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.social-share-button a {
|
||||
color: white;
|
||||
|
||||
&.social-share-button-twitter:hover {
|
||||
color: #40A2D1;
|
||||
}
|
||||
|
||||
&.social-share-button-facebook:hover {
|
||||
color: #354F88;
|
||||
}
|
||||
|
||||
&.social-share-button-google_plus:hover {
|
||||
color: #CE3E26;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.progress-votes {
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<div class="row ballot">
|
||||
|
||||
<%= link_to :back, class: "back" do %>
|
||||
<span class="icon-angle-left"></span>
|
||||
<%= t("shared.back") %>
|
||||
<% end %>
|
||||
<%= render 'shared/back_link' %>
|
||||
|
||||
<h1 class="text-center"><%= t("budgets.ballots.show.title") %></h1>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<% end %>
|
||||
|
||||
<% if can? :show, @ballot %>
|
||||
<%= link_to t("budget.investments.header.check_ballot"), ballot_path, class: "button float-right" %>
|
||||
<%= link_to t("budget.investments.header.check_ballot"), budget_ballot_path(@budget, @ballot), class: "button float-right" %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user