aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll_graph.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/poll/poll_graph.style.js')
-rw-r--r--src/components/poll/poll_graph.style.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/poll/poll_graph.style.js b/src/components/poll/poll_graph.style.js
new file mode 100644
index 00000000..247a266a
--- /dev/null
+++ b/src/components/poll/poll_graph.style.js
@@ -0,0 +1,12 @@
+export default {
+ name: 'PollGraph',
+ selector: '.result-fill',
+ defaultRules: [
+ {
+ directives: {
+ background: '--accent',
+ opacity: 0.5
+ }
+ }
+ ]
+}