Initial commit: Tapalka monorepo (bot, front, strapi)

This commit is contained in:
2026-05-21 11:54:44 +07:00
commit 9ec9485940
208 changed files with 58314 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
.friend {
display: flex;
align-items: center;
justify-content: space-between;
background: #FFFFFF0D;
border-radius: 1rem;
padding: 1rem;
height: 74px;
}
.friendContent {
display: flex;
align-items: center;
gap: 12px;
}
.friendData {
display: flex;
flex-direction: column;
}
.friendReferrals {
display: flex;
align-items: center;
gap: 3px;
}
.friendBalance span {
font-family: var(--font-manrope);
font-weight: 600;
font-size: 18px;
line-height: 24px;
color: white;
}