Admin panel design changed

Admin panel design changed
This commit is contained in:
novgorodschi catalin
2026-06-05 12:30:13 +03:00
parent d55f6cad9e
commit e69d8457d8
30 changed files with 123 additions and 95 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ if($id && $user){
?>
<style>
.prot-wrap{max-width:550px;margin:0 auto;font-family:Verdana,Arial;}
.prot-head{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-radius:6px;padding:16px 20px;margin-bottom:14px;display:flex;align-items:center;gap:12px;}
.prot-head{background:linear-gradient(135deg,#66CCFF,#66CCCC);color:#fff;border-radius:6px;padding:16px 20px;margin-bottom:14px;display:flex;align-items:center;gap:12px;}
.prot-head .icon{font-size:28px;background:rgba(255,255,255,.15);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.prot-head h2{margin:0;font-size:18px;}
.prot-head h2 a{color:#fff;text-decoration:none;}