Changed icon-documents color.
This commit is contained in:
committed by
Senén Rodero Rodríguez
parent
586776efd8
commit
1c835073a8
@@ -248,7 +248,8 @@
|
||||
.debate-form,
|
||||
.proposal-form,
|
||||
.budget-investment-form,
|
||||
.spending-proposal-form {
|
||||
.spending-proposal-form,
|
||||
.document-form {
|
||||
|
||||
.icon-debates,
|
||||
.icon-proposals,
|
||||
@@ -262,7 +263,8 @@
|
||||
color: $debates;
|
||||
}
|
||||
|
||||
.icon-proposals {
|
||||
.icon-proposals,
|
||||
.icon-documents {
|
||||
color: $proposals;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<% if documents.any? %>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<% documents.each do |document| %>
|
||||
@@ -7,11 +6,8 @@
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<% else %>
|
||||
|
||||
<div class="callout primary text-center">
|
||||
<%= t('documents.no_documents') %>
|
||||
</div>
|
||||
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user