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