paradigm-core
Version:
Paradigm Core Modules
52 lines (51 loc) • 905 B
JavaScript
module.exports = {
"layout": {
"columns": 7,
"width": 1024,
"margin": 70,
"gutter": 40
},
"componentTextStyles": {
"titleStyle": {
"textAlignment": "left",
"fontName": "HelveticaNeue-Bold",
"fontSize": 64,
"lineHeight": 74,
"textColor": "#000"
},
},
"componentLayouts": {
"titleLayout": {
"columnStart": 0,
"columnSpan": 7,
"margin": {
"top": 30,
"bottom": 10
}
},
"bylineLayout": {
"columnStart": 0,
"columnSpan": 7,
"margin": {
"top": 15,
"bottom": 15
}
},
"bodyLayout": {
"columnStart": 0,
"columnSpan": 5,
"margin": {
"top": 15,
"bottom": 15
}
},
"embedLayout": {
"columnStart": 0,
"columnSpan": 5,
"margin": {
"top": 15,
"bottom": 15
}
}
}
}