aboutsummaryrefslogtreecommitdiff
path: root/src/components/popover.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/popover.style.js')
-rw-r--r--src/components/popover.style.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/components/popover.style.js b/src/components/popover.style.js
new file mode 100644
index 00000000..415795a8
--- /dev/null
+++ b/src/components/popover.style.js
@@ -0,0 +1,20 @@
+export default {
+ name: 'Popover',
+ selector: '.popover',
+ validInnerComponents: [
+ 'Text',
+ 'Link',
+ 'Icon',
+ 'Button',
+ 'Input',
+ 'PanelHeader',
+ 'DropdownMenu'
+ ],
+ defaultRules: [
+ {
+ directives: {
+ background: '--fg'
+ }
+ }
+ ]
+}