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.js17
1 files changed, 17 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..0d36760a
--- /dev/null
+++ b/src/components/notification/notification.style.js
@@ -0,0 +1,17 @@
+export default {
+ name: 'Notification',
+ selector: '.Notification',
+ validInnerComponents: [
+ 'Text',
+ 'Link',
+ 'Icon',
+ 'Border',
+ 'Button',
+ 'ButtonUnstyled',
+ 'RichContent',
+ 'Input',
+ 'Avatar',
+ 'Attachment'
+ ],
+ defaultRules: []
+}