aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll_graph.style.js
blob: 247a266a2347ed18d4b5eb3b9c0bd849b27c5d2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export default {
  name: 'PollGraph',
  selector: '.result-fill',
  defaultRules: [
    {
      directives: {
        background: '--accent',
        opacity: 0.5
      }
    }
  ]
}