Deploy on 2026-06-05 16:42:14

This commit is contained in:
Hamza-Ayed
2026-06-05 16:42:14 +03:00
parent 54065628bf
commit 89b72a0b42
5 changed files with 206 additions and 8 deletions

View File

@@ -7,16 +7,29 @@
<link rel="stylesheet" href="/assets/css/app.css">
<link rel="stylesheet" href="/assets/css/admin.css">
<?php if (($lang ?? 'en') === 'ar'): ?>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.rtl.min.css">
<style>
.sidebar { border-right: none; border-left: 1px solid rgba(255,255,255,0.05); }
.nav-menu { padding-right: 0; }
.nav-item a svg { margin-right: 0; margin-left: 12px; }
.top-bar { flex-direction: row-reverse; }
body { font-family: 'Tajawal', 'Inter', sans-serif; }
.sidebar { border-right: none; border-left: 1px solid var(--border-color); }
.sidebar .brand { flex-direction: row-reverse; }
.nav-menu { padding-right: 0; }
.nav-item a { flex-direction: row-reverse; text-align: right; }
.nav-item a svg { margin-right: 0; margin-left: 14px; }
.top-bar { flex-direction: row-reverse; }
.user-info { flex-direction: row-reverse; }
.dashboard-header { text-align: right; }
.metric-card { text-align: right; }
.metric-card::before { left: auto; right: 0; }
.metric-footer { flex-direction: row-reverse; }
.chart-card { text-align: right; }
.data-table th, .data-table td { text-align: right; }
.form-group { text-align: right; }
.form-label { text-align: right; }
.btn { flex-direction: row-reverse; gap: 8px; }
.alert { text-align: right; flex-direction: row-reverse; }
.page-header { flex-direction: row-reverse; text-align: right; }
.detail-row { flex-direction: row-reverse; }
.detail-row span:first-child { text-align: right; }
.form-control { text-align: right; }
</style>
<?php endif; ?>
<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap" rel="stylesheet">