aboutsummaryrefslogtreecommitdiff
path: root/src/components/root.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/root.style.js')
-rw-r--r--src/components/root.style.js17
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
+ }
+ }
+ ]
+}