From 9072425816376779d96d20255684d3f9977178f1 Mon Sep 17 00:00:00 2001 From: Thomas Herrmann Date: Sun, 20 Oct 2024 16:26:37 +0200 Subject: [PATCH] enlarge text on voting button --- app/assets/stylesheets/voting.css.scss | 4 ++++ app/views/votes/new.html.erb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/voting.css.scss b/app/assets/stylesheets/voting.css.scss index d93e9d8c..ceb0738a 100644 --- a/app/assets/stylesheets/voting.css.scss +++ b/app/assets/stylesheets/voting.css.scss @@ -39,3 +39,7 @@ html { width: 96%; padding: 2%; } + +.VotingButton input { + font-size: x-large; +} diff --git a/app/views/votes/new.html.erb b/app/views/votes/new.html.erb index 17cd4447..56c7fc3d 100644 --- a/app/views/votes/new.html.erb +++ b/app/views/votes/new.html.erb @@ -14,7 +14,7 @@

<%= t('vote_for') %>

<%= moctext %>

-
+
<%= f.submit t('vote'), :id => 'submit' %>