Requested changes

This commit is contained in:
María Checa
2017-10-07 20:27:44 +02:00
parent 65f5c9efa9
commit 316ba37d91
2 changed files with 10 additions and 8 deletions

View File

@@ -335,14 +335,16 @@
word-wrap: break-word;
}
.callout.token-message {
background-color: #FFFFFF;
border-color: $info-border;
color: $color-info;
}
.callout {
&.token-message {
background-color: #fff;
border-color: $info-border;
color: $color-info;
}
.callout.proposal-retired {
font-size: $base-font-size;
&.proposal-retired {
font-size: $base-font-size;
}
}
.social-share-full .social-share-button {

View File

@@ -56,7 +56,7 @@
</div>
<% end %>
<%= link_to t("polls.show.participate_in_other_polls"), polls_path, class: "button" %>
<%= link_to t("polls.show.participate_in_other_polls"), polls_path, class: "button hollow" %>
</div>
</div>