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

21
node_modules/@mantine/core/styles/Spoiler.css generated vendored Normal file
View File

@@ -0,0 +1,21 @@
.m_559cce2d {
position: relative;
}
.m_559cce2d:where([data-has-spoiler]) {
margin-bottom: 24px;
}
.m_b912df4e {
display: flex;
flex-direction: column;
overflow: hidden;
transition: max-height var(--spoiler-transition-duration, 200ms) ease;
}
.m_b9131032 {
position: absolute;
inset-inline-start: 0;
top: 100%;
height: 24px;
}