Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

18
node_modules/@mantine/core/styles/LoadingOverlay.css generated vendored Normal file
View File

@@ -0,0 +1,18 @@
.m_6e45937b {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
z-index: var(--lo-z-index);
}
.m_e8eb006c {
position: relative;
z-index: calc(var(--lo-z-index) + 1);
}
.m_df587f17 {
z-index: var(--lo-z-index);
}