aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notification/notification.style.js')
-rw-r--r--src/components/notification/notification.style.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/components/notification/notification.style.js b/src/components/notification/notification.style.js
new file mode 100644
index 00000000..c6d317d1
--- /dev/null
+++ b/src/components/notification/notification.style.js
@@ -0,0 +1,18 @@
+export default {
+ name: 'Notification',
+ selector: '.Notification',
+ validInnerComponents: [
+ 'Text',
+ 'Link',
+ 'Icon',
+ 'Border',
+ 'Button',
+ 'ButtonUnstyled',
+ 'RichContent',
+ 'Input',
+ 'Avatar',
+ 'Attachment',
+ 'PollGraph'
+ ],
+ defaultRules: []
+}