diff options
Diffstat (limited to 'src/components/root.style.js')
| -rw-r--r-- | src/components/root.style.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/components/root.style.js b/src/components/root.style.js new file mode 100644 index 00000000..b762b2ba --- /dev/null +++ b/src/components/root.style.js @@ -0,0 +1,17 @@ +export default { + name: 'Root', + selector: ':root', + validInnerComponents: [ + 'Underlay', + 'TopBar', + 'Popover' + ], + defaultRules: [ + { + directives: { + background: '--bg', + opacity: 0 + } + } + ] +} |
