about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-03-10 13:21:51 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:21 -0500
commit366676a69f482ed2f267a3696567abfb7ed6f13f (patch)
treeeff1a85c57453faccecddcc205e6155f1f570b2f /app/javascript/styles
parent2f136e9889bde7dc5b4c67e6f47056b452c02ede (diff)
make sure that poll text is actually smaller
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/polls.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/javascript/styles/mastodon/polls.scss b/app/javascript/styles/mastodon/polls.scss
index d731ce5ae..e487420e8 100644
--- a/app/javascript/styles/mastodon/polls.scss
+++ b/app/javascript/styles/mastodon/polls.scss
@@ -1,6 +1,6 @@
 .poll {
   margin-top: 16px;
-  font-size: 14px;
+  font-size: 12px;
 
   li {
     margin-bottom: 10px;
@@ -129,7 +129,7 @@
     height: 36px;
     padding: 0 16px;
     margin-right: 10px;
-    font-size: 14px;
+    font-size: 12px;
   }
 }
 
@@ -153,7 +153,7 @@
   }
 
   .button.button-secondary {
-    font-size: 14px;
+    font-size: 12px;
     font-weight: 400;
     padding: 6px 10px;
     height: auto;
@@ -177,7 +177,7 @@
   select {
     appearance: none;
     box-sizing: border-box;
-    font-size: 14px;
+    font-size: 12px;
     color: $inverted-text-color;
     display: inline-block;
     width: auto;