Initial commit - Master Admin UI

This commit is contained in:
Gagan7900
2026-07-07 18:38:36 +05:30
commit 66e2c15e51
26539 changed files with 789907 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#particles-js {
@apply absolute w-full h-full bg-white;
}
.error-page {
@apply absolute w-full min-h-screen flex bg-center bg-cover bg-no-repeat items-center justify-center;
}
.error-text {
@apply text-[8.25rem] font-medium leading-none;
}
@media (max-width: 575.98px) {
.error-text {
@apply text-[3rem];
}
}