aboutsummaryrefslogtreecommitdiff
path: root/src/services/theme_data/pleromafe.t3.js
blob: b7b125731f1fc3a5ed0427df2249b2eb116b8eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
export const sampleRules = [
  {
    component: 'Underlay',
    // variant: 'normal',
    // state: 'normal'
    directives: {
      background: '#000000',
      opacity: 0.2
    }
  },
  {
    component: 'Panel',
    directives: {
      background: '#FFFFFF',
      opacity: 0.9
    }
  },
  {
    component: 'PanelHeader',
    directives: {
      background: '#000000',
      opacity: 0.9
    }
  },
  {
    component: 'Button',
    directives: {
      background: '#808080',
      opacity: 0.5
    }
  }
]