diff options
Diffstat (limited to 'src/components/notification.style.js')
| -rw-r--r-- | src/components/notification.style.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/components/notification.style.js b/src/components/notification.style.js new file mode 100644 index 00000000..057b1c7a --- /dev/null +++ b/src/components/notification.style.js @@ -0,0 +1,21 @@ +export default { + name: 'Notification', + selector: '.Notification', + validInnerComponents: [ + 'Text', + 'Link', + 'Icon', + 'Border', + 'Button', + 'ButtonUnstyled', + 'RichContent', + 'Input' + ], + defaultRules: [ + { + directives: { + background: '--bg' + } + } + ] +} |
