:root { color-scheme: light; }
.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}
.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem}
.stat-card h4{margin:0;font-size:.95rem;color:#475569}
.stat-card strong{display:block;font-size:1.75rem;color:#0f172a}
.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;margin-bottom:1.5rem}
.usage-table{width:100%;border-collapse:collapse;font-size:.9rem}
.usage-table th,.usage-table td{padding:.5rem;border-bottom:1px solid #e2e8f0;text-align:left}
HTML;
require dirname(__DIR__) . '/../structure/layout_start.php';
?>
Templates
–
Sections
–
Blocks
–
Snippets
–
Nutzung & Speicher
Letzte 30 Tage
| Datum |
Aktionen |
Templates veröffentlicht |
Versandtests |
app_asset_url('/assets/js/toast.js')],
['src' => app_asset_url('/assets/js/dashboard.js'), 'module' => true],
];
require dirname(__DIR__) . '/../structure/layout_end.php';