17 lines
408 B
JavaScript
17 lines
408 B
JavaScript
|
export default {
|
||
|
header: {
|
||
|
background: '{content.background}',
|
||
|
borderColor: '{content.border.color}',
|
||
|
color: '{content.color}'
|
||
|
},
|
||
|
content: {
|
||
|
background: '{content.background}',
|
||
|
color: '{content.color}'
|
||
|
},
|
||
|
footer: {
|
||
|
background: '{content.background}',
|
||
|
borderColor: '{content.border.color}',
|
||
|
color: '{content.color}'
|
||
|
}
|
||
|
};
|