From 7309aa310c1cace8fede186d0e68522e8ac40c8b Mon Sep 17 00:00:00 2001
From: senza <maximesenzamici@gmail.com>
Date: Sat, 8 Aug 2020 14:46:31 +0200
Subject: [PATCH] tag css of poll page

---
 src/styles/layout/polls/_polls.scss | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/src/styles/layout/polls/_polls.scss b/src/styles/layout/polls/_polls.scss
index 0c962986..5a19b0cd 100644
--- a/src/styles/layout/polls/_polls.scss
+++ b/src/styles/layout/polls/_polls.scss
@@ -19,7 +19,7 @@
                   width: 64px;
                   height: 24px;
                   p{
-                  font-size: 11px;
+                    font-size: 11px;
                   }
                 }
               }
@@ -29,8 +29,24 @@
       }
     }
   }
+  /*personnalise css on poll page*/
   #pollPage{
     width: 85%;
     margin: auto;
+    solid-display.topline{
+      >div:first-of-type{
+        *[name="right"]{
+          etuc-display-votetags{
+            >div{
+              width: 64px;
+              height: 24px;
+              p{
+                font-size: 11px;
+              }
+            }
+          }
+        }
+      }
+    }
   }
 }
\ No newline at end of file
-- 
GitLab