code base

This commit is contained in:
ANUJ7MADKE
2025-07-13 22:49:55 +05:30
parent d4f21c9a99
commit cd43f0e98e
96 changed files with 17779 additions and 0 deletions

25
frontend/src/App.css Normal file
View File

@@ -0,0 +1,25 @@
#root {
margin: 0 auto;
padding: 0 auto;
text-align: center;
}
*::-webkit-scrollbar {
width: 10px;
}
*::-webkit-scrollbar-track {
background: #f1f1f1;
}
*::-webkit-scrollbar-thumb {
background: #888;
}
*::-webkit-scrollbar-thumb:hover {
background: #555;
}
.topLevelFormContainer::-webkit-scrollbar {
width: 0px;
}