diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 605afaee8..d5af311ef 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -335,6 +335,12 @@ word-wrap: break-word; } + .callout.token-message { + background-color: #FFFFFF; + border-color: $info-border; + color: $color-info; + } + .callout.proposal-retired { font-size: $base-font-size; } diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 7d53fcb50..44a5112b6 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -51,12 +51,12 @@ <% end %> <% if poll_voter_token(@poll, current_user).empty? %> -