mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
28 lines
717 B
JSON
28 lines
717 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
|
|
"schemaVersion": "2.0.0",
|
|
"colors": {
|
|
"auditSuccess": "#28a745",
|
|
"auditFailed": "#dc3545",
|
|
"auditRateLimit": "#ffc107",
|
|
"auditInfo": "#17a2b8",
|
|
"auditBackground": "#f8f9fa",
|
|
"auditBorder": "#dee2e6"
|
|
},
|
|
"spacing": {
|
|
"auditCard": "16px",
|
|
"auditRow": "12px"
|
|
},
|
|
"typography": {
|
|
"fontFamily": {
|
|
"audit": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
|
|
}
|
|
},
|
|
"customStyles": {
|
|
"audit_log_base": {
|
|
"description": "Base styles for Audit Log package",
|
|
"css": ".audit_log { /* Add package-specific styles here */ }"
|
|
}
|
|
}
|
|
}
|