Skip to content

Commit

Permalink
enlarge text on voting button
Browse files Browse the repository at this point in the history
  • Loading branch information
thoherr committed Oct 20, 2024
1 parent b36081a commit 9072425
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/voting.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ html {
width: 96%;
padding: 2%;
}

.VotingButton input {
font-size: x-large;
}
2 changes: 1 addition & 1 deletion app/views/votes/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="VotingForm">
<p><%= t('vote_for') %></p>
<p><i><b><%= moctext %></b></i></p>
<div class="actions">
<div class="actions VotingButton">
<%= f.submit t('vote'), :id => 'submit' %>
</div>
</div>
Expand Down

0 comments on commit 9072425

Please sign in to comment.