aboutsummaryrefslogtreecommitdiff
path: root/src/components/underlay.style.js
blob: 380ea26ef5eb99338c325024dd6914a490209301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export default {
  name: 'Underlay',
  selector: '#content',
  outOfTreeSelector: '.underlay',
  validInnerComponents: [
    'Panel'
  ],
  defaultRules: [
    {
      component: 'Underlay',
      // variant: 'normal',
      // state: 'normal'
      directives: {
        background: '#000000',
        opacity: 0.2
      }
    }
  ]
}