pleroma-fe/src/components/notification.style.js

21 lines
309 B
JavaScript
Raw Normal View History

export default {
name: 'Notification',
selector: '.Notification',
validInnerComponents: [
'Text',
'Link',
'Icon',
'Border',
'Button',
'ButtonUnstyled',
'RichContent',
'Input'
],
defaultRules: [
{
directives: {
background: '--bg'
}
}
]
}