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

17
node_modules/@mantine/core/styles/UnstyledButton.css generated vendored Normal file
View File

@@ -0,0 +1,17 @@
.m_87cf2631 {
background-color: transparent;
cursor: pointer;
border: 0;
padding: 0;
appearance: none;
font-size: var(--mantine-font-size-md);
text-align: left;
text-decoration: none;
color: inherit;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
}
:where([dir="rtl"]) .m_87cf2631 {
text-align: right;
}