shit more or less works for the very basic stuff
This commit is contained in:
parent
0729b529d7
commit
22b32f149d
9 changed files with 132 additions and 22 deletions
|
|
@ -4,7 +4,7 @@ export const sampleRules = [
|
|||
// variant: 'normal',
|
||||
// state: 'normal'
|
||||
directives: {
|
||||
background: '#000',
|
||||
background: '#000000',
|
||||
opacity: 0.2
|
||||
}
|
||||
},
|
||||
|
|
@ -15,11 +15,17 @@ export const sampleRules = [
|
|||
opacity: 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
component: 'PanelHeader',
|
||||
directives: {
|
||||
background: '#000000',
|
||||
opacity: 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
component: 'Button',
|
||||
directives: {
|
||||
background: '#808080',
|
||||
text: '#FFFFFF',
|
||||
opacity: 0.5
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue