From a7abbd89d24166977448953e0e346e1034357ca3 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Wed, 23 Sep 2020 06:49:56 +0200
Subject: [PATCH] bugfix: some styling modifs

---
 src/styles/layout/polls/_polls.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/styles/layout/polls/_polls.scss b/src/styles/layout/polls/_polls.scss
index c794ef24..241f2cdb 100644
--- a/src/styles/layout/polls/_polls.scss
+++ b/src/styles/layout/polls/_polls.scss
@@ -273,16 +273,16 @@ solid-poll > div {
         div[name="progressBar"] div .progressBarValue {
             margin: 0;
         }
-        #poll-votes-form input[type="submit"] {
+        .poll-votes-form input[type="submit"] {
             height: 38px;
             width: 149px;
             border-radius: 19px;
             box-shadow: 0 0 7px 0 rgba(0,0,0,0.15);
         }
-        #poll-votes-form input[type="submit"]:disabled {
+        .poll-votes-form input[type="submit"]:disabled {
             opacity: 0.3;
         }
-        #unavailablePoll {
+        .unavailablePoll {
             font-style: italic;
         }
         .progressBarValue {
-- 
GitLab