Initial commit

This commit is contained in:
Gagan7900
2026-07-13 11:57:09 +05:30
commit ac629ef540
26616 changed files with 795848 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/* Loader Styles */
[loader="disable"] {
#loader {
@apply hidden;
}
}
/* Loader Styles */
/* Start:: Loader */
#loader {
@apply fixed top-0 start-0 w-full h-full bg-white dark:bg-bodybg2 flex justify-center items-center z-[9999];
}
/* End:: Loader */