mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
|
|
"schemaVersion": "2.0.0",
|
|
"colors": {
|
|
"statPositive": "#28a745",
|
|
"statNegative": "#dc3545",
|
|
"statNeutral": "#6c757d",
|
|
"widgetBorder": "#dee2e6"
|
|
},
|
|
"spacing": {
|
|
"dashboardGrid": "24px",
|
|
"widgetPadding": "16px",
|
|
"statCard": "16px"
|
|
},
|
|
"shadows": {
|
|
"widget": "0 2px 8px rgba(0, 0, 0, 0.1)",
|
|
"statCard": "0 1px 4px rgba(0, 0, 0, 0.08)"
|
|
}
|
|
}
|