Requested changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user