diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index d5af311ef..5753fb7f5 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -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 { diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 44a5112b6..19daf5e35 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -56,7 +56,7 @@ <% 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" %>