2nd commit: Pemisahan halaman autentifikasi dengan halaman utama, modifikasi ikon, dan pemisahakan fitur berdasarkan role

This commit is contained in:
2026-06-12 22:45:38 +07:00
parent d556912ea5
commit 319a5c878f
15 changed files with 248 additions and 236 deletions
+3 -1
View File
@@ -737,4 +737,6 @@ input[type=range]::-webkit-slider-runnable-track {
.auth-tab.active {
background: var(--blue);
color: var(--white);
}
}
/* RBAC CLASSES */
.role-user .admin-only { display: none !important; }