menu-item improvements
This commit is contained in:
parent
9ec61d0f0a
commit
98f972e557
16 changed files with 209 additions and 251 deletions
8
src/components/modals.style.js
Normal file
8
src/components/modals.style.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
name: 'Modals',
|
||||
selector: '.modal-view',
|
||||
validInnerComponents: [
|
||||
'Panel'
|
||||
],
|
||||
defaultRules: []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue