Adds more styles to budget pages

This commit is contained in:
Alberto Garcia Cabeza
2016-06-09 12:59:55 +02:00
parent aa1ed87725
commit 7548b0492d
3 changed files with 29 additions and 5 deletions

View File

@@ -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 {

View File

@@ -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>

View File

@@ -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>