first commit
This commit is contained in:
12
admin-panel/dist/assets/index-C6tUsoiW.js
vendored
Normal file
12
admin-panel/dist/assets/index-C6tUsoiW.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
admin-panel/dist/assets/index-DuKKpL52.css
vendored
Normal file
1
admin-panel/dist/assets/index-DuKKpL52.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--bg: #f3f4f6;--text: #111827;--card-bg: #ffffff;--border: #e5e7eb;--sidebar-bg: #111827;--sidebar-text: #f9fafb;--input-border: #d1d5db;--error: #b91c1c;color:var(--text);background:var(--bg)}:root[data-theme=dark]{--bg: #0f172a;--text: #e5e7eb;--card-bg: #1e293b;--border: #334155;--sidebar-bg: #020617;--sidebar-text: #e2e8f0;--input-border: #475569;--error: #fca5a5}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.layout{min-height:100vh;display:flex}.sidebar{width:220px;background:var(--sidebar-bg);color:var(--sidebar-text);padding:20px}.sidebar nav{display:flex;flex-direction:column;gap:10px;margin-top:20px}.content-wrap{flex:1;display:flex;flex-direction:column}.topbar{height:60px;background:var(--card-bg);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 16px}.toolbar-inline{display:flex;gap:8px}.content{padding:20px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:16px}.toolbar{display:flex;gap:8px;margin-bottom:12px;align-items:center}.toolbar input,.toolbar select{min-width:140px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.form{max-width:360px;margin:60px auto;display:flex;flex-direction:column;gap:10px}input,button,select{padding:10px;border:1px solid var(--input-border);border-radius:6px;background:var(--card-bg);color:var(--text)}button{cursor:pointer}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--border);padding:10px;text-align:left}.pagination{margin-top:12px;display:flex;align-items:center;gap:8px}.error-text{color:var(--error)}@media(max-width:768px){.layout{flex-direction:column}.sidebar{width:100%}.toolbar{flex-direction:column;align-items:stretch}}
|
||||
14
admin-panel/dist/index.html
vendored
Normal file
14
admin-panel/dist/index.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Web Admin Panel</title>
|
||||
<script type="module" crossorigin src="/assets/index-C6tUsoiW.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DuKKpL52.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user